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/
H A Ddistribute_demo_agent.cpp46 virtual int OnProcessMsg(const std::string &dtrMsg, int len, std::string &strReturnValue, int returnBufLen);
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/
H A Ddistributed_agent.h53 virtual int OnProcessMsg(const std::string &strMsg, int msgLen, std::string &strReturnValue, int returnBufLen);
H A 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

Completed in 2 milliseconds