Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_tool_command.h33 ErrCode CreateMessageMap() override;
H A Dshell_command.h46 virtual ErrCode CreateMessageMap() = 0;
H A Daccessibility_ability_command.h50 ErrCode CreateMessageMap() override;
H A Dability_command.h213 ErrCode CreateMessageMap() override;
/ohos5.0/base/customization/enterprise_device_management/tools/edm/include/
H A Dshell_command.h38 virtual ErrCode CreateMessageMap() = 0;
H A Dedm_command.h54 ErrCode CreateMessageMap() override;
/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h36 ErrCode CreateMessageMap() override;
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Dshell_command.h43 virtual ErrCode CreateMessageMap() = 0;
H A Ddp_command.h37 ErrCode CreateMessageMap() override;
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dshell_command.h46 virtual ErrCode CreateMessageMap() = 0;
H A Dbundle_command.h236 ErrCode CreateMessageMap() override;
H A Dbundle_test_tool.h46 ErrCode CreateMessageMap() override;
/ohos5.0/base/customization/enterprise_device_management/tools/edm/src/
H A Dshell_command.cpp61 result = CreateMessageMap(); in ExecCommand()
H A Dedm_command.cpp48 ErrCode EdmCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::EDM::EdmCommand
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Dshell_command.cpp78 result = CreateMessageMap(); in ExecCommand()
H A Ddp_command.cpp122 ErrCode DpShellCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::DeviceProfile::DpShellCommand
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dshell_command.cpp70 result = CreateMessageMap(); in ExecCommand()
H A Dbundle_command.cpp226 ErrCode BundleManagerShellCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::AppExecFwk::BundleManagerShellCommand
H A Dbundle_test_tool.cpp921 ErrCode BundleTestTool::CreateMessageMap() in CreateMessageMap() function in OHOS::AppExecFwk::BundleTestTool
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command.cpp74 result = CreateMessageMap(); in ExecCommand()
H A Dability_tool_command.cpp128 ErrCode AbilityToolCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::AAFwk::AbilityToolCommand
134 return aaShellCmd_.get()->CreateMessageMap(); in CreateMessageMap()
H A Daccessibility_ability_command.cpp308 ErrCode AccessibilityAbilityShellCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::AAFwk::AccessibilityAbilityShellCommand
H A Dability_command.cpp182 ErrCode AbilityManagerShellCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::AAFwk::AbilityManagerShellCommand
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp213 ErrCode PowerShellCommand::CreateMessageMap() in CreateMessageMap() function in OHOS::PowerMgr::PowerShellCommand
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Daccessibility_ability_command_first_test.cpp105 EXPECT_EQ(cmd.CreateMessageMap(), OHOS::ERR_OK);