Searched refs:helpArgs (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/startup/init/services/begetctl/ |
H A D | begetctl_cmd.c | 58 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 D | misc_daemon.cpp | 191 char *helpArgs[] = {const_cast<char *>("misc_daemon"), nullptr}; in main_cmd() local 192 BShellCmdHelp(shell, 1, helpArgs); in main_cmd()
|
H A D | param_cmd.c | 319 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 D | passive_ability_test.cpp | 221 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 D | geo_convert_service_test.cpp | 268 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 D | network_ability_test.cpp | 238 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 D | locator_service_test.cpp | 1811 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 D | gnss_ability_test.cpp | 660 std::vector<std::u16string> helpArgs; variable 662 helpArgs.emplace_back(helpArg1); 663 EXPECT_EQ(ERR_OK, ability_->Dump(fd, helpArgs));
|