Home
last modified time | relevance | path

Searched refs:ListenerWithSimpleAssociatedInterface (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/ipc/
H A Dipc_channel_mojo_unittest.cc656 class ListenerWithSimpleAssociatedInterface class
662 explicit ListenerWithSimpleAssociatedInterface(base::OnceClosure quit_closure) in ListenerWithSimpleAssociatedInterface() function in __anon33c4f6f10111::ListenerWithSimpleAssociatedInterface
665 ~ListenerWithSimpleAssociatedInterface() override = default;
680 base::BindRepeating(&ListenerWithSimpleAssociatedInterface::BindRequest, in RegisterInterfaceFactory()
714 const int ListenerWithSimpleAssociatedInterface::kNumMessages = 1000;
730 for (int i = 0; i < ListenerWithSimpleAssociatedInterface::kNumMessages; in OnChannelConnected()
753 ListenerWithSimpleAssociatedInterface listener(run_loop.QuitClosure()); in TEST_F()
/aosp_15_r20/external/cronet/ipc/
H A Dipc_channel_mojo_unittest.cc676 class ListenerWithSimpleAssociatedInterface class
682 explicit ListenerWithSimpleAssociatedInterface(base::OnceClosure quit_closure) in ListenerWithSimpleAssociatedInterface() function in ipc_channel_mojo_unittest::__anon598173270111::ListenerWithSimpleAssociatedInterface
685 ~ListenerWithSimpleAssociatedInterface() override = default;
701 &ListenerWithSimpleAssociatedInterface::BindReceiver, in RegisterInterfaceFactory()
736 const int ListenerWithSimpleAssociatedInterface::kNumMessages = 1000;
752 for (int i = 0; i < ListenerWithSimpleAssociatedInterface::kNumMessages; in OnChannelConnected()
775 ListenerWithSimpleAssociatedInterface listener(run_loop.QuitClosure()); in TEST_F()