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

  /external/libchrome/ipc/
message_router.cc 11 MessageRouter::MessageRouter() = default;
13 MessageRouter::~MessageRouter() = default;
15 bool MessageRouter::OnControlMessageReceived(const IPC::Message& msg) {
21 bool MessageRouter::Send(IPC::Message* msg) {
27 bool MessageRouter::AddRoute(int32_t routing_id, IPC::Listener* listener) {
36 void MessageRouter::RemoveRoute(int32_t routing_id) {
40 Listener* MessageRouter::GetRoute(int32_t routing_id) {
44 bool MessageRouter::OnMessageReceived(const IPC::Message& msg)
    [all...]
message_router.h 16 // The MessageRouter handles all incoming messages sent to it by routing them
19 // process, the MessageRouter has the notion of pending IDs for listeners that
27 // The MessageRouter supports the IPC::Sender interface for outgoing messages,
29 // MessageRouter is intended to provide that if appropriate.
31 // The MessageRouter can be used as a concrete class provided its Send method
36 class COMPONENT_EXPORT(IPC) MessageRouter : public Listener, public Sender {
38 MessageRouter();
39 ~MessageRouter() override;
69 DISALLOW_COPY_AND_ASSIGN(MessageRouter);
  /external/libchrome/mojo/core/ports/
ports_unittest.cc 70 class MessageRouter {
72 virtual ~MessageRouter() {}
122 void Start(MessageRouter* router) {
279 MessageRouter* router_ = nullptr;
299 class PortsTest : public testing::Test, public MessageRouter {
362 // MessageRouter:
    [all...]

Completed in 608 milliseconds