Home
last modified time | relevance | path

Searched refs:ARGS_HELP (Results 1 - 11 of 11) sorted by relevance

/base/location/frameworks/location_common/common/source/
H A Dlocation_dumper.cpp27 const std::string ARGS_HELP = "-h"; member
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/
H A Dbattery_stats_dumper.cpp24 constexpr const char* ARGS_HELP = "-h"; member
33 if ((argc == 0) || (args[0] == ARGS_HELP)) { in Dump()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_dumper.cpp24 const std::string ARGS_HELP = "-h"; member
37 if ((argc == 0) || (args[0] == ARGS_HELP)) { in Dump()
/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_mgr_dumper.cpp28 constexpr const char* ARGS_HELP = "-h"; member
45 if ((args.size() == 0) || (args[0] == ARGS_HELP)) { in Dump()
/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp31 const std::string ARGS_HELP = "-h"; member
175 if (arg == ARGS_HELP) { in ProcessOneParameter()
/base/location/test/location_passive/source/
H A Dpassive_ability_test.cpp41 const std::string ARGS_HELP = "-h"; member
222 std::u16string helpArg1 = Str8ToStr16(ARGS_HELP); in HWTEST_F()
/base/location/test/location_geocode/source/
H A Dgeo_convert_service_test.cpp67 const std::string ARGS_HELP = "-h"; member
269 std::u16string helpArg1 = Str8ToStr16(ARGS_HELP); in HWTEST_F()
/base/location/test/location_network/source/
H A Dnetwork_ability_test.cpp66 const std::string ARGS_HELP = "-h"; member
239 std::u16string helpArg1 = Str8ToStr16(ARGS_HELP); in HWTEST_F()
/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp82 const std::string ARGS_HELP = "-h"; member
/base/location/test/location_locator/source/
H A Dlocator_service_test.cpp77 const std::string ARGS_HELP = "-h"; member
1816 std::u16string helpArg1 = Str8ToStr16(ARGS_HELP); in HWTEST_F()
/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp58 const std::string ARGS_HELP = "-h"; member
661 std::u16string helpArg1 = Str8ToStr16(ARGS_HELP); in HWTEST_F()

Completed in 14 milliseconds