/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/ |
H A D | ability_tool_command.h | 33 ErrCode CreateMessageMap() override;
|
H A D | shell_command.h | 46 virtual ErrCode CreateMessageMap() = 0;
|
H A D | accessibility_ability_command.h | 50 ErrCode CreateMessageMap() override;
|
H A D | ability_command.h | 213 ErrCode CreateMessageMap() override;
|
/ohos5.0/base/customization/enterprise_device_management/tools/edm/include/ |
H A D | shell_command.h | 38 virtual ErrCode CreateMessageMap() = 0;
|
H A D | edm_command.h | 54 ErrCode CreateMessageMap() override;
|
/ohos5.0/base/powermgr/power_manager/utils/shell/include/ |
H A D | power_shell_command.h | 36 ErrCode CreateMessageMap() override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/include/ |
H A D | shell_command.h | 43 virtual ErrCode CreateMessageMap() = 0;
|
H A D | dp_command.h | 37 ErrCode CreateMessageMap() override;
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | shell_command.h | 46 virtual ErrCode CreateMessageMap() = 0;
|
H A D | bundle_command.h | 236 ErrCode CreateMessageMap() override;
|
H A D | bundle_test_tool.h | 46 ErrCode CreateMessageMap() override;
|
/ohos5.0/base/customization/enterprise_device_management/tools/edm/src/ |
H A D | shell_command.cpp | 61 result = CreateMessageMap(); in ExecCommand()
|
H A D | edm_command.cpp | 48 ErrCode EdmCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::EDM::EdmCommand
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/ |
H A D | shell_command.cpp | 78 result = CreateMessageMap(); in ExecCommand()
|
H A D | dp_command.cpp | 122 ErrCode DpShellCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::DeviceProfile::DpShellCommand
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | shell_command.cpp | 70 result = CreateMessageMap(); in ExecCommand()
|
H A D | bundle_command.cpp | 226 ErrCode BundleManagerShellCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::AppExecFwk::BundleManagerShellCommand
|
H A D | bundle_test_tool.cpp | 921 ErrCode BundleTestTool::CreateMessageMap() in CreateMessageMap() function in OHOS::AppExecFwk::BundleTestTool
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | shell_command.cpp | 74 result = CreateMessageMap(); in ExecCommand()
|
H A D | ability_tool_command.cpp | 128 ErrCode AbilityToolCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::AAFwk::AbilityToolCommand 134 return aaShellCmd_.get()->CreateMessageMap(); in CreateMessageMap()
|
H A D | accessibility_ability_command.cpp | 308 ErrCode AccessibilityAbilityShellCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::AAFwk::AccessibilityAbilityShellCommand
|
H A D | ability_command.cpp | 182 ErrCode AbilityManagerShellCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::AAFwk::AbilityManagerShellCommand
|
/ohos5.0/base/powermgr/power_manager/utils/shell/src/ |
H A D | power_shell_command.cpp | 213 ErrCode PowerShellCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::PowerMgr::PowerShellCommand
|
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/ |
H A D | accessibility_ability_command_first_test.cpp | 105 EXPECT_EQ(cmd.CreateMessageMap(), OHOS::ERR_OK);
|