/aosp_15_r20/external/libchrome/mojo/core/test/ |
H A D | mojo_test_base.h | 62 void RunTestClient(const std::string& client_name, HandlerFunc handler) { in RunTestClient() 67 int RunTestClientAndGetExitCode(const std::string& client_name, in RunTestClientAndGetExitCode() 188 #define DEFINE_TEST_CLIENT_WITH_PIPE(client_name, test_base, pipe_name) \ argument 207 #define DEFINE_TEST_CLIENT_TEST_WITH_PIPE(client_name, test_base, pipe_name) \ argument 224 #define DEFINE_TEST_CLIENT_WITH_PIPE(client_name, test_base, pipe_name) argument 225 #define DEFINE_TEST_CLIENT_TEST_WITH_PIPE(client_name, test_base, pipe_name) argument
|
H A D | mojo_test_base.cc | 49 const std::string& client_name) { in StartClient() 55 MojoTestBase::ClientController::ClientController(const std::string& client_name, in ClientController()
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | kmem.proto | 56 optional string client_name = 1; field 63 optional string client_name = 1; field 71 optional string client_name = 1; field 79 optional string client_name = 1; field
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_test_base.h | 86 #define DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT_WITH_CUSTOM_FIXTURE(client_name, \ argument 107 #define DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT(client_name) \ argument
|
H A D | ipc_channel_mojo_unittest.cc | 825 void Init(const std::string& client_name) { in Init()
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_test_base.h | 81 #define DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT_WITH_CUSTOM_FIXTURE(client_name, \ argument 102 #define DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT(client_name) \ argument
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | node_channel.cc | 72 ports::NodeName client_name; member 88 ports::NodeName client_name; member 282 void NodeChannel::AddBrokerClient(const ports::NodeName& client_name, in AddBrokerClient() 301 void NodeChannel::BrokerClientAdded(const ports::NodeName& client_name, in BrokerClientAdded()
|
H A D | node_controller.cc | 819 const ports::NodeName& client_name, in OnAddBrokerClient() 861 const ports::NodeName& client_name, in OnBrokerClientAdded()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/rpcsvc/ |
D | bootparam_prot.x | 76 bp_machine_name_t client_name; member 82 bp_machine_name_t client_name; member
|
D | bootparam_prot.h | 53 bp_machine_name_t client_name; member 60 bp_machine_name_t client_name; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | le_address_manager.cc | 429 std::string client_name = "LeAddressManager"; in schedule_rotate_random_address() local 572 const std::string& client_name) { in GetNextPrivateAddressIntervalRange() 603 const std::string& client_name) { in CheckAddressRotationHappenedInExpectedTimeInterval()
|
D | le_advertising_manager.cc | 372 std::string client_name = "advertising_set_" + std::to_string(advertiser_id); in handle_set_terminated() local 670 std::string client_name = "advertising_set_" + std::to_string(id); in create_extended_advertiser_with_id() local 837 std::string client_name = "advertising_set_" + std::to_string(advertiser_id); in set_advertising_set_random_address_on_timer() local
|
/aosp_15_r20/external/toolchain-utils/binary_search_tool/ |
H A D | binary_search_perforce.py | 23 def _GetP4ClientSpec(client_name, p4_paths): argument 36 def GetP4Command(client_name, p4_port, p4_paths, checkoutdir, p4_snapshot=""): argument
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
H A D | _signal_handling_test.py | 37 client_name = sys.argv[1].split("/")[-1] variable
|
/aosp_15_r20/external/webrtc/examples/peerconnection/client/ |
H A D | peer_connection_client.cc | 74 const std::string& client_name) { in Connect()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/ |
D | prost_codegen.rs | 166 let client_name = format!("{}Client", service.name); in generate_client() localVariable
|
D | codegen.rs | 571 fn client_name(&self) -> String { in client_name() method
|
/aosp_15_r20/external/libcups/scheduler/ |
H A D | auth.c | 725 gss_name_t client_name; /* Client name */ in cupsdAuthorize() local
|
/aosp_15_r20/external/flatbuffers/grpc/src/compiler/ |
H A D | java_generator.cc | 456 string client_name = service_name; in PrintStub() local
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | kmem.pb.h | 9073 inline const std::string& IonAllocBufferEndFtraceEvent::client_name() const { in client_name() function 9114 inline void IonAllocBufferEndFtraceEvent::set_allocated_client_name(std::string* client_name) { in set_allocated_client_name() 9297 inline const std::string& IonAllocBufferFailFtraceEvent::client_name() const { in client_name() function 9338 inline void IonAllocBufferFailFtraceEvent::set_allocated_client_name(std::string* client_name) { in set_allocated_client_name() 9549 inline const std::string& IonAllocBufferFallbackFtraceEvent::client_name() const { in client_name() function 9590 inline void IonAllocBufferFallbackFtraceEvent::set_allocated_client_name(std::string* client_name) { in set_allocated_client_name() 9801 inline const std::string& IonAllocBufferStartFtraceEvent::client_name() const { in client_name() function 9842 inline void IonAllocBufferStartFtraceEvent::set_allocated_client_name(std::string* client_name) { in set_allocated_client_name()
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
D | kmem.pb.h | 9073 inline const std::string& IonAllocBufferEndFtraceEvent::client_name() const { in client_name() function 9114 inline void IonAllocBufferEndFtraceEvent::set_allocated_client_name(std::string* client_name) { in set_allocated_client_name() 9297 inline const std::string& IonAllocBufferFailFtraceEvent::client_name() const { in client_name() function 9338 inline void IonAllocBufferFailFtraceEvent::set_allocated_client_name(std::string* client_name) { in set_allocated_client_name() 9549 inline const std::string& IonAllocBufferFallbackFtraceEvent::client_name() const { in client_name() function 9590 inline void IonAllocBufferFallbackFtraceEvent::set_allocated_client_name(std::string* client_name) { in set_allocated_client_name() 9801 inline const std::string& IonAllocBufferStartFtraceEvent::client_name() const { in client_name() function 9842 inline void IonAllocBufferStartFtraceEvent::set_allocated_client_name(std::string* client_name) { in set_allocated_client_name()
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
D | kmem.pbzero.h | 2579 ::protozero::ConstChars client_name() const { return at<1>().as_string(); } in client_name() function 2712 ::protozero::ConstChars client_name() const { return at<1>().as_string(); } in client_name() function 2866 ::protozero::ConstChars client_name() const { return at<1>().as_string(); } in client_name() function 3020 ::protozero::ConstChars client_name() const { return at<1>().as_string(); } in client_name() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | kmem.pbzero.h | 2579 ::protozero::ConstChars client_name() const { return at<1>().as_string(); } in client_name() function 2712 ::protozero::ConstChars client_name() const { return at<1>().as_string(); } in client_name() function 2866 ::protozero::ConstChars client_name() const { return at<1>().as_string(); } in client_name() function 3020 ::protozero::ConstChars client_name() const { return at<1>().as_string(); } in client_name() function
|
/aosp_15_r20/system/tools/aidl/ |
D | generate_rust.cpp | 633 auto client_name = ClassName(*iface, cpp::ClassNames::CLIENT); in GenerateRustInterface() local
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/ |
H A D | device_utils.py | 3484 def GetClientCache(self, client_name): argument
|