Home
last modified time | relevance | path

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

/base/location/frameworks/location_common/common/source/
Dlocation_dumper.cpp29 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/
Dlocation_dumper.h28 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/
Dpassive_ability.cpp166 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/
Dnetwork_ability.cpp355 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/
Dgeo_convert_service.cpp430 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/
Dgnss_ability.cpp595 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/
Dlocator_skeleton.cpp1033 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()