Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_tool_command.h36 ErrCode RunAsHelpCommand();
H A Daccessibility_ability_command.h51 ErrCode RunAsHelpCommand();
H A Dability_command.h221 ErrCode RunAsHelpCommand();
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp118 {"help", [this]() { return this->RunAsHelpCommand(); }}, in CreateCommandMap()
142 ErrCode AbilityToolCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::AAFwk::AbilityToolCommand
H A Dability_command.cpp160 {"help", [this]() { return this->RunAsHelpCommand(); }}, in CreateCommandMap()
226 ErrCode AbilityManagerShellCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::AAFwk::AbilityManagerShellCommand
H A Daccessibility_ability_command.cpp321 ErrCode AccessibilityAbilityShellCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::AAFwk::AccessibilityAbilityShellCommand
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h245 ErrCode RunAsHelpCommand();
H A Dbundle_test_tool.h52 ErrCode RunAsHelpCommand();
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp206 {"help", [this] { return this->RunAsHelpCommand(); } }, in CreateCommandMap()
253 ErrCode BundleManagerShellCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::AppExecFwk::BundleManagerShellCommand
H A Dbundle_test_tool.cpp913 {"help", std::bind(&BundleTestTool::RunAsHelpCommand, this)}, in CreateCommandMap()
1068 ErrCode BundleTestTool::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::AppExecFwk::BundleTestTool
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Daccessibility_ability_command_first_test.cpp111 * @tc.name: RunAsHelpCommand
112 * @tc.desc: Test whether RunAsHelpCommand is called normally.
124 EXPECT_EQ(cmd.RunAsHelpCommand(), OHOS::ERR_OK); in HWTEST_F()

Completed in 23 milliseconds