Home
last modified time | relevance | path

Searched refs:OnProcessMsg (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
Ddistribute_demo_agent.cpp46 …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/
Ddistributed_agent.h53 …virtual int OnProcessMsg(const std::string &strMsg, int msgLen, std::string &strReturnValue, int r…
Ddistributed_agent.cpp232 … 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