Home
last modified time | relevance | path

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

/base/location/frameworks/location_common/common/source/
Dlocation_dumper.cpp27 const std::string ARGS_HELP = "-h"; variable
43 if (!vecArgs.empty() && vecArgs[0] == ARGS_HELP) { in GeocodeDump()
60 if (!vecArgs.empty() && vecArgs[0] == ARGS_HELP) { in GnssDump()
77 if (!vecArgs.empty() && vecArgs[0] == ARGS_HELP) { in LocatorDump()
94 if (!vecArgs.empty() && vecArgs[0] == ARGS_HELP) { in NetWorkDump()
111 if (!vecArgs.empty() && vecArgs[0] == ARGS_HELP) { in PassiveDump()
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_dumper.cpp24 constexpr const char* ARGS_HELP = "-h"; variable
33 if ((argc == 0) || (args[0] == ARGS_HELP)) { in Dump()
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_dumper.cpp25 const std::string ARGS_HELP = "-h"; variable
36 if ((argc == 0) || (args[0] == ARGS_HELP)) { in Dump()
/base/powermgr/thermal_manager/services/native/src/
Dthermal_mgr_dumper.cpp26 constexpr const char* ARGS_HELP = "-h"; variable
41 if ((argc == 0) || (args[0] == ARGS_HELP)) { in Dump()
/base/location/test/location_passive/source/
Dpassive_ability_test.cpp36 const std::string ARGS_HELP = "-h"; variable
190 std::u16string helpArg1 = Str8ToStr16(ARGS_HELP);
/base/account/os_account/dfx/hidumper_adapter/
Daccount_dump_helper.cpp31 const std::string ARGS_HELP = "-h"; variable
174 if (arg == ARGS_HELP) { in ProcessOneParameter()
/base/location/test/location_geocode/source/
Dgeo_convert_service_test.cpp46 const std::string ARGS_HELP = "-h"; variable
217 std::u16string helpArg1 = Str8ToStr16(ARGS_HELP);
/base/location/test/location_network/source/
Dnetwork_ability_test.cpp42 const std::string ARGS_HELP = "-h"; variable
233 std::u16string helpArg1 = Str8ToStr16(ARGS_HELP);
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp47 const std::string ARGS_HELP = "-h"; variable
603 std::u16string helpArg1 = Str8ToStr16(ARGS_HELP);
/base/location/test/location_locator/source/
Dlocator_service_test.cpp69 const std::string ARGS_HELP = "-h"; variable
1853 std::u16string helpArg1 = Str8ToStr16(ARGS_HELP);