Home
last modified time | relevance | path

Searched refs:MODE_CLIENT (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/ipc/
Dipc_channel_common.cc36 return Channel::Create(channel_handle, Channel::MODE_CLIENT, listener); in CreateClient()
41 Channel::MODE_CLIENT, listener, ipc_task_runner, in CreateClient()
Dipc_sync_channel_unittest.cc317 : Worker(Channel::MODE_CLIENT, in SimpleClient()
383 : Worker(Channel::MODE_CLIENT, in TwoStepClient()
430 : Worker(Channel::MODE_CLIENT, in DelayClient()
484 : Worker(Channel::MODE_CLIENT, in NoHangClient()
563 : Worker(Channel::MODE_CLIENT, in UnblockClient()
641 : Worker(Channel::MODE_CLIENT, in RecursiveClient()
742 : Worker(std::move(channel_handle), Channel::MODE_CLIENT), in MultipleClient1()
774 : Worker(std::move(channel_handle), Channel::MODE_CLIENT), in MultipleClient2()
877 : Worker(std::move(channel_handle), Channel::MODE_CLIENT), in QueuedReplyClient()
951 : Worker(Channel::MODE_CLIENT, in ChattyClient()
[all …]
Dipc_mojo_bootstrap_unittest.cc139 IPC::Channel::MODE_CLIENT, base::ThreadTaskRunnerHandle::Get(), in MULTIPROCESS_TEST_MAIN_WITH_SETUP()
187 IPC::Channel::MODE_CLIENT, base::ThreadTaskRunnerHandle::Get(), in MULTIPROCESS_TEST_MAIN_WITH_SETUP()
Dipc_test_base.cc68 std::move(handle_), IPC::Channel::MODE_CLIENT, listener, in Connect()
Dipc_channel.h65 MODE_CLIENT = MODE_CLIENT_FLAG, in COMPONENT_EXPORT() enumerator
Dipc_perftest_util.cc116 handle_.release(), Channel::MODE_CLIENT, listener_.get(), in Run()
Dipc_channel_mojo.cc109 std::move(handle), Channel::MODE_CLIENT, ipc_task_runner, in CreateClientFactory()
/external/tcpdump/
Dprint-ntp.c156 #define MODE_CLIENT 3 /* client */ macro
178 { MODE_CLIENT, "Client" },