Home
last modified time | relevance | path

Searched refs:argsLen (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
Ddistribute_demo_agent.cpp47 …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/
Ddistributed_agent.h51 …nt OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strArgs, int argsLen,
Ddistributed_agent.cpp370 int argsLen, const std::string &strExpectValue, int expectValueLen) in OnProcessCmd() argument
376 static_cast<int>(strArgs.size()) > argsLen) { in OnProcessCmd()