Searched refs:argsLen (Results 1 – 3 of 3) sorted by relevance
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
D | distribute_demo_agent.cpp | 47 …nt OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strArgs, int argsLen, 50 int GetKvValue(const std::string &strArgs, int argsLen, const std::string &strExpectValue, 53 int AddTwoValue(const std::string &strArgs, int argsLen, const std::string &strExpectValue, 55 …ProcessByUseMap(const std::string &strCommand, int cmdLen, const std::string &strArgs, int argsLen,
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_agent.h | 51 …nt OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strArgs, int argsLen,
|
D | distributed_agent.cpp | 370 int argsLen, const std::string &strExpectValue, int expectValueLen) in OnProcessCmd() argument 376 static_cast<int>(strArgs.size()) > argsLen) { in OnProcessCmd()
|