/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()
|
H A D | bundle_command.cpp | 200 BundleManagerShellCommand::BundleManagerShellCommand(int argc, char *argv[]) : ShellCommand(argc, argv, TOOL_NAME) in BundleManagerShellCommand()
|
H A D | bundle_test_tool.cpp | 904 BundleTestTool::BundleTestTool(int argc, char *argv[]) : ShellCommand(argc, argv, TOOL_NAME) in BundleTestTool()
|
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/ |
H A D | shell_command.cpp | 30 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 D | dp_command.cpp | 99 DpShellCommand::DpShellCommand(int argc, char *argv[]) : ShellCommand(argc, argv, DP_TOOL_NAME) in DpShellCommand()
|
/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_TOOL_NAME) in AbilityToolCommand()
|
H A D | accessibility_ability_command.cpp | 240 : ShellCommand(argc, argv, ACCESSIBILITY_TOOL_NAME) in AccessibilityAbilityShellCommand()
|
H A D | ability_command.cpp | 150 AbilityManagerShellCommand::AbilityManagerShellCommand(int argc, char* argv[]) : ShellCommand(argc, argv, TOOL_NAME) in AbilityManagerShellCommand()
|
/foundation/ability/ability_runtime/tools/aa/include/ |
H A D | shell_command.h | 34 class ShellCommand { class 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 {
|
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | shell_command.h | 34 class ShellCommand { class 36 ShellCommand(int argc, char *argv[], std::string name); 37 virtual ~ShellCommand();
|
H A D | bundle_command.h | 234 class BundleManagerShellCommand : public ShellCommand {
|
H A D | bundle_test_tool.h | 39 class BundleTestTool : public ShellCommand {
|
/foundation/deviceprofile/device_info_manager/old/tools/dp/include/ |
H A D | shell_command.h | 31 class ShellCommand { class 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 {
|