Searched refs:strCommand (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_agent.cpp | 40 …virtual int OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strArgs, in… 92 int DbinderTestAgent::OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &st… in OnProcessCmd() argument 96 if (strCommand == "KILL") { in OnProcessCmd() 97 …DBINDER_LOGI(LOG_LABEL, "strCommand = %{public}s, strArgs = %{public}s", strCommand.c_str(), strAr… in OnProcessCmd() 99 } else if (strCommand == "RESTART") { in OnProcessCmd() 100 …DBINDER_LOGI(LOG_LABEL, "strCommand = %{public}s, strArgs = %{public}s", strCommand.c_str(), strAr… in OnProcessCmd() 103 …return DistributedAgent::OnProcessCmd(strCommand, cmdLen, strArgs, argsLen, strExpectValue, expect… in OnProcessCmd()
|