Home
last modified time | relevance | path

Searched refs:ProcessIdentifier (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/agent/common/v1/
Dcommon.pb.go129 …Identifier *ProcessIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omit…
170 func (x *Node) GetIdentifier() *ProcessIdentifier {
199 type ProcessIdentifier struct { struct
213 func (x *ProcessIdentifier) Reset() { argument
214 *x = ProcessIdentifier{}
222 func (x *ProcessIdentifier) String() string { argument
226 func (*ProcessIdentifier) ProtoMessage() {} argument
228 func (x *ProcessIdentifier) ProtoReflect() protoreflect.Message { argument
241 func (*ProcessIdentifier) Descriptor() ([]byte, []int) { argument
245 func (x *ProcessIdentifier) GetHostName() string { argument
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/services/Car/cpp/watchdog/aidl/android.automotive.watchdog.internal-java-source/gen/android/automotive/watchdog/internal/
DProcessIdentifier.java11 public class ProcessIdentifier implements android.os.Parcelable class
21 …final android.os.Parcelable.Creator<ProcessIdentifier> CREATOR = new android.os.Parcelable.Creator…
23 public ProcessIdentifier createFromParcel(android.os.Parcel _aidl_source) {
24 ProcessIdentifier _aidl_out = new ProcessIdentifier();
29 public ProcessIdentifier[] newArray(int _aidl_size) {
30 return new ProcessIdentifier[_aidl_size];
DICarWatchdogMonitor.java23 …tsNotResponding(java.util.List<android.automotive.watchdog.internal.ProcessIdentifier> processIden… in onClientsNotResponding()
73 java.util.List<android.automotive.watchdog.internal.ProcessIdentifier> _arg0; in onTransact()
74 … _arg0 = data.createTypedArrayList(android.automotive.watchdog.internal.ProcessIdentifier.CREATOR); in onTransact()
107 …tsNotResponding(java.util.List<android.automotive.watchdog.internal.ProcessIdentifier> processIden… in onClientsNotResponding()
131 …tsNotResponding(java.util.List<android.automotive.watchdog.internal.ProcessIdentifier> processIden… in onClientsNotResponding()
DICarWatchdog.java76 …System service, java.util.List<android.automotive.watchdog.internal.ProcessIdentifier> processIden… in tellCarWatchdogServiceAlive()
86 …l.ICarWatchdogMonitor monitor, android.automotive.watchdog.internal.ProcessIdentifier processIdent… in tellDumpFinished()
278 java.util.List<android.automotive.watchdog.internal.ProcessIdentifier> _arg1; in onTransact()
279 … _arg1 = data.createTypedArrayList(android.automotive.watchdog.internal.ProcessIdentifier.CREATOR); in onTransact()
290 android.automotive.watchdog.internal.ProcessIdentifier _arg1; in onTransact()
291 … _arg1 = data.readTypedObject(android.automotive.watchdog.internal.ProcessIdentifier.CREATOR); in onTransact()
492 …System service, java.util.List<android.automotive.watchdog.internal.ProcessIdentifier> processIden… in tellCarWatchdogServiceAlive()
516 …l.ICarWatchdogMonitor monitor, android.automotive.watchdog.internal.ProcessIdentifier processIdent… in tellDumpFinished()
803 …System service, java.util.List<android.automotive.watchdog.internal.ProcessIdentifier> processIden… in tellCarWatchdogServiceAlive()
811 …l.ICarWatchdogMonitor monitor, android.automotive.watchdog.internal.ProcessIdentifier processIdent… in tellDumpFinished()
DProcessIdentifier.java.d1 …e.watchdog.internal-java-source/gen/android/automotive/watchdog/internal/ProcessIdentifier.java : \
2 …packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/ProcessIdentifier.aidl
/aosp_15_r20/packages/services/Car/tests/CarWatchdogLibUnitTest/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java43 import android.automotive.watchdog.internal.ProcessIdentifier;
164 List<ProcessIdentifier> processIdentifiers = new ArrayList<>(); in testIndirectCall_TellCarWatchdogServiceAlive()
165 ProcessIdentifier processIdentifier = new ProcessIdentifier(); in testIndirectCall_TellCarWatchdogServiceAlive()
178 ProcessIdentifier processIdentifier = new ProcessIdentifier(); in testIndirectCall_TellDumpFinished()
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.h94 const std::vector<aidl::android::automotive::watchdog::internal::ProcessIdentifier>&
100 const aidl::android::automotive::watchdog::internal::ProcessIdentifier&
152 const std::vector<aidl::android::automotive::watchdog::internal::ProcessIdentifier>&
158 const aidl::android::automotive::watchdog::internal::ProcessIdentifier&
263 const std::vector<aidl::android::automotive::watchdog::internal::ProcessIdentifier>&
277 const std::vector<aidl::android::automotive::watchdog::internal::ProcessIdentifier>&
335 std::optional<aidl::android::automotive::watchdog::internal::ProcessIdentifier>
DWatchdogProcessService.cpp59 using ::aidl::android::automotive::watchdog::internal::ProcessIdentifier;
144 std::string toPidString(const std::vector<ProcessIdentifier>& processIdentifiers) { in toPidString()
423 const std::vector<ProcessIdentifier>& clientsNotResponding, int32_t sessionId) { in tellCarWatchdogServiceAlive()
448 const ProcessIdentifier& processIdentifier) { in tellDumpFinished()
893 std::vector<ProcessIdentifier> processIdentifiers; in dumpAndKillClientsIfNotResponding()
916 ProcessIdentifier processIdentifier; in dumpAndKillClientsIfNotResponding()
930 const std::vector<ProcessIdentifier>& processesNotResponding, bool reportToVhal) { in dumpAndKillAllProcesses()
1019 const std::vector<ProcessIdentifier>& processesNotResponding) { in reportTerminatedProcessToVhal()
1256 ProcessIdentifier processIdentifier; in cacheVhalProcessIdentifierForPid()
1319 std::optional<ProcessIdentifier> processIdentifier; in terminateVhal()
[all …]
DWatchdogInternalHandler.h94 const std::vector<aidl::android::automotive::watchdog::internal::ProcessIdentifier>&
100 const aidl::android::automotive::watchdog::internal::ProcessIdentifier&
DWatchdogInternalHandler.cpp41 using ::aidl::android::automotive::watchdog::internal::ProcessIdentifier;
264 const std::vector<ProcessIdentifier>& clientsNotResponding, int32_t sessionId) { in tellCarWatchdogServiceAlive()
278 const ProcessIdentifier& processIdentifier) { in tellDumpFinished()
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp47 using ::aidl::android::automotive::watchdog::internal::ProcessIdentifier;
87 ProcessIdentifier constructProcessIdentifier(int32_t pid, int64_t startTimeMillis) { in constructProcessIdentifier()
88 ProcessIdentifier processIdentifier; in constructProcessIdentifier()
95 return ExplainMatchResult(AllOf(Field("pid", &ProcessIdentifier::pid, Eq(expected.pid)),
96 Field("startTimeMillis", &ProcessIdentifier::startTimeMillis,
110 void expectVhalProcessIdentifier(const Matcher<const ProcessIdentifier&> matcher) { in expectVhalProcessIdentifier()
127 const ProcessIdentifier& processIdentifier) { in setWatchdogProcessServiceState()
579 std::vector<ProcessIdentifier> processIdentifiers; in TEST_F()
760 ProcessIdentifier processIdentifier; in TEST_F()
DWatchdogInternalHandlerTest.cpp53 using ::aidl::android::automotive::watchdog::internal::ProcessIdentifier;
323 std::vector<ProcessIdentifier> clientsNotResponding; in TEST_F()
324 ProcessIdentifier processIdentifier; in TEST_F()
342 std::vector<ProcessIdentifier> clientsNotResponding; in TEST_F()
343 ProcessIdentifier processIdentifier; in TEST_F()
358 ProcessIdentifier processIdentifier; in TEST_F()
371 ProcessIdentifier processIdentifier; in TEST_F()
DMockWatchdogProcessService.h77 const std::vector<aidl::android::automotive::watchdog::internal::ProcessIdentifier>&,
83 const aidl::android::automotive::watchdog::internal::ProcessIdentifier&),
DMockWatchdogInternalHandler.h55 const std::vector<aidl::android::automotive::watchdog::internal::ProcessIdentifier>&,
61 const aidl::android::automotive::watchdog::internal::ProcessIdentifier&),
/aosp_15_r20/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DICarWatchdog.aidl22 import android.automotive.watchdog.internal.ProcessIdentifier;
87 in List<ProcessIdentifier> processIdentifiers, int sessionId); in tellCarWatchdogServiceAlive()
96 void tellDumpFinished(in ICarWatchdogMonitor monitor, in ProcessIdentifier processIdentifier); in tellDumpFinished()
DICarWatchdogMonitor.aidl19 import android.automotive.watchdog.internal.ProcessIdentifier;
32 void onClientsNotResponding(in List<ProcessIdentifier> processIdentifiers); in onClientsNotResponding()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogProcessHandler.java30 import android.automotive.watchdog.internal.ProcessIdentifier;
480 List<ProcessIdentifier> clientsNotResponding; in reportHealthCheckResult()
509 private List<ProcessIdentifier> toProcessIdentifierList( in toProcessIdentifierList()
511 List<ProcessIdentifier> processIdentifiers = new ArrayList<>(clientInfos.size()); in toProcessIdentifierList()
514 ProcessIdentifier processIdentifier = new ProcessIdentifier(); in toProcessIdentifierList()
/aosp_15_r20/external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/
H A DOcAgentNodeUtils.java26 import io.opencensus.proto.agent.common.v1.ProcessIdentifier;
60 static ProcessIdentifier getProcessIdentifier(String jvmName, Timestamp censusTimestamp) { in getProcessIdentifier()
84 return ProcessIdentifier.newBuilder() in getProcessIdentifier()
/aosp_15_r20/external/opencensus-java/exporters/metrics/ocagent/src/main/java/io/opencensus/exporter/metrics/ocagent/
H A DOcAgentNodeUtils.java26 import io.opencensus.proto.agent.common.v1.ProcessIdentifier;
61 static ProcessIdentifier getProcessIdentifier(String jvmName, Timestamp censusTimestamp) { in getProcessIdentifier()
85 return ProcessIdentifier.newBuilder() in getProcessIdentifier()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/src/opencensus/proto/agent/common/v1/
Dcommon.proto38 ProcessIdentifier identifier = 1;
54 message ProcessIdentifier { message
63 // Start time of this ProcessIdentifier. Represented in epoch time.
/aosp_15_r20/frameworks/opt/car/services/builtInServices/src/com/android/internal/car/
DCarServiceHelperService.java46 import android.automotive.watchdog.internal.ProcessIdentifier;
669 private void handleClientsNotResponding(@NonNull List<ProcessIdentifier> processIdentifiers) { in handleClientsNotResponding()
688 private void killProcessAndReportToMonitor(ProcessIdentifier processIdentifier) { in killProcessAndReportToMonitor()
847 public void onClientsNotResponding(List<ProcessIdentifier> processIdentifiers) { in onClientsNotResponding()
865 public void requestTerminateProcess(@NonNull List<ProcessIdentifier> processIdentifiers) { in requestTerminateProcess()
875 ProcessIdentifier processIdentifier = processIdentifiers.get(i); in requestTerminateProcess()
898 private void dumpAndKillProcess(ProcessIdentifier processIdentifier) { in dumpAndKillProcess()
/aosp_15_r20/packages/services/Car/libs/car-watchdog-lib/src/android/car/watchdoglib/
DCarWatchdogDaemonHelper.java24 import android.automotive.watchdog.internal.ProcessIdentifier;
221 ICarWatchdogServiceForSystem service, List<ProcessIdentifier> clientsNotResponding, in tellCarWatchdogServiceAlive()
238 ProcessIdentifier processIdentifier) throws RemoteException { in tellDumpFinished()
/aosp_15_r20/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/
H A DOcAgentNodeUtilsTest.java25 import io.opencensus.proto.agent.common.v1.ProcessIdentifier;
45 ProcessIdentifier processIdentifier = OcAgentNodeUtils.getProcessIdentifier(jvmName, timestamp); in getProcessIdentifier()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-python/opencensus/proto/agent/common/v1/
Dcommon_pb2.py323 ProcessIdentifier = _reflection.GeneratedProtocolMessageType('ProcessIdentifier', (_message.Message… variable
328 _sym_db.RegisterMessage(ProcessIdentifier)
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogProcessHandlerUnitTest.java39 import android.automotive.watchdog.internal.ProcessIdentifier;
84 private ArgumentCaptor<List<ProcessIdentifier>> mProcessIdentifiersCaptor;

12