Searched refs:vecArgs (Results 1 – 7 of 7) sorted by relevance
/base/location/frameworks/location_common/common/source/ |
D | location_dumper.cpp | 29 void LocationDumper::PrintArgs(const std::vector<std::string>& vecArgs) in PrintArgs() argument 31 std::string strArgs = std::accumulate(vecArgs.begin(), vecArgs.end(), std::string(""), in PrintArgs() 32 [vecArgs](const std::string &strArgs, const std::string &each) { in PrintArgs() 35 LBSLOGI(COMMON_UTILS, "Dumper[%{public}zu] args: %{public}s", vecArgs.size(), strArgs.c_str()); in PrintArgs() 39 const std::vector<std::string>& vecArgs, std::string& result) in GeocodeDump() argument 41 PrintArgs(vecArgs); in GeocodeDump() 43 if (!vecArgs.empty() && vecArgs[0] == ARGS_HELP) { in GeocodeDump() 56 const std::vector<std::string>& vecArgs, std::string& result) in GnssDump() argument 58 PrintArgs(vecArgs); in GnssDump() 60 if (!vecArgs.empty() && vecArgs[0] == ARGS_HELP) { in GnssDump() [all …]
|
/base/location/interfaces/inner_api/include/ |
D | location_dumper.h | 28 const std::vector<std::string> &vecArgs, std::string &result); 31 const std::vector<std::string> &vecArgs, std::string &result); 34 const std::vector<std::string> &vecArgs, std::string &result); 37 const std::vector<std::string> &vecArgs, std::string &result); 40 const std::vector<std::string> &vecArgs, std::string &result); 42 void PrintArgs(const std::vector<std::string>& vecArgs);
|
/base/location/services/location_passive/passive/source/ |
D | passive_ability.cpp | 166 std::vector<std::string> vecArgs; in Dump() local 167 …std::transform(args.begin(), args.end(), std::back_inserter(vecArgs), [](const std::u16string &arg… in Dump() 173 dumper.PassiveDump(SaDumpInfo, vecArgs, result); in Dump()
|
/base/location/services/location_network/network/source/ |
D | network_ability.cpp | 355 std::vector<std::string> vecArgs; in Dump() local 356 …std::transform(args.begin(), args.end(), std::back_inserter(vecArgs), [](const std::u16string &arg… in Dump() 362 dumper.NetWorkDump(SaDumpInfo, vecArgs, result); in Dump()
|
/base/location/services/location_geocode/geocode/source/ |
D | geo_convert_service.cpp | 430 std::vector<std::string> vecArgs; in Dump() local 431 …std::transform(args.begin(), args.end(), std::back_inserter(vecArgs), [](const std::u16string &arg… in Dump() 437 dumper.GeocodeDump(SaDumpInfo, vecArgs, result); in Dump()
|
/base/location/services/location_gnss/gnss/source/ |
D | gnss_ability.cpp | 595 std::vector<std::string> vecArgs; in Dump() local 596 …std::transform(args.begin(), args.end(), std::back_inserter(vecArgs), [](const std::u16string &arg… in Dump() 602 dumper.GnssDump(SaDumpInfo, vecArgs, result); in Dump()
|
/base/location/services/location_locator/locator/source/ |
D | locator_skeleton.cpp | 1033 std::vector<std::string> vecArgs; in Dump() local 1034 …std::transform(args.begin(), args.end(), std::back_inserter(vecArgs), [](const std::u16string &arg… in Dump() 1040 dumper.LocatorDump(SaDumpInfo, vecArgs, result); in Dump()
|