Home
last modified time | relevance | path

Searched refs:HIDUMPER_CMD_MAP (Results 1 – 2 of 2) sorted by relevance

/base/notification/common_event_service/services/src/
Dinner_common_event_manager.cpp49 const std::unordered_map<std::string, char> HIDUMPER_CMD_MAP = { variable
435 if (HIDUMPER_CMD_MAP.find(cmd) == HIDUMPER_CMD_MAP.end()) { in HiDump()
443 char cmdValue = HIDUMPER_CMD_MAP.find(cmd)->second; in HiDump()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp92 const std::unordered_map<std::string, std::string> HIDUMPER_CMD_MAP = { variable
4198 if (HIDUMPER_CMD_MAP.find(cmd) == HIDUMPER_CMD_MAP.end()) { in GetDumpInfo()
4202 std::string cmdValue = HIDUMPER_CMD_MAP.find(cmd)->second; in GetDumpInfo()