Home
last modified time | relevance | path

Searched refs:strReturnValue (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…
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/
Ddistributed_agent.h53 …virtual int OnProcessMsg(const std::string &strMsg, int msgLen, std::string &strReturnValue, int r…
Ddistributed_agent.cpp307 std::string &strReturnValue, int returnBufLen) in OnProcessMsg() argument
312 if (strReturnValue != "" && returnLen <= returnBufLen) { in OnProcessMsg()
313 strReturnValue = returnStr; in OnProcessMsg()