Home
last modified time | relevance | path

Searched refs:strArgs (Results 1 - 2 of 2) 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
97 DBINDER_LOGI(LOG_LABEL, "strCommand = %{public}s, strArgs = %{public}s", strCommand.c_str(), strArgs.c_str()); 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()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_dumper.cpp27 std::string strArgs; in PrintArgs() local
29 strArgs += each + "|"; in PrintArgs()
31 WIFI_LOGD("Dumper[%{public}zu] args: %{public}s", vecArgs.size(), strArgs.c_str()); in PrintArgs()

Completed in 1 milliseconds