Home
last modified time | relevance | path

Searched refs:strCommand (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_agent.cpp40 virtual int OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strArgs, int argsLen,
92 int DbinderTestAgent::OnProcessCmd(const std::string &strCommand, int cmdLen, const std::string &strArgs, int argsLen, in OnProcessCmd() argument
96 if (strCommand == "KILL") { in OnProcessCmd()
97 DBINDER_LOGI(LOG_LABEL, "strCommand = %{public}s, strArgs = %{public}s", strCommand.c_str(), strArgs.c_str()); in OnProcessCmd()
99 } else if (strCommand == "RESTART") { in OnProcessCmd()
100 DBINDER_LOGI(LOG_LABEL, "strCommand = %{public}s, strArgs = %{public}s", strCommand.c_str(), strArgs.c_str()); in OnProcessCmd()
103 return DistributedAgent::OnProcessCmd(strCommand, cmdLen, strArgs, argsLen, strExpectValue, expectValueLen); in OnProcessCmd()

Completed in 1 milliseconds