Searched refs:OnProcessMsg (Results 1 – 3 of 3) sorted by relevance
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
D | distribute_demo_agent.cpp | 46 …virtual int OnProcessMsg(const std::string &dtrMsg, int len, std::string &strReturnValue, int retu… 82 void DistributeDemoAgent::OnProcessMsg(const std::string &strMsg, in OnProcessMsg() function in DistributeDemoAgent 95 return DistributedAgent::OnProcessMsg(strMsg, len, strReturnValue, returnValueLen); in OnProcessMsg()
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_agent.h | 53 …virtual int OnProcessMsg(const std::string &strMsg, int msgLen, std::string &strReturnValue, int r…
|
D | distributed_agent.cpp | 232 … nresult = OnProcessMsg(pcline->alignmentCmd, pcline->len, resultcmd, pclinereturn->len); in DoCmdServer() 306 int DistributedAgent::OnProcessMsg(const std::string &strMsg, int msgLen, in OnProcessMsg() function in OHOS::DistributeSystemTest::DistributedAgent
|