Home
last modified time | relevance | path

Searched refs:client_process (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/core/
Dbroker_host.cc24 BrokerHost::BrokerHost(base::ProcessHandle client_process, in BrokerHost() argument
30 client_process_(ScopedProcessHandle::CloneFrom(client_process)) in BrokerHost()
Dbroker_host.h31 BrokerHost(base::ProcessHandle client_process,
/external/libchrome/ipc/
Dipc_test_base.h48 const base::Process& client_process() const { return helper_.test_child(); } in client_process() function
Dsync_socket_unittest.cc184 client_process().Handle(), &target_handle, in TEST_F()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py2127 client_process = None variable
2174 client_process = subprocess.Popen(client_cmd, variable
2222 if client_process and client_process.poll() is not None:
2225 client_process.returncode)
2234 if client_process:
2235 if client_process.returncode:
2237 client_process.returncode)
2239 client_process.terminate()