Searched refs:ParseOneRequestMessage (Results 1 – 4 of 4) sorted by relevance
24 MOCK_METHOD2(ParseOneRequestMessage, void(const std::string &, Message *));
1564 EXPECT_CALL(*executor, ParseOneRequestMessage).WillRepeatedly(
76 virtual void ParseOneRequestMessage(const std::string &device, Message *inMsg);
192 ParseOneRequestMessage(entry.first, entry.second); in ReceiveRemoteExecutorRequest()200 void RemoteExecutor::ParseOneRequestMessage(const std::string &device, Message *inMsg) in ParseOneRequestMessage() function in DistributedDB::RemoteExecutor