Home
last modified time | relevance | path

Searched refs:messageMap_ (Results 1 - 6 of 6) sorted by relevance

/base/customization/enterprise_device_management/tools/edm/src/
H A Dshell_command.cpp79 if (messageMap_.find(code) != messageMap_.end()) { in GetMessageFromCode()
80 std::string message = messageMap_.at(code); in GetMessageFromCode()
H A Dedm_command.cpp50 messageMap_ = { // error + message in CreateMessageMap()
/base/notification/distributed_notification_service/tools/dump/src/
H A Dshell_command.cpp97 if (messageMap_.find(code) != messageMap_.end()) { in GetMessageFromCode()
98 std::string message = messageMap_.at(code); in GetMessageFromCode()
/base/customization/enterprise_device_management/tools/edm/include/
H A Dshell_command.h52 std::map<int32_t, std::string> messageMap_; member in OHOS::EDM::ShellCommand
/base/notification/distributed_notification_service/tools/dump/include/
H A Dshell_command.h106 std::map<int32_t, std::string> messageMap_; member in OHOS::Notification::ShellCommand
/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp221 messageMap_ = {}; in CreateMessageMap()

Completed in 3 milliseconds