Home
last modified time | relevance | path

Searched refs:ShellCommand (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/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()
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dshell_command.cpp23 ShellCommand::ShellCommand(int argc, char *argv[], std::string name) in ShellCommand() function in OHOS::Notification::ShellCommand
39 ShellCommand::~ShellCommand() in ~ShellCommand()
42 ErrCode ShellCommand::OnCommand() in OnCommand()
59 std::string ShellCommand::ExecCommand() in ExecCommand()
73 std::string ShellCommand::GetCommandErrorMsg() const in GetCommandErrorMsg()
81 std::string ShellCommand::GetUnknownOptionMsg(std::string &unknownOption) const in GetUnknownOptionMsg()
92 std::string ShellCommand::GetMessageFromCode(const int32_t code) const in GetMessageFromCode()
H A Dnotification_shell_command.cpp86 NotificationShellCommand::NotificationShellCommand(int argc, char *argv[]) : ShellCommand(argc, arg… in NotificationShellCommand()
/ohos5.0/base/notification/common_event_service/tools/cem/src/
H A Dshell_command.cpp25 ShellCommand::ShellCommand(int argc, char *argv[], std::string name) in ShellCommand() function in OHOS::EventFwk::ShellCommand
42 ShellCommand::~ShellCommand() = default;
44 ErrCode ShellCommand::OnCommand() in OnCommand()
56 std::string ShellCommand::ExecCommand() in ExecCommand()
70 std::string ShellCommand::GetCommandErrorMsg() const in GetCommandErrorMsg()
/ohos5.0/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_T… in AbilityToolCommand()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Dshell_command.cpp35 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()
/ohos5.0/base/customization/enterprise_device_management/tools/edm/src/
H A Dshell_command.cpp24 ShellCommand::ShellCommand(int argc, char *argv[], std::string name) in ShellCommand() function in OHOS::EDM::ShellCommand
38 ErrCode ShellCommand::OnCommand() in OnCommand()
54 std::string ShellCommand::ExecCommand() in ExecCommand()
74 std::string ShellCommand::GetMessageFromCode(int32_t code) const in GetMessageFromCode()
H A Dedm_command.cpp36 EdmCommand::EdmCommand(int argc, char *argv[]) : ShellCommand(argc, argv, TOOL_NAME) {} in EdmCommand()
/ohos5.0/base/notification/common_event_service/tools/cem/include/
H A Dshell_command.h33 class ShellCommand {
42 ShellCommand(int argc, char *argv[], std::string name);
44 virtual ~ShellCommand();
H A Dcommon_event_command.h77 class CommonEventCommand : public OHOS::EventFwk::ShellCommand {
79 CommonEventCommand(int argc, char *argv[]) : ShellCommand(argc, argv, TOOL_NAME) {} in CommonEventCommand()
/ohos5.0/base/customization/enterprise_device_management/tools/edm/include/
H A Dshell_command.h28 class ShellCommand {
30 ShellCommand(int argc, char *argv[], std::string name);
31 virtual ~ShellCommand() = default;
H A Dedm_command.h47 class EdmCommand : public ShellCommand {
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Dshell_command.h31 class ShellCommand {
33 ShellCommand(int argc, char *argv[], std::string name);
34 virtual ~ShellCommand() = default;
H A Ddp_command.h30 class DpShellCommand : public OHOS::DeviceProfile::ShellCommand {
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/
H A Dshell_command.h28 class ShellCommand {
37 ShellCommand(int argc, char *argv[], std::string name);
42 virtual ~ShellCommand();
H A Dnotification_shell_command.h24 class NotificationShellCommand : public OHOS::Notification::ShellCommand {
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dshell_command.h34 class ShellCommand {
36 ShellCommand(int argc, char *argv[], std::string name);
37 virtual ~ShellCommand();
H A Dbundle_command.h228 class BundleManagerShellCommand : public ShellCommand {
H A Dbundle_test_tool.h39 class BundleTestTool : public ShellCommand {
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command.h34 class ShellCommand {
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 {
/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h28 class PowerShellCommand : public OHOS::AAFwk::ShellCommand {

12