Searched refs:strArgs (Results 1 - 2 of 2) sorted by relevance
/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, 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 D | wifi_dumper.cpp | 27 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 2 milliseconds