Home
last modified time | relevance | path

Searched refs:ShellCommand (Results 1 - 18 of 18) sorted by relevance

/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dshell_command.cpp24 ShellCommand::ShellCommand(int argc, char *argv[], std::string name) in ShellCommand() function in OHOS::AppExecFwk::ShellCommand
41 ShellCommand::~ShellCommand() in ~ShellCommand()
44 ErrCode ShellCommand::OnCommand() in OnCommand()
63 std::string ShellCommand::ExecCommand() in ExecCommand()
85 std::string ShellCommand::GetCommandErrorMsg() const in GetCommandErrorMsg()
93 std::string ShellCommand::GetUnknownOptionMsg(std::string &unknownOption) const in GetUnknownOptionMsg()
107 std::string ShellCommand::GetMessageFromCode(const int32_t code) const in GetMessageFromCode()
H A Dbundle_command.cpp200 BundleManagerShellCommand::BundleManagerShellCommand(int argc, char *argv[]) : ShellCommand(argc, argv, TOOL_NAME) in BundleManagerShellCommand()
H A Dbundle_test_tool.cpp904 BundleTestTool::BundleTestTool(int argc, char *argv[]) : ShellCommand(argc, argv, TOOL_NAME) in BundleTestTool()
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Dshell_command.cpp30 const std::string TAG = "ShellCommand";
35 ShellCommand::ShellCommand(int argc, char *argv[], std::string name) in ShellCommand() function in OHOS::DeviceProfile::ShellCommand
52 ErrCode ShellCommand::OnCommand() in OnCommand()
71 std::string ShellCommand::ExecCommand() in ExecCommand()
92 std::string ShellCommand::GetCommandErrorMsg() const in GetCommandErrorMsg()
99 std::string ShellCommand::GetUnknownOptionMsg(std::string &unknownOption) const in GetUnknownOptionMsg()
112 std::string ShellCommand::GetMessageFromCode(int32_t code) const in GetMessageFromCode()
H A Ddp_command.cpp99 DpShellCommand::DpShellCommand(int argc, char *argv[]) : ShellCommand(argc, argv, DP_TOOL_NAME) in DpShellCommand()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command.cpp23 ShellCommand::ShellCommand(int argc, char* argv[], std::string name) in ShellCommand() function in OHOS::AAFwk::ShellCommand
42 ShellCommand::~ShellCommand() in ~ShellCommand()
45 ErrCode ShellCommand::OnCommand() in OnCommand()
66 std::string ShellCommand::ExecCommand() in ExecCommand()
90 std::string ShellCommand::GetCommandErrorMsg() const in GetCommandErrorMsg()
99 std::string ShellCommand::GetUnknownOptionMsg(std::string& unknownOption) const in GetUnknownOptionMsg()
114 std::string ShellCommand::GetMessageFromCode(const int32_t code) const in GetMessageFromCode()
H A Dability_tool_command.cpp103 AbilityToolCommand::AbilityToolCommand(int argc, char* argv[]) : ShellCommand(argc, argv, ABILITY_TOOL_NAME) in AbilityToolCommand()
H A Daccessibility_ability_command.cpp240 : ShellCommand(argc, argv, ACCESSIBILITY_TOOL_NAME) in AccessibilityAbilityShellCommand()
H A Dability_command.cpp150 AbilityManagerShellCommand::AbilityManagerShellCommand(int argc, char* argv[]) : ShellCommand(argc, argv, TOOL_NAME) in AbilityManagerShellCommand()
/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command.h34 class ShellCommand { class
36 ShellCommand(int argc, char* argv[], std::string name);
37 virtual ~ShellCommand();
H A Dability_tool_command.h26 class AbilityToolCommand : public ShellCommand {
H A Daccessibility_ability_command.h41 class AccessibilityAbilityShellCommand : public ShellCommand {
H A Dability_command.h207 class AbilityManagerShellCommand : public ShellCommand {
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dshell_command.h34 class ShellCommand { class
36 ShellCommand(int argc, char *argv[], std::string name);
37 virtual ~ShellCommand();
H A Dbundle_command.h234 class BundleManagerShellCommand : public ShellCommand {
H A Dbundle_test_tool.h39 class BundleTestTool : public ShellCommand {
/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Dshell_command.h31 class ShellCommand { class
33 ShellCommand(int argc, char *argv[], std::string name);
34 virtual ~ShellCommand() = default;
H A Ddp_command.h30 class DpShellCommand : public OHOS::DeviceProfile::ShellCommand {

Completed in 21 milliseconds