Searched refs:ON_MESSENGER_READY (Results 1 – 5 of 5) sorted by relevance
24 ON_MESSENGER_READY = 1, enumerator
36 case ExecutorCallbackInterfaceCode::ON_MESSENGER_READY: in OnRemoteRequest()
55 bool result = SendRequest(ExecutorCallbackInterfaceCode::ON_MESSENGER_READY, data, reply); in OnMessengerReady()
56 uint32_t code = ExecutorCallbackInterfaceCode::ON_MESSENGER_READY;
66 EXPECT_EQ(code, ExecutorCallbackInterfaceCode::ON_MESSENGER_READY); in __anon60e9bba10102()