Searched refs:OS_EVENT_POS_INFOS (Results 1 – 2 of 2) sorted by relevance
50 const std::unordered_map<std::string, uint8_t> OS_EVENT_POS_INFOS = { variable267 if (OS_EVENT_POS_INFOS.find(eventName) == OS_EVENT_POS_INFOS.end()) { in CheckAppListenedEvents()283 if (!(eventsMask & (BIT_MASK << OS_EVENT_POS_INFOS.at(eventName)))) { in CheckAppListenedEvents()
42 const std::vector<OsEventPosInfo> OS_EVENT_POS_INFOS = { variable121 for (const auto& event : OS_EVENT_POS_INFOS) { in GetOsEventsMask()