| /foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
| H A D | for_each_node.cpp | 280 auto child = *fromIter; in MoveData() local 295 void ForEachNode::InitDragManager(const RefPtr<UINode>& child) in InitDragManager() argument [all...] |
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | native_node_napi.cpp | 86 auto* child = impl->getNodeModifiers()->getFrameNodeModifier()->getChild( in OH_ArkUI_GetNodeHandleFromNapiValue() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
| H A D | tabs_node.cpp | 51 void TabsNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
| H A D | water_flow_layout_utils.cpp | 65 CreateChildConstraint( const ConstraintParams& params, const RefPtr<WaterFlowLayoutProperty>& props, const RefPtr<LayoutWrapper>& child) CreateChildConstraint() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
| H A D | list_element.cpp | 47 void ListElement::Apply(const RefPtr<Element>& child) in Apply() argument
|
| H A D | render_list_item_group.cpp | 131 const auto& child = *(it); in RecycleStartCacheItems() local 149 RefPtr<RenderListItem> child; in LayoutALine() local 210 auto child = RequestListItem(newIndex + idx, false); in RequestNewItemsAtEnd() local 250 auto child = RequestListItem(startIndex_ - idx - 1, true); RequestNewItemsAtStart() local 339 auto child = *(it++); SetItemsPostion() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/ |
| H A D | tabs_helper.h | 82 static std::tuple<RefPtr<Element>, RefPtr<Element>> FindFirstParentOfType(const RefPtr<Element>& child) in FindFirstParentOfType() argument 116 static RefPtr<TabsElement> FindTabsElement(const RefPtr<Element>& child) in FindTabsElement() argument 121 FindTabBarElement(const RefPtr<Element>& child) FindTabBarElement() argument 132 FindTabContentElement(const RefPtr<Element>& child) FindTabContentElement() argument 332 GetTabBarElementIndex(const RefPtr<Element>& proxyHostElement, const RefPtr<RenderNode>& child) GetTabBarElementIndex() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
| H A D | render_popup_list.cpp | 83 auto child = RequestAndLayoutNewItem(newIndex, innerLayout); in PerformLayout() local 102 auto child = RequestAndLayoutNewItem(startIndex_ - 1, innerLayout); in PerformLayout() local 252 const auto& child = *(it); in LayoutOrRecycleCurrentItems() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | swiper_composed_element.cpp | 322 auto child = GetElementChildBySlot(displayElement, slot); in UpdateChildWithSlot() local 342 auto child = GetElementChildBySlot(displayElement, slot); in DeleteChildWithSlot() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_adapter_impl.cpp | 64 LazyForEachChild child; in OnGetChildByIndex() local 401 const auto& child = AceType::DynamicCast<NG::LazyForEachNode>(uiNode->GetChildAtIndex(0)); DetachHostNode() local 415 const auto& child = AceType::DynamicCast<NG::LazyForEachNode>(uiNode->GetChildAtIndex(0)); GetNodeAdapter() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
| H A D | slider_layout_algorithm.cpp | 173 auto child = layoutWrapper->GetOrCreateChildByIndex(0); in Measure() local 234 auto child = children.front(); in CalculateBlockOffset() local
|
| /foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/ |
| H A D | accessible_ability_client_impl_test.cpp | 807 AccessibilityElementInfo child; in HWTEST_F() local 822 AccessibilityElementInfo child; in HWTEST_F() local 839 AccessibilityElementInfo child; in HWTEST_F() local [all...] |
| /foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
| H A D | accessibility_ui_test_ability_impl.cpp | 242 RetError AccessibilityUITestAbilityImpl::GetParentElementInfo(const AccessibilityElementInfo &child, in GetParentElementInfo() argument 206 GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent, AccessibilityElementInfo &child) GetChildElementInfo() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | tabs_component.cpp | 177 jerry_value_t child = jerry_get_property_by_index(children_, index); in MatchChildren() local
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_view_group.cpp | 295 UIView* child = childrenHead_; in GetChildById() local [all...] |
| /foundation/arkui/ui_lite/test/uitest/test_layout/ |
| H A D | ui_test_advanced_layout.h | 138 UIView* child = layout->GetChildrenHead(); in Clear() local
|
| /foundation/arkui/ui_lite/frameworks/layout/ |
| H A D | flex_layout.cpp | 100 UIView* child = childrenHead_; in CalValidLength() local 127 UIView* child = childrenHead_; CalRowCount() local 151 UIView* child = childrenHead_; GetRowMaxHeight() local 187 UIView* child = childrenHead_; GetRowsWidth() local 222 GetCrossAxisPosY(int16_t& posY, uint16_t& count, uint16_t* rowsMaxHeight, UIView* child) GetCrossAxisPosY() argument 257 UIView* child = childrenHead_; LayoutHorizontal() local 317 UIView* child = childrenHead_; CalColumnCount() local 341 UIView* child = childrenHead_; GetColumnMaxWidth() local 375 UIView* child = childrenHead_; GetColumnsHeight() local 410 GetCrossAxisPosX(int16_t& posX, uint16_t& count, uint16_t* columnsMaxWidth, UIView* child) GetCrossAxisPosX() argument 445 UIView* child = childrenHead_; LayoutVertical() local [all...] |
| /foundation/arkui/ace_engine_lite/test/moduletest/common/ |
| H A D | basic_tdd_test.cpp | 282 UIView *child = grop.GetChildrenHead(); in GetChildrenSize() local
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/ |
| H A D | metadata.cpp | 273 bool MetadataPropertyContainer::Remove(const IObject::Ptr& child) in Remove() argument 281 bool MetadataPropertyContainer::Move(const IObject::Ptr& child, SizeType toIndex) in Move() argument 285 bool MetadataPropertyContainer::Replace(const IObject::Ptr& child, const IObject::Ptr& replaceWith, bool addAlways) in Replace() argument
|
| /foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
| H A D | IntfObjectHierarchyObserverTest.cpp | 261 auto child = CreateTestType<IObject>("DirectChild"); in HWTEST_F() local 281 auto child = CreateTestType<IObject>("DirectChild"); in HWTEST_F() local 301 auto child = CreateTestType<IObject>("Content"); in HWTEST_F() local 346 auto child = CreateTestType<IObject>("Content"); HWTEST_F() local [all...] |
| /foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
| H A D | staggered_animation_state.cpp | 145 auto& child = children_[fromIndex]; in ChildMoved() local [all...] |
| /foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
| H A D | container_base.cpp | 134 IObject::Ptr child; in Remove() local 163 bool ContainerBase::Remove(const IObject::Ptr& child) in Remove() argument 210 const IObject::Ptr child = children_[fromIndex]; MoveInternal() local 242 Move(const IObject::Ptr& child, SizeType toIndex) Move() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
| H A D | rs_surface_render_node_three_test.cpp | 277 auto child = std::make_shared<RSSurfaceRenderNode>(id + 1); in HWTEST_F() local
|
| /foundation/multimedia/image_effect/frameworks/native/utils/common/ |
| H A D | effect_json_helper.cpp | 289 cJSON *child = cJSON_CreateNumber(value); in Put() local 295 cJSON *child = cJSON_CreateBool(value); in Put() local 301 cJSON *child = cJSON_CreateString(value.c_str()); in Put() local 308 cJSON *child = cJSON_CreateString(value); in Put() local 353 cJSON *child = cJSON_CreateNumber(value); in Add() local 361 cJSON *child = cJSON_CreateBool(value); Add() local 369 cJSON *child = cJSON_CreateString(value.c_str()); Add() local 378 cJSON *child = cJSON_CreateString(value); Add() local 422 cJSON *child = cJSON_CreateNumber(value); Replace() local 428 cJSON *child = cJSON_CreateBool(value); Replace() local 434 cJSON *child = cJSON_CreateString(value.c_str()); Replace() local 441 cJSON *child = cJSON_CreateString(value); Replace() local [all...] |
| /foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
| H A D | ipc_test_helper.cpp | 172 pid_t child = std::stoi(ptr->d_name); in GetChildPids() local
|