Searched refs:realElementId (Results 1 - 3 of 3) sorted by relevance
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/ |
H A D | asac_ability_channel_benchmark.cpp | 91 int64_t realElementId = awm.GetSceneBoardElementId(windowId, elementId); in SearchElementInfoByA11yBenchmarkId() 94 elementOperator->SearchElementInfoByA11yBenchmarkId(realElementId, requestId, callback, mode, isFilter); in SearchElementInfoByA11yBenchmarkId() 146 int64_t realElementId = awm.GetSceneBoardElementId(a11y_benchmarkWindowId, elementId); in SearchElementInfosByText() 149 elementOperator->SearchElementInfosByText(realElementId, text, requestId, callback); in SearchElementInfosByText() 199 int64_t realElementId = awm.GetSceneBoardElementId(a11y_benchmarkWindowId, elementId); in FindFocusedElementInfo() 202 elementOperator->FindFocusedElementInfo(realElementId, focusType, requestId, callback); in FindFocusedElementInfo() 251 int64_t realElementId = awm.GetSceneBoardElementId(a11y_benchmarkWindowId, elementId); in FocusMoveSearch() 254 elementOperator->FocusMoveSearch(realElementId, direction, requestId, callback); in FocusMoveSearch() 365 int64_t realElementId = awm.GetSceneBoardElementId(a11y_benchmarkWindowId, elementId); in ExecuteAction() 368 elementOperator->ExecuteAction(realElementId, actio in ExecuteAction() [all...] |
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessible_ability_channel.cpp | 91 int64_t realElementId = awm.GetSceneBoardElementId(windowId, elementId); in SearchElementInfoByAccessibilityId() 94 elementOperator->SearchElementInfoByAccessibilityId(realElementId, requestId, callback, mode, isFilter); in SearchElementInfoByAccessibilityId() 146 int64_t realElementId = awm.GetSceneBoardElementId(accessibilityWindowId, elementId); in SearchElementInfosByText() 149 elementOperator->SearchElementInfosByText(realElementId, text, requestId, callback); in SearchElementInfosByText() 199 int64_t realElementId = awm.GetSceneBoardElementId(accessibilityWindowId, elementId); in FindFocusedElementInfo() 202 elementOperator->FindFocusedElementInfo(realElementId, focusType, requestId, callback); in FindFocusedElementInfo() 251 int64_t realElementId = awm.GetSceneBoardElementId(accessibilityWindowId, elementId); in FocusMoveSearch() 254 elementOperator->FocusMoveSearch(realElementId, direction, requestId, callback); in FocusMoveSearch() 365 int64_t realElementId = awm.GetSceneBoardElementId(accessibilityWindowId, elementId); in ExecuteAction() 368 elementOperator->ExecuteAction(realElementId, actio in ExecuteAction() [all...] |
/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_client_impl.cpp | 1298 int64_t realElementId = elementId; in AddWindowElementMapByWMS() local 1299 serviceProxy_->GetRealWindowAndElementId(realWindowId, realElementId); in AddWindowElementMapByWMS() 1301 windowId, realWindowId, realElementId); in AddWindowElementMapByWMS() 1302 if (windowId != realElementId) { in AddWindowElementMapByWMS() 1303 windowElementMap_.AddWindowElementIdPair(windowId, realElementId); in AddWindowElementMapByWMS() 1531 bool AccessibleAbilityClientImpl::ElementCacheInfo::GetElementByWindowIdBFS(const int64_t realElementId, in GetElementByWindowIdBFS() argument 1536 elementList.push_back(realElementId); in GetElementByWindowIdBFS() 1578 int64_t realElementId = elementId; in GetElementByWindowId() local 1579 if (realElementId == ROOT_NONE_ID) { in GetElementByWindowId() 1582 realElementId in GetElementByWindowId() [all...] |
Completed in 9 milliseconds