Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp186 publishControlMap_[event_name] = uids; in getCcmPublishControl()
192 if (publishControlMap_.empty()) { in IsPublishAllowed()
196 auto it = publishControlMap_.find(event); in IsPublishAllowed()
197 if (it != publishControlMap_.end()) { in IsPublishAllowed()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dinner_common_event_manager.h203 std::unordered_map<std::string, std::vector<int32_t>> publishControlMap_; variable