Home
last modified time | relevance | path

Searched defs:treeId (Results 51 - 66 of 66) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp744 TransferAccessibilityChildTreeRegister( uint32_t windowId, int32_t treeId, int64_t accessibilityId) TransferAccessibilityChildTreeRegister() argument
H A Dui_extension_pattern.cpp1142 void UIExtensionPattern::OnAccessibilityChildTreeRegister(uint32_t windowId, int32_t treeId, int64_t accessibilityId) in OnAccessibilityChildTreeRegister() argument
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessible_ability_manager_service.cpp143 RetError AccessibleAbilityManagerService::DeregisterElementOperator(int32_t windowId, int32_t treeId) in DeregisterElementOperator() argument
633 void AccessibleAbilityManagerService::AddRequestId(int32_t windowId, int32_t treeId, int32_t requestId, in AddRequestId() argument
642 int64_t AccessibleAbilityManagerService::GetRootParentId(int32_t windowId, int32_t treeId) in GetRootParentId() argument
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H A Dasac_register_element_operator_xts.cpp118 RetError AsacRegisterElementOperatorXTS::DeregisterElementOperator(int32_t windowId, int32_t treeId) in DeregisterElementOperator() argument
608 void AsacRegisterElementOperatorXTS::AddRequestId(int32_t windowId, int32_t treeId, int32_t requestId, in AddRequestId() argument
617 int64_t AsacRegisterElementOperatorXTS::GetRootParentId(int32_t windowId, int32_t treeId) in GetRootParentId() argument
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_xts.cpp118 RetError SaGetAttributeValueXts::DeregisterElementOperator(int32_t windowId, int32_t treeId) in DeregisterElementOperator() argument
608 void SaGetAttributeValueXts::AddRequestId(int32_t windowId, int32_t treeId, int32_t requestId, in AddRequestId() argument
617 int64_t SaGetAttributeValueXts::GetRootParentId(int32_t windowId, int32_t treeId) in GetRootParentId() argument
/foundation/barrierfree/accessibility/interfaces/innerkits/test/mock/
H A Dmock_a11y_ability_manager_service.cpp143 RetError A11yManagerService::DeregisterElementOperator(int32_t windowId, int32_t treeId) in DeregisterElementOperator() argument
633 void A11yManagerService::AddRequestId(int32_t windowId, int32_t treeId, int32_t requestId, in AddRequestId() argument
642 int64_t A11yManagerService::GetRootParentId(int32_t windowId, int32_t treeId) in GetRootParentId() argument
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_service_stub.cpp323 int32_t treeId = data.ReadInt32(); in HandleMultiDeregisterAccessibilityElementOperator() local
1333 int32_t treeId = data.ReadInt32(); in HandleGetRootParentId() local
H A Daccessible_ability_manager_service_proxy.cpp333 RetError AccessibleAbilityManagerServiceProxy::DeregisterElementOperator(const int32_t windowId, const int32_t treeId) in DeregisterElementOperator() argument
1746 int64_t AccessibleAbilityManagerServiceProxy::GetRootParentId(int32_t windowsId, int32_t treeId) in GetRootParentId() argument
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp317 int32_t treeId = (static_cast<uint64_t>(elementId) >> ELEMENT_MOVE_BIT); in VerifyingToKenId() local
551 int32_t treeId = 0; in GetElementOperatorConnection() local
567 int32_t treeId = GetTreeIdBySplitElementId(elementId); ExecuteActionOnA11yFocused() local
829 RegisterElementOperatorChildWork(const Registration &parameter, const int32_t treeId, const int64_t nodeId, const sptr<IA11yElementOperator> &operation, const uint32_t tokenId, bool isApp) RegisterElementOperatorChildWork() argument
871 SetTokenIdMapAndRootParentId( const sptr<A11yWindowConnection> connection, const int32_t treeId, const int64_t nodeId, const uint32_t tokenId) SetTokenIdMapAndRootParentId() argument
1010 DeregisterElementOperator(int32_t windowId, const int32_t treeId) DeregisterElementOperator() argument
1044 RemoveTreeDeathRecipient(const int32_t windowId, const int32_t treeId, const sptr<A11yWindowConnection> connection) RemoveTreeDeathRecipient() argument
1879 int32_t treeId = 0; GetParentElementRecursively() local
[all...]
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp794 int32_t treeId = (static_cast<uint64_t>(elementId) >> ELEMENT_MOVE_BIT); in GetByContent() local
917 int32_t treeId = (static_cast<uint64_t>(child.GetAccessibilityId()) >> ELEMENT_MOVE_BIT); in GetParentElementInfo() local
823 SearchElementInfoRecursiveByContent(const int32_t windowId, const int64_t elementId, uint32_t mode, std::vector<AccessibilityElementInfo> &elementInfos, const std::string text, int32_t treeId, bool isFilter) SearchElementInfoRecursiveByContent() argument
960 int32_t treeId = (static_cast<uint64_t>(elementId) >> ELEMENT_MOVE_BIT); GetByElementId() local
1141 SearchElementInfoByElementId(const int32_t windowId, const int64_t elementId, const uint32_t mode, AccessibilityElementInfo &info, int32_t treeId) SearchElementInfoByElementId() argument
1177 int32_t treeId = 0; SearchElementInfoFromAce() local
1367 SearchElementInfoRecursiveByWinid(const int32_t windowId, const int64_t elementId, uint32_t mode, std::vector<AccessibilityElementInfo> &elementInfos, int32_t treeId, bool isFilter, AccessibilityElementInfo *parentInfo) SearchElementInfoRecursiveByWinid() argument
1489 int32_t treeId = 0; SearchElementInfoByAccessibilityId() local
[all...]
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp317 int32_t treeId = (static_cast<uint64_t>(elementId) >> ELEMENT_MOVE_BIT); in VerifyingToKenId() local
551 int32_t treeId = 0; in GetElementOperatorConnection() local
567 int32_t treeId = GetTreeIdBySplitElementId(elementId); ExecuteActionOnA11yRegisterElementFocused() local
829 RegisterElementOperatorChildWork(const Registration &parameter, const int32_t treeId, const int64_t nodeId, const sptr<IA11yRegisterElementElementOperator> &operation, const uint32_t tokenId, bool isApp) RegisterElementOperatorChildWork() argument
871 SetTokenIdMapAndRootParentId( const sptr<A11yRegisterElementWindowConnection> connection, const int32_t treeId, const int64_t nodeId, const uint32_t tokenId) SetTokenIdMapAndRootParentId() argument
1010 DeregisterElementOperator(int32_t windowId, const int32_t treeId) DeregisterElementOperator() argument
1044 RemoveTreeDeathRecipient(const int32_t windowId, const int32_t treeId, const sptr<A11yRegisterElementWindowConnection> connection) RemoveTreeDeathRecipient() argument
1889 int32_t treeId = 0; GetParentElementRecursively() local
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp1026 NotifyAccessibilityChildTreeRegister( uint32_t windowId, int32_t treeId, int64_t accessibilityId) NotifyAccessibilityChildTreeRegister() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp396 void FormPattern::OnAccessibilityChildTreeRegister(uint32_t windowId, int32_t treeId, int64_t accessibilityId) in OnAccessibilityChildTreeRegister() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp759 bool XComponentPattern::OnAccessibilityChildTreeRegister(uint32_t windowId, int32_t treeId) in OnAccessibilityChildTreeRegister() argument
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp317 int32_t treeId = (static_cast<uint64_t>(elementId) >> ELEMENT_MOVE_BIT); in VerifyingToKenId() local
551 int32_t treeId = 0; in GetElementOperatorConnection() local
567 int32_t treeId = GetTreeIdBySplitElementId(elementId); ExecuteActionOnAccessibilityFocused() local
829 RegisterElementOperatorChildWork(const Registration &parameter, const int32_t treeId, const int64_t nodeId, const sptr<IAccessibilityElementOperator> &operation, const uint32_t tokenId, bool isApp) RegisterElementOperatorChildWork() argument
871 SetTokenIdMapAndRootParentId( const sptr<AccessibilityWindowConnection> connection, const int32_t treeId, const int64_t nodeId, const uint32_t tokenId) SetTokenIdMapAndRootParentId() argument
1010 DeregisterElementOperator(int32_t windowId, const int32_t treeId) DeregisterElementOperator() argument
1044 RemoveTreeDeathRecipient(const int32_t windowId, const int32_t treeId, const sptr<AccessibilityWindowConnection> connection) RemoveTreeDeathRecipient() argument
1894 int32_t treeId = 0; GetParentElementRecursively() local
2992 int32_t treeId = (static_cast<uint64_t>(elementId) >> ELEMENT_MOVE_BIT); GetTreeIdBySplitElementId() local
2996 AddRequestId(int32_t windowId, int32_t treeId, int32_t requestId, sptr<IAccessibilityElementOperatorCallback> callback) AddRequestId() argument
3046 StopCallbackWait(int32_t windowId, int32_t treeId) StopCallbackWait() argument
3072 GetRootParentId(int32_t windowId, int32_t treeId) GetRootParentId() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp2155 inline std::string ChildrenToString(const std::vector<int64_t>& children, int32_t treeId) in ChildrenToString() argument
2254 void JsAccessibilityManager::DumpCommonPropertyNG(const AccessibilityElementInfo& nodeInfo, int32_t treeId) in DumpCommonPropertyNG() argument
3769 void JsAccessibilityManager::WebInteractionOperation::SetChildTreeIdAndWinId(const int64_t nodeId, const int32_t treeId, in SetChildTreeIdAndWinId() argument
3772 void JsAccessibilityManager::WebInteractionOperation::SetBelongTreeId(const int32_t treeId) {} in SetBelongTreeId() argument
1367 UpdateWebAccessibilityElementInfo( const std::shared_ptr<NWeb::NWebAccessibilityNodeInfo>& node, AccessibilityElementInfo& nodeInfo, int32_t treeId) UpdateWebAccessibilityElementInfo() argument
4884 DeregisterWebInteractionOperationAsChildTree(int32_t treeId) DeregisterWebInteractionOperationAsChildTree() argument
4963 DeregisterInteractionOperationAsChildTree( uint32_t windowId, int32_t treeId) DeregisterInteractionOperationAsChildTree() argument
5090 NotifyChildTreeOnRegister(int32_t treeId) NotifyChildTreeOnRegister() argument
5098 item.second->OnRegister(GetWindowId(), treeId); NotifyChildTreeOnRegister() local
5115 NotifySetChildTreeIdAndWinId( int64_t elementId, const int32_t treeId, const int32_t childWindowId) NotifySetChildTreeIdAndWinId() argument
5280 SetChildTreeIdAndWinId( const int64_t nodeId, const int32_t treeId, const int32_t childWindowId) SetChildTreeIdAndWinId() argument
5304 SetBelongTreeId(const int32_t treeId) SetBelongTreeId() argument
5324 int32_t treeId = info.GetBelongTreeId(); UpdateElementInfoTreeId() local
5350 int32_t treeId = item.GetBelongTreeId(); UpdateElementInfosTreeId() local
[all...]

Completed in 46 milliseconds

123