Home
last modified time | relevance | path

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

12

/ohos5.0/base/notification/common_event_service/tools/cem/include/
H A Dshell_command.h72 virtual ErrCode CreateCommandMap() = 0;
H A Dcommon_event_command.h83 ErrCode CreateCommandMap() override;
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_tool_command.h32 ErrCode CreateCommandMap() override;
H A Dshell_command.h45 virtual ErrCode CreateCommandMap() = 0;
H A Daccessibility_ability_command.h48 ErrCode CreateCommandMap() override;
H A Dability_command.h218 ErrCode CreateCommandMap() override;
/ohos5.0/base/customization/enterprise_device_management/tools/edm/include/
H A Dshell_command.h37 virtual ErrCode CreateCommandMap() = 0;
H A Dedm_command.h53 ErrCode CreateCommandMap() override;
/ohos5.0/base/notification/common_event_service/tools/cem/src/
H A Dshell_command.cpp58 int result = CreateCommandMap(); in ExecCommand()
H A Dcommon_event_command.cpp42 ErrCode CommonEventCommand::CreateCommandMap() in CreateCommandMap() function in OHOS::EventFwk::CommonEventCommand
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/
H A Dnotification_shell_command.h40 ErrCode CreateCommandMap() override;
H A Dshell_command.h86 virtual ErrCode CreateCommandMap() = 0;
/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h35 ErrCode CreateCommandMap() override;
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Dshell_command.h42 virtual ErrCode CreateCommandMap() = 0;
H A Ddp_command.h36 ErrCode CreateCommandMap() override;
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dshell_command.h45 virtual ErrCode CreateCommandMap() = 0;
H A Dbundle_command.h235 ErrCode CreateCommandMap() override;
/ohos5.0/base/customization/enterprise_device_management/tools/edm/src/
H A Dshell_command.cpp56 ErrCode result = CreateCommandMap(); in ExecCommand()
H A Dedm_command.cpp38 ErrCode EdmCommand::CreateCommandMap() in CreateCommandMap() function in OHOS::EDM::EdmCommand
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Dshell_command.cpp73 int result = CreateCommandMap(); in ExecCommand()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dshell_command.cpp65 int result = CreateCommandMap(); in ExecCommand()
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dshell_command.cpp61 int32_t result = CreateCommandMap(); in ExecCommand()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command.cpp69 int result = CreateCommandMap(); in ExecCommand()
/ohos5.0/base/account/os_account/tools/acm/include/
H A Daccount_command.h113 void CreateCommandMap();
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp73 void AccountCommand::CreateCommandMap() in CreateCommandMap() function in OHOS::AccountSA::AccountCommand
121 CreateCommandMap(); in ExecCommand()

12