Searched defs:cmdLen (Results 1 – 3 of 3) sorted by relevance
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_agent.cpp | 179 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()
|
D | distributed_major.cpp | 244 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/ |
D | distribute_demo_agent.cpp | 100 int cmdLen, const std::string &strExpectValue, int expectValueLen) in OnProcessCmd()
|