HomeSort by relevance Sort by last modified time
    Searched refs:NamedPlatformChannel (Results 1 - 10 of 10) sorted by null

  /external/libchrome/mojo/public/cpp/platform/
named_platform_channel.cc 12 const char NamedPlatformChannel::kNamedHandleSwitch[] =
15 NamedPlatformChannel::NamedPlatformChannel(const Options& options) {
20 NamedPlatformChannel::NamedPlatformChannel(NamedPlatformChannel&& other) =
23 NamedPlatformChannel::~NamedPlatformChannel() = default;
25 NamedPlatformChannel& NamedPlatformChannel::operator=
    [all...]
named_platform_channel_fuchsia.cc 10 PlatformChannelServerEndpoint NamedPlatformChannel::CreateServerEndpoint(
19 PlatformChannelEndpoint NamedPlatformChannel::CreateClientEndpoint(
named_platform_channel.h 24 // NamedPlatformChannel encapsulates a Mojo invitation transport channel which
32 class COMPONENT_EXPORT(MOJO_CPP_PLATFORM) NamedPlatformChannel {
55 // NamedPlatformChannel instances can be created with the same name and
59 // On POSIX, every new unnamed NamedPlatformChannel creates a server socket
66 NamedPlatformChannel(const Options& options);
67 NamedPlatformChannel(NamedPlatformChannel&& other);
68 ~NamedPlatformChannel();
70 NamedPlatformChannel& operator=(NamedPlatformChannel&& other)
    [all...]
named_platform_channel_win.cc 32 NamedPlatformChannel::ServerName GenerateRandomServerName() {
39 const NamedPlatformChannel::ServerName& server_name) {
46 PlatformChannelServerEndpoint NamedPlatformChannel::CreateServerEndpoint(
84 PlatformChannelEndpoint NamedPlatformChannel::CreateClientEndpoint(
named_platform_channel_posix.cc 23 NamedPlatformChannel::ServerName GenerateRandomServerName(
24 const NamedPlatformChannel::Options& options) {
34 bool MakeUnixAddr(const NamedPlatformChannel::ServerName& server_name,
81 PlatformChannelServerEndpoint NamedPlatformChannel::CreateServerEndpoint(
129 PlatformChannelEndpoint NamedPlatformChannel::CreateClientEndpoint(
  /external/libchrome/mojo/core/test/
multiprocess_test_helper.cc 110 mojo::NamedPlatformChannel::ServerName server_name;
153 NamedPlatformChannel::Options options;
155 NamedPlatformChannel named_channel(options);
220 NamedPlatformChannel::ServerName named_pipe(
229 mojo::NamedPlatformChannel::ConnectToServer(named_pipe));
240 NamedPlatformChannel::ConnectToServer(named_pipe));
  /external/libchrome/mojo/public/cpp/system/tests/
invitation_unittest.cc 85 NamedPlatformChannel::Options named_channel_options;
90 NamedPlatformChannel named_channel(named_channel_options);
175 return NamedPlatformChannel::ConnectToServer(command_line);
  /external/libchrome/mojo/core/
broker_win.cc 112 inviter_endpoint_ = NamedPlatformChannel::ConnectToServer(
invitation_unittest.cc 303 base::Optional<NamedPlatformChannel> named_channel;
314 NamedPlatformChannel::Options named_channel_options;
399 NamedPlatformChannel::ConnectToServer(command_line);
    [all...]
node_controller.cc 342 NamedPlatformChannel::Options options;
343 NamedPlatformChannel named_channel(options);
    [all...]

Completed in 243 milliseconds