Home
last modified time | relevance | path

Searched defs:STAGE_AFTER_WAITING (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h56 STAGE_AFTER_WAITING = 1<<3, enumerator
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp40 constexpr std::string_view STAGE_AFTER_WAITING = "AFTER_WAITING"; variable