Searched refs:DispatchCommand (Results 1 – 5 of 5) sorted by relevance
58 protocol->DispatchCommand(msg + ""); in HWTEST_F_L0()72 protocol->DispatchCommand(msg + ""); in HWTEST_F_L0()86 protocol->DispatchCommand(msg + ""); in HWTEST_F_L0()
39 handler.DispatchCommand(msg + std::string("hello")); in ProtocolHandlerDispatchFuzzTest()
42 void DispatchCommand(std::string &&msg);
54 handler->DispatchCommand(std::move(message)); in OnMessage()
32 void ProtocolHandler::DispatchCommand(std::string &&msg) in DispatchCommand() function in panda::ecmascript::tooling::ProtocolHandler