Home
last modified time | relevance | path

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

/base/location/frameworks/location_common/common/source/
Dlocation_dumper.cpp31 std::string strArgs = std::accumulate(vecArgs.begin(), vecArgs.end(), std::string(""), in PrintArgs() local
32 [vecArgs](const std::string &strArgs, const std::string &each) { in PrintArgs() argument
33 return strArgs + each + "|"; in PrintArgs()
35 LBSLOGI(COMMON_UTILS, "Dumper[%{public}zu] args: %{public}s", vecArgs.size(), strArgs.c_str()); in PrintArgs()