Home
last modified time | relevance | path

Searched refs:strCommand (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
Ddistribute_demo_agent.cpp47 …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/
Ddistributed_agent.h38 …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…
Ddistributed_agent.cpp327 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()
Ddistributed_major.h43 …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,
Ddistributed_major.cpp244 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()