Home
last modified time | relevance | path

Searched refs:helpArgs (Results 1 - 8 of 8) sorted by relevance

/base/startup/init/services/begetctl/
H A Dbegetctl_cmd.c58 char *helpArgs[] = {"set", NULL}; in SetInitLogLevelFromParam() local
59 BShellCmdHelp(shell, 1, helpArgs); in SetInitLogLevelFromParam()
95 char *helpArgs[] = {"dac", NULL}; in GetUidByName() local
96 BShellCmdHelp(shell, 1, helpArgs); in GetUidByName()
132 char *helpArgs[] = {"dac", NULL}; in GetGidByName() local
133 BShellCmdHelp(shell, 1, helpArgs); in GetGidByName()
H A Dmisc_daemon.cpp191 char *helpArgs[] = {const_cast<char *>("misc_daemon"), nullptr}; in main_cmd() local
192 BShellCmdHelp(shell, 1, helpArgs); in main_cmd()
H A Dparam_cmd.c319 char *helpArgs[] = {"param", NULL}; in BShellParamCmdSet() local
320 BShellCmdHelp(shell, 1, helpArgs); in BShellParamCmdSet()
357 char *helpArgs[] = {"param", NULL}; in BShellParamCmdWait() local
358 BShellCmdHelp(shell, 1, helpArgs); in BShellParamCmdWait()
/base/location/test/location_passive/source/
H A Dpassive_ability_test.cpp221 std::vector<std::u16string> helpArgs; in HWTEST_F() local
223 helpArgs.emplace_back(helpArg1); in HWTEST_F()
224 EXPECT_EQ(ERR_OK, ability_->Dump(fd, helpArgs)); in HWTEST_F()
/base/location/test/location_geocode/source/
H A Dgeo_convert_service_test.cpp268 std::vector<std::u16string> helpArgs; in HWTEST_F() local
270 helpArgs.emplace_back(helpArg1); in HWTEST_F()
271 EXPECT_EQ(ERR_OK, service_->Dump(fd, helpArgs)); in HWTEST_F()
/base/location/test/location_network/source/
H A Dnetwork_ability_test.cpp238 std::vector<std::u16string> helpArgs; in HWTEST_F() local
240 helpArgs.emplace_back(helpArg1); in HWTEST_F()
241 EXPECT_EQ(ERR_OK, ability_->Dump(fd, helpArgs)); in HWTEST_F()
/base/location/test/location_locator/source/
H A Dlocator_service_test.cpp1815 std::vector<std::u16string> helpArgs; in HWTEST_F() local
1817 helpArgs.emplace_back(helpArg1); in HWTEST_F()
1818 EXPECT_EQ(ERR_OK, locatorAbility->Dump(fd, helpArgs)); in HWTEST_F()
/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp660 std::vector<std::u16string> helpArgs; in HWTEST_F() local
662 helpArgs.emplace_back(helpArg1); in HWTEST_F()
663 EXPECT_EQ(ERR_OK, ability_->Dump(fd, helpArgs)); in HWTEST_F()

Completed in 13 milliseconds