Home
last modified time | relevance | path

Searched refs:GetElementId (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp117 SetElementId(component_->GetElementId()); in UpdateForPartialUpdate()
175 component_->SetElementId(GetElementId()); in CreateElement()
426 SetElementId(component_->GetElementId()); in Update()
453 ACE_DCHECK(newComponent->GetElementId() == component_->GetElementId()); in GetDeepRenderComponent()
464 ACE_DCHECK(GetElementId() == component_->GetElementId()); in GetDeepRenderComponent()
478 placeholder->SetElementId(listItem->GetElementId()); in ReleaseElementByIndex()
517 SetElementId(component_->GetElementId()); in Update()
543 ACE_DCHECK(newComponent->GetElementId() == component_->GetElementId()); in GetDeepRenderComponent()
555 ACE_DCHECK(GetElementId() == component_->GetElementId()); in GetDeepRenderComponent()
1195 SetElementId(forEachComponent->GetElementId()); in UpdateForPartialUpdate()
[all …]
H A Delement_proxy.h69 int32_t GetElementId() in GetElementId() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Dnative_interface_accessibility_provider_test.cpp166 tempElementInfo->SetElementId(elementInfo.GetElementId()); in MockFindAccessibilityNodeInfosById()
198 tempElementInfo->SetElementId(elementInfo.GetElementId()); in MockFindAccessibilityNodeInfosByText()
225 g_providerMockResult.focusElementInfo_.GetElementId()); in MockFindFocusedAccessibilityNode()
239 g_providerMockResult.nextFocusElementInfo_.GetElementId()); in MockFindNextFocusAccessibilityNode()
442 EXPECT_EQ(g_providerMockResult.elementInfosList_[i].GetElementId(),
443 infos[i].GetElementId());
499 infos[i].GetElementId());
558 EXPECT_EQ(g_providerMockResult.focusElementInfo_.GetElementId(),
559 elementInfo.GetElementId());
567 EXPECT_EQ(g_providerMockResult.nextFocusElementInfo_.GetElementId(),
[all …]
H A Djs_third_provider_interaction_operation_test.cpp412 ohAccessibilityProvider->providerMockResult_.focusElementInfo_.GetElementId());
452 ohAccessibilityProvider->providerMockResult_.nextFocusElementInfo_.GetElementId());
640 ohAccessibilityProvider->providerMockResult_.elementInfosList_[i].GetElementId());
H A Dnative_interface_accessibility_test.cpp144 NATIVE_ADD_ELEMENTINFO(SetElementId, &afterInfo, beforeInfo.GetElementId()); in FillNativeAccessibilityElementInfo()
318 EXPECT_EQ(beforeInfo.GetElementId(), afterInfo.GetElementId()); in CheckTransformElementInfoResult()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp169 … DumpLog::GetInstance().AddDesc(std::string("elmtId: ").append(std::to_string(GetElementId()))); in DumpTree()
217 ElementRegister::GetInstance()->RemoveItemSilently(child->GetElementId()); in UpdateChildWithSlot()
231 ElementRegister::GetInstance()->RemoveItemSilently(child->GetElementId()); in UpdateChildWithSlot()
257 ElementRegister::GetInstance()->RemoveItemSilently(child->GetElementId()); in UpdateChildWithSlot()
260 newChild->SetElementId(newComponent->GetElementId()); in UpdateChildWithSlot()
507 …(GetElementId() == ElementRegister::UndefinedElementId) || (GetElementId() == newComponent->GetEle… in LocalizedUpdateWithComponent()
H A Delement_register.cpp88 if ((element == nullptr) || (element->GetElementId() == ElementRegister::UndefinedElementId)) { in AddElement()
92 return AddReferenced(element->GetElementId(), element); in AddElement()
103 if (elmt->GetElementId() == ElementRegister::UndefinedElementId) { in AddElementProxy()
108 return AddReferenced(elmt->GetElementId(), elementProxy); in AddElementProxy()
H A Delement.h121 SetElementId(newComponent->GetElementId()); in SetNewComponent()
270 int32_t GetElementId() const in GetElementId() function
H A Dcomposed_element.cpp94 SetElementId(compose->GetElementId()); in Update()
H A Dcomponent.h285 ElementIdType GetElementId() const in GetElementId() function
H A Drender_element.cpp207 SetElementId(component_->GetElementId()); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp102 GetElementId()); in Update()
117 GetElementId()); in LocalizedUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_item_element.cpp32 SetElementId(item->GetElementId()); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dif_else_model_impl.cpp49 component->GetElementId()) in GetBranchId()
H A Dgrid_item_model_impl.cpp40 … id = itemComponent->GetElementId()]() -> RefPtr<Component> { in Create()
H A Dlist_item_model_impl.cpp40 … elmtId = listItemComponent->GetElementId()]() -> RefPtr<Component> { in Create()
H A Dview_partial_update_model_impl.cpp149 ACE_DCHECK(componentsPair.second->GetElementId() == id); in FinishUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_model_impl.cpp52 auto elmtId = component->GetElementId(); in SetOnReady()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ifelse/
H A Dif_else_element.cpp60 ElementRegister::GetInstance()->RemoveItemSilently(ifElseElement->GetElementId()); in ComponentToElementLocalizedUpdate()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_element_register.cpp81 if ((element == nullptr) || (element->GetElementId() == ElementRegister::UndefinedElementId)) { in AddElement()
84 return AddReferenced(element->GetElementId(), element); in AddElement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_helper.h251 newBarItemComponent->SetElementId(tabBarItemElement->GetElementId()); in UpdateTabBarElement()
413 AceType::TypeName(node), header.c_str(), node->GetElementId());
H A Dtab_content_proxy_element.cpp52 SetElementId(component_->GetElementId()); in Update()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h97 accessibilityElementInfo.SetAccessibilityId(nativeInfo.GetElementId()); in TransformAccessbilityElementInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_element.cpp33 SetElementId(focusableComponent->GetElementId()); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h52 int32_t GetElementId() const in GetElementId() function

12