/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | shell_command.cpp | 24 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 D | shell_command.cpp | 23 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 D | notification_shell_command.cpp | 86 NotificationShellCommand::NotificationShellCommand(int argc, char *argv[]) : ShellCommand(argc, arg… in NotificationShellCommand()
|
/ohos5.0/base/notification/common_event_service/tools/cem/src/ |
H A D | shell_command.cpp | 25 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 D | shell_command.cpp | 23 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 D | ability_tool_command.cpp | 103 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 D | shell_command.cpp | 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()
|
/ohos5.0/base/customization/enterprise_device_management/tools/edm/src/ |
H A D | shell_command.cpp | 24 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 D | edm_command.cpp | 36 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 D | shell_command.h | 33 class ShellCommand { 42 ShellCommand(int argc, char *argv[], std::string name); 44 virtual ~ShellCommand();
|
H A D | common_event_command.h | 77 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 D | shell_command.h | 28 class ShellCommand { 30 ShellCommand(int argc, char *argv[], std::string name); 31 virtual ~ShellCommand() = default;
|
H A D | edm_command.h | 47 class EdmCommand : public ShellCommand {
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/include/ |
H A D | shell_command.h | 31 class ShellCommand { 33 ShellCommand(int argc, char *argv[], std::string name); 34 virtual ~ShellCommand() = default;
|
H A D | dp_command.h | 30 class DpShellCommand : public OHOS::DeviceProfile::ShellCommand {
|
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/ |
H A D | shell_command.h | 28 class ShellCommand { 37 ShellCommand(int argc, char *argv[], std::string name); 42 virtual ~ShellCommand();
|
H A D | notification_shell_command.h | 24 class NotificationShellCommand : public OHOS::Notification::ShellCommand {
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | shell_command.h | 34 class ShellCommand { 36 ShellCommand(int argc, char *argv[], std::string name); 37 virtual ~ShellCommand();
|
H A D | bundle_command.h | 228 class BundleManagerShellCommand : public ShellCommand {
|
H A D | bundle_test_tool.h | 39 class BundleTestTool : public ShellCommand {
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/ |
H A D | shell_command.h | 34 class ShellCommand { 36 ShellCommand(int argc, char* argv[], std::string name); 37 virtual ~ShellCommand();
|
H A D | ability_tool_command.h | 26 class AbilityToolCommand : public ShellCommand {
|
H A D | accessibility_ability_command.h | 41 class AccessibilityAbilityShellCommand : public ShellCommand {
|
H A D | ability_command.h | 207 class AbilityManagerShellCommand : public ShellCommand {
|
/ohos5.0/base/powermgr/power_manager/utils/shell/include/ |
H A D | power_shell_command.h | 28 class PowerShellCommand : public OHOS::AAFwk::ShellCommand {
|