Searched refs:strReturnValue (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… 83 int len, std::string &strReturnValue, int returnValueLen) in OnProcessMsg() argument 88 strReturnValue = "ok"; in OnProcessMsg() 89 return strReturnValue; in OnProcessMsg() 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 | 307 std::string &strReturnValue, int returnBufLen) in OnProcessMsg() argument 312 if (strReturnValue != "" && returnLen <= returnBufLen) { in OnProcessMsg() 313 strReturnValue = returnStr; in OnProcessMsg()
|