Home
last modified time | relevance | path

Searched defs:client_process (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
H A Dservices.sql80 client_process STRING, field
126 COALESCE(client_binder.client_process, server_binder.client_process) AS client_process, field
H A Dbinder.sql340 process.name AS client_process, field
414 client_process STRING, field
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_test_base.h48 const base::Process& client_process() const { return helper_.test_child(); } in client_process() function
/aosp_15_r20/external/cronet/ipc/
H A Dipc_test_base.h44 const base::Process& client_process() const { return helper_.test_child(); } in client_process() function
/aosp_15_r20/external/libchrome/mojo/core/
H A Dbroker_host.cc24 BrokerHost::BrokerHost(base::ProcessHandle client_process, in BrokerHost()
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/android/
H A Dbinder_metric.proto45 optional string client_process = 3; field
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_xds_tests.py4105 client_process = None variable
4156 client_process = subprocess.Popen( variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py3368 client_process = None variable
3417 client_process = subprocess.Popen(client_cmd, variable
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/
H A Dperfetto_merged_metrics.proto670 optional string client_process = 3; field
/aosp_15_r20/frameworks/proto_logging/stats/
H A Datoms.proto1824 optional string client_process = 2; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/
Datoms.pb.h267822 inline const std::string& ProcessAssociation::client_process() const { in client_process() function
267863 inline void ProcessAssociation::set_allocated_client_process(std::string* client_process) { in set_allocated_client_process()