Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp50 const std::unordered_map<std::string, uint8_t> OS_EVENT_POS_INFOS = { variable
267 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()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp42 const std::vector<OsEventPosInfo> OS_EVENT_POS_INFOS = { variable
121 for (const auto& event : OS_EVENT_POS_INFOS) { in GetOsEventsMask()