Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_channel.h75 static bool CheckWinFromAwm(const int32_t windowId, const int32_t getElementOperatorResult);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_channel.cpp77 if (ret != RET_OK || !CheckWinFromAwm(windowId, ret)) { in SearchElementInfoByAccessibilityId()
721 bool AccessibleAbilityChannel::CheckWinFromAwm(const int32_t windowId, const int32_t getElementOper… in CheckWinFromAwm() function in OHOS::Accessibility::AccessibleAbilityChannel