Searched refs:strCommand (Results 1 – 5 of 5) sorted by relevance
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
D | distribute_demo_agent.cpp | 47 …virtual int OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strArgs, in… 55 …int ProcessByUseMap(const std::string &strCommand, int cmdLen, const std::string &strArgs, int arg… 99 void DistributeDemoAgent::OnProcessCmd(const std::string &strCommand, in OnProcessCmd() argument 102 if (strCommand == "query_command") { in OnProcessCmd() 107 return DistributedAgent::OnProcessCmd(strCommand, cmdLen, strExpectValue, expectValueLen); in OnProcessCmd()
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_agent.h | 38 …int OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strExpectValue, int… 51 …virtual int OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strArgs, in…
|
D | distributed_agent.cpp | 327 int DistributedAgent::OnProcessCmd(const std::string &strCommand, int cmdLen, in OnProcessCmd() argument 343 if (strCommand[cmdNo] == ':') { in OnProcessCmd() 353 ret = memcpy_s(alignmentCmd, sizeof(alignmentCmd), strCommand.c_str(), cmdNo); in OnProcessCmd() 359 strCommand.c_str() + cmdNo + 1, in OnProcessCmd() 369 int DistributedAgent::OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &st… in OnProcessCmd() argument 375 static_cast<int>(strCommand.size()) > cmdLen || in OnProcessCmd()
|
D | distributed_major.h | 43 …bool RunTestCmd(size_t devNo, const std::string &strCommand, int cmdLen, const std::string &strExp… 79 bool RunCmdOnAgent(AGENT_NO devNo, const std::string &strCommand, int cmdLen,
|
D | distributed_major.cpp | 244 bool DistributeTestEnvironment::RunTestCmd(size_t devNo, const std::string &strCommand, int cmdLen, in RunTestCmd() argument 270 strCommand.c_str(), cmdLen); in RunTestCmd() 361 bool DistributeTest::RunCmdOnAgent(AGENT_NO devNo, const std::string &strCommand, int cmdLen, in RunCmdOnAgent() argument 365 … return g_pDistributetestEnv->RunTestCmd(devNo, strCommand, cmdLen, strExpectValue, expectValueLen, in RunCmdOnAgent()
|