Home
last modified time | relevance | path

Searched refs:expectValueLen (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_agent.cpp41 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 Ddistributed_test_agent.cpp43 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()