Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_element_operator_impl.cpp32 constexpr int32_t REQUEST_ID_MASK_BIT = 16; variable
151 compositionRequestId &= static_cast<uint32_t>(windowId_) << REQUEST_ID_MASK_BIT; in AddRequest()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/asacfwk/test/unittest/
H A Daccessibility_element_operator_impl_test.cpp37 constexpr int32_t REQUEST_ID_MASK_BIT = 16; variable
78 (static_cast<uint32_t>(windowID_) << REQUEST_ID_MASK_BIT); in CompositeId()