Searched refs:strExpectValue (Results 1 – 5 of 5) sorted by relevance
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
D | distribute_demo_agent.cpp | 48 const std::string &strExpectValue, int expectValueLen); 50 int GetKvValue(const std::string &strArgs, int argsLen, const std::string &strExpectValue, 53 int AddTwoValue(const std::string &strArgs, int argsLen, const std::string &strExpectValue, 56 const std::string &strExpectValue, int expectValueLen); 100 int cmdLen, const std::string &strExpectValue, int expectValueLen) in OnProcessCmd() argument 107 return DistributedAgent::OnProcessCmd(strCommand, cmdLen, strExpectValue, expectValueLen); in OnProcessCmd()
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_major.h | 43 …TestCmd(size_t devNo, const std::string &strCommand, int cmdLen, const std::string &strExpectValue, 80 const std::string &strExpectValue, int expectValueLen); 83 const std::string &strExpectValue); 85 … const std::string &strExpectValue, std::function<bool(const std::string &, int)> onReturnCall);
|
D | distributed_major.cpp | 245 const std::string &strExpectValue, int expectValueLen, in RunTestCmd() argument 278 strExpectValue.c_str(), expectValueLen); in RunTestCmd() 362 const std::string &strExpectValue, int expectValueLen) in RunCmdOnAgent() argument 365 … return g_pDistributetestEnv->RunTestCmd(devNo, strCommand, cmdLen, strExpectValue, expectValueLen, in RunCmdOnAgent() 384 const std::string &strExpectValue) in RunCmdOnAgent() argument 389 int expectValueLen = strExpectValue.length() + 1; in RunCmdOnAgent() 390 … return g_pDistributetestEnv->RunTestCmd(devNo, strBuf, cmdLen, strExpectValue, expectValueLen, in RunCmdOnAgent() 410 const std::string &strExpectValue, std::function<bool(const std::string &, int)> onReturnCall) in RunCmdOnAgent() argument 415 int expectValueLen = strExpectValue.length() + 1; in RunCmdOnAgent() 416 …return g_pDistributetestEnv->RunTestCmd(devNo, strBuf, cmdLen, strExpectValue, expectValueLen, onR… in RunCmdOnAgent()
|
D | distributed_agent.h | 38 …int OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strExpectValue, int… 52 const std::string &strExpectValue, int expectValueLen);
|
D | distributed_agent.cpp | 328 const std::string &strExpectValue, int expectValueLen) in OnProcessCmd() argument 365 …nresult = OnProcessCmd(alignmentCmd, cmdNo, szArgs, cmdLen - cmdNo, strExpectValue, expectValueLen… in OnProcessCmd() 370 int argsLen, const std::string &strExpectValue, int expectValueLen) in OnProcessCmd() argument 374 if (static_cast<int>(strExpectValue.size()) > expectValueLen || in OnProcessCmd()
|