Home
last modified time | relevance | path

Searched defs:cmdLen (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_agent.cpp179 unsigned int cmdLen = ntohs(*reinterpret_cast<int *>(pcline->alignmentCmd)); in DoCmdServer() local
327 int DistributedAgent::OnProcessCmd(const std::string &strCommand, int cmdLen, in OnProcessCmd()
369 int DistributedAgent::OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &st… in OnProcessCmd()
Ddistributed_major.cpp244 bool DistributeTestEnvironment::RunTestCmd(size_t devNo, const std::string &strCommand, int cmdLen, in RunTestCmd()
361 bool DistributeTest::RunCmdOnAgent(AGENT_NO devNo, const std::string &strCommand, int cmdLen, in RunCmdOnAgent()
388 int cmdLen = strBuf.length() + 1; in RunCmdOnAgent() local
414 int cmdLen = strBuf.length() + 1; in RunCmdOnAgent() local
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
Ddistribute_demo_agent.cpp100 int cmdLen, const std::string &strExpectValue, int expectValueLen) in OnProcessCmd()