Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/location/test/location_passive/source/
H A Dpassive_ability_test.cpp221 std::vector<std::u16string> helpArgs; variable
223 helpArgs.emplace_back(helpArg1);
224 EXPECT_EQ(ERR_OK, ability_->Dump(fd, helpArgs));
/ohos5.0/base/location/test/location_geocode/source/
H A Dgeo_convert_service_test.cpp268 std::vector<std::u16string> helpArgs; variable
270 helpArgs.emplace_back(helpArg1);
271 EXPECT_EQ(ERR_OK, service_->Dump(fd, helpArgs));
/ohos5.0/base/location/test/location_network/source/
H A Dnetwork_ability_test.cpp238 std::vector<std::u16string> helpArgs; variable
240 helpArgs.emplace_back(helpArg1);
241 EXPECT_EQ(ERR_OK, ability_->Dump(fd, helpArgs));
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_service_test.cpp1811 std::vector<std::u16string> helpArgs; variable
1813 helpArgs.emplace_back(helpArg1);
1814 EXPECT_EQ(ERR_OK, locatorAbility->Dump(fd, helpArgs));
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp660 std::vector<std::u16string> helpArgs; variable
662 helpArgs.emplace_back(helpArg1);
663 EXPECT_EQ(ERR_OK, ability_->Dump(fd, helpArgs));