Searched refs:publishControlMap_ (Results 1 – 2 of 2) sorted by relevance
186 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()
203 std::unordered_map<std::string, std::vector<int32_t>> publishControlMap_; variable