Searched defs:cmdLen (Results 1 - 3 of 3) sorted by relevance
| /test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
| H A D | distribute_demo_agent.cpp | 99 OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strExpectValue, int expectValueLen) OnProcessCmd() argument
|
| /test/testfwk/developer_test/aw/cxx/distributed/ |
| H A 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() argument 369 OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strArgs, int argsLen, const std::string &strExpectValue, int expectValueLen) OnProcessCmd() argument [all...] |
| H A D | distributed_major.cpp | 244 bool DistributeTestEnvironment::RunTestCmd(size_t devNo, const std::string &strCommand, int cmdLen,
in RunTestCmd() argument 361 bool DistributeTest::RunCmdOnAgent(AGENT_NO devNo, const std::string &strCommand, int cmdLen,
in RunCmdOnAgent() argument 388 int cmdLen = strBuf.length() + 1;
in RunCmdOnAgent() local 414 int cmdLen = strBuf.length() + 1; RunCmdOnAgent() local [all...] |
Completed in 4 milliseconds