/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/ |
H A D | element_proxy.cpp | 117 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 D | element_proxy.h | 69 int32_t GetElementId() in GetElementId() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | native_interface_accessibility_provider_test.cpp | 166 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 D | js_third_provider_interaction_operation_test.cpp | 412 ohAccessibilityProvider->providerMockResult_.focusElementInfo_.GetElementId()); 452 ohAccessibilityProvider->providerMockResult_.nextFocusElementInfo_.GetElementId()); 640 ohAccessibilityProvider->providerMockResult_.elementInfosList_[i].GetElementId());
|
H A D | native_interface_accessibility_test.cpp | 144 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 D | element.cpp | 169 … 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 D | element_register.cpp | 88 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 D | element.h | 121 SetElementId(newComponent->GetElementId()); in SetNewComponent() 270 int32_t GetElementId() const in GetElementId() function
|
H A D | composed_element.cpp | 94 SetElementId(compose->GetElementId()); in Update()
|
H A D | component.h | 285 ElementIdType GetElementId() const in GetElementId() function
|
H A D | render_element.cpp | 207 SetElementId(component_->GetElementId()); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/ |
H A D | foreach_element.cpp | 102 GetElementId()); in Update() 117 GetElementId()); in LocalizedUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_item_element.cpp | 32 SetElementId(item->GetElementId()); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | if_else_model_impl.cpp | 49 component->GetElementId()) in GetBranchId()
|
H A D | grid_item_model_impl.cpp | 40 … id = itemComponent->GetElementId()]() -> RefPtr<Component> { in Create()
|
H A D | list_item_model_impl.cpp | 40 … elmtId = listItemComponent->GetElementId()]() -> RefPtr<Component> { in Create()
|
H A D | view_partial_update_model_impl.cpp | 149 ACE_DCHECK(componentsPair.second->GetElementId() == id); in FinishUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
H A D | canvas_model_impl.cpp | 52 auto elmtId = component->GetElementId(); in SetOnReady()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ifelse/ |
H A D | if_else_element.cpp | 60 ElementRegister::GetInstance()->RemoveItemSilently(ifElseElement->GetElementId()); in ComponentToElementLocalizedUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_element_register.cpp | 81 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 D | tabs_helper.h | 251 newBarItemComponent->SetElementId(tabBarItemElement->GetElementId()); in UpdateTabBarElement() 413 AceType::TypeName(node), header.c_str(), node->GetElementId());
|
H A D | tab_content_proxy_element.cpp | 52 SetElementId(component_->GetElementId()); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_provider_interaction_operation_utils.h | 97 accessibilityElementInfo.SetAccessibilityId(nativeInfo.GetElementId()); in TransformAccessbilityElementInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/ |
H A D | focusable_element.cpp | 33 SetElementId(focusableComponent->GetElementId()); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_impl.h | 52 int32_t GetElementId() const in GetElementId() function
|