Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_element_operator_impl.cpp30 constexpr int32_t REQUEST_WINDOW_ID_MAX = 0x00007FFF; variable
150 if (windowId_ < REQUEST_WINDOW_ID_MAX && windowId_ > 0) { in AddRequest()