Searched refs:expectValueLen (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_agent.cpp | 41 const std::string &strExpectValue, int expectValueLen); 93 const std::string &strExpectValue, int expectValueLen) in OnProcessCmd() argument 103 …stributedAgent::OnProcessCmd(strCommand, cmdLen, strArgs, argsLen, strExpectValue, expectValueLen); in OnProcessCmd()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/ |
H A D | distributed_test_agent.cpp | 43 int argsLen, const std::string &expectValue, int expectValueLen) override; 164 const std::string &args, int argsLen, const std::string &expectValue, int expectValueLen) in OnProcessCmd() argument 173 return DistributedAgent::OnProcessCmd(command, len, args, argsLen, expectValue, expectValueLen); in OnProcessCmd()
|