Searched refs:ChannelProxy (Results 1 – 11 of 11) sorted by relevance
31 ChannelProxy::Context::Context( in Context()53 ChannelProxy::Context::~Context() = default;55 void ChannelProxy::Context::ClearIPCTaskRunner() { in ClearIPCTaskRunner()59 void ChannelProxy::Context::CreateChannel( in CreateChannel()78 bool ChannelProxy::Context::TryFilters(const Message& message) { in TryFilters()101 void ChannelProxy::Context::PauseChannel() { in PauseChannel()107 void ChannelProxy::Context::UnpauseChannel(bool flush) { in UnpauseChannel()113 void ChannelProxy::Context::FlushChannel() { in FlushChannel()119 bool ChannelProxy::Context::OnMessageReceived(const Message& message) { in OnMessageReceived()127 bool ChannelProxy::Context::OnMessageReceivedNoFilter(const Message& message) { in OnMessageReceivedNoFilter()[all …]
76 class COMPONENT_EXPORT(IPC) ChannelProxy : public Sender { in COMPONENT_EXPORT()95 static std::unique_ptr<ChannelProxy> Create( in COMPONENT_EXPORT()102 static std::unique_ptr<ChannelProxy> Create( in COMPONENT_EXPORT()109 ChannelProxy( in COMPONENT_EXPORT()114 ~ChannelProxy() override; in COMPONENT_EXPORT()189 base::Bind(&ChannelProxy::BindAssociatedInterfaceRequest<Interface>, in COMPONENT_EXPORT()244 explicit ChannelProxy(Context* context); in COMPONENT_EXPORT()306 friend class ChannelProxy; in COMPONENT_EXPORT()
12 class ChannelProxy; variable30 static void PwnMessageReceived(ChannelProxy* channel, const Message& message);
14 void IpcSecurityTestUtil::PwnMessageReceived(ChannelProxy* channel, in PwnMessageReceived()18 base::IgnoreResult(&IPC::ChannelProxy::Context::OnMessageReceived), in PwnMessageReceived()
115 std::unique_ptr<ChannelProxy> channel = IPC::ChannelProxy::Create( in Run()
256 channel_proxy_ = IPC::ChannelProxy::Create( in SetUp()278 IPC::ChannelProxy* channel_proxy() { return channel_proxy_.get(); } in channel_proxy()284 std::unique_ptr<IPC::ChannelProxy> channel_proxy_;
361 : ChannelProxy::Context(listener, ipc_task_runner, listener_task_runner), in SyncContext()577 : ChannelProxy(new SyncContext(listener, in SyncChannel()615 ChannelProxy::SendInternal(message); in Send()630 ChannelProxy::SendInternal(message); in Send()
219 std::unique_ptr<ChannelProxy> channel_proxy; in RunPingPongServer()231 channel_proxy = IPC::ChannelProxy::Create( in RunPingPongServer()
73 class COMPONENT_EXPORT(IPC) SyncChannel : public ChannelProxy { in COMPONENT_EXPORT()
810 IPC::ChannelProxy* proxy() { return proxy_.get(); } in proxy()818 std::unique_ptr<IPC::ChannelProxy> proxy_;838 IPC::ChannelProxy* proxy() { return runner_->proxy(); } in proxy()948 IPC::ChannelProxy* proxy() { return runner_->proxy(); } in proxy()
190 auto channel_proxy = IPC::ChannelProxy::Create( in RunTestChannelProxyPingPong()