Home
last modified time | relevance | path

Searched defs:child (Results 951 - 975 of 1097) sorted by relevance

1...<<31323334353637383940>>...44

/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Doma_dm_client.c245 xml_node_t *info, *child, *replace; in add_replace_devinfo() local
997 xml_node_t *syncml, *syncbody, *hdr, *body, *child; in oma_dm_process() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Drt.c2913 struct task_group *child; in tg_rt_schedulable() local
H A Dtopology.c1178 struct sched_domain *child = sd->child; get_group() local
1447 sd_init(struct sched_domain_topology_level *tl, const struct cpumask *cpu_map, struct sched_domain *child, int dflags, int cpu) sd_init() argument
1984 build_sched_domain(struct sched_domain_topology_level *tl, const struct cpumask *cpu_map, struct sched_domain_attr *attr, struct sched_domain *child, int dflags, int cpu) build_sched_domain() argument
[all...]
/device/soc/rockchip/common/sdk_linux/scripts/dtc/
H A Dchecks.c134 struct node *child; in check_nodes_props() local
265 struct node *child, *child2; in check_duplicate_node_names() local
646 struct node *child; in fixup_omit_unused_nodes() local
1059 struct node *child; check_i2c_bus_bridge() local
1147 struct node *child; check_spi_bus_bridge() local
1276 struct node *child; check_avoid_unnecessary_addr_size() local
1744 struct node *child; check_graph_nodes() local
1767 struct node *child; check_graph_child_address() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_executor.c2373 struct mali_group *child; in mali_executor_core_scale_in_group_complete() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c736 static int rockchip_usb_phy_init(struct rockchip_usb_phy_base *base, struct device_node *child) in rockchip_usb_phy_init() argument
995 struct device_node *child; in rockchip_usb_phy_probe() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_executor.c2504 struct mali_group *child; in mali_executor_core_scale_in_group_complete() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h839 auto& child = *iter; in FindFocusChildNodeOfClass() local
H A Dui_node.cpp115 void UINode::AddChild(const RefPtr<UINode>& child, int32_t slot, in AddChild() argument
173 AddChildAfter(const RefPtr<UINode>& child, const RefPtr<UINode>& siblingNode) AddChildAfter() argument
196 AddChildBefore(const RefPtr<UINode>& child, const RefPtr<UINode>& siblingNode) AddChildBefore() argument
237 RemoveChild(const RefPtr<UINode>& child, bool allowTransition) RemoveChild() argument
267 RemoveChildAndReturnIndex(const RefPtr<UINode>& child) RemoveChildAndReturnIndex() argument
418 LoopDetected(const RefPtr<UINode>& child, const RefPtr<UINode>& current) LoopDetected() argument
454 DetectLoop(const RefPtr<UINode>& child, const RefPtr<UINode>& current) DetectLoop() argument
468 DoAddChild( std::list<RefPtr<UINode>>::iterator& it, const RefPtr<UINode>& child, bool silently, bool addDefaultTransition) DoAddChild() argument
521 RemoveFromParentCleanly(const RefPtr<UINode>& child, const RefPtr<UINode>& parent) RemoveFromParentCleanly() argument
972 auto child = JsonUtil::Create(); DumpSimplifyTree() local
979 auto child = JsonUtil::Create(); DumpSimplifyTree() local
1145 auto& child = *iter; TouchTest() local
1164 auto& child = *iter; MouseTest() local
1182 auto& child = *iter; AxisTest() local
1239 auto child = GetChildren().front(); CreateLayoutWrapper() local
1406 AddDisappearingChild(const RefPtr<UINode>& child, uint32_t index, int32_t branchId) AddDisappearingChild() argument
1422 RemoveDisappearingChild(const RefPtr<UINode>& child) RemoveDisappearingChild() argument
[all...]
H A Dui_node.h390 auto& child = *iter; FindChildNodeOfClass() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.cpp796 auto child = focusArea->GetChildAtIndex(focusAreaChildID); ActClick() local
901 auto child = DynamicCast<FrameNode>(focusArea->GetChildAtIndex(focusAreaChildID_)); GetInnerFocusPaintRect() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp244 RefPtr<Component> TextOverlayComponent::BuildAnimation(const RefPtr<Component>& child, bool hasAnimation) in BuildAnimation() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp401 auto child = host->GetChildren(); in FlushCurrentOptions() local
695 auto child = host->GetChildren(); in UpdateTextPropertiesLinear() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp684 auto child = weakChild.Upgrade(); in GetNextFocusNode() local
843 auto child = weakChild.Upgrade(); in SearchFocusableChildInCross() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp356 auto child = customNode->GetFrameChildByIndex(0, false); in GetSubMenu() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp167 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
1152 const auto& child = children_.empty() ? nullptr : children_.front(); in UpdateChildInner() local
1568 RefPtr<Component> child; in CreateChild() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h647 virtual void OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) {} in OnChildNodeAdded() argument
648 virtual void OnChildNodeRemoved(const RefPtr<DOMNode>& child) {} in OnChildNodeRemoved() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp70 std::unique_ptr<JsonValue> child = jsonValue->GetChild(); in CreateJsObjectFromJsonValue() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp921 auto child = jsonPages->GetChild(); in GetCurrentPageSourceMap() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp266 auto child = nodePtr(secondArg->ToNativePointer(vm)->Value()); in InsertChildAfter() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_patternEx_test_ng.cpp1881 auto child = FrameNode::CreateFrameNode(V2::MENU_ITEM_ETS_TAG, 1, AceType::MakeRefPtr<MenuItemPattern>()); HWTEST_F() local
1910 auto child = FrameNode::CreateFrameNode(V2::MENU_ITEM_ETS_TAG, 1, AceType::MakeRefPtr<MenuWrapperPattern>(1)); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp312 int32_t RenderGridScroll::GetItemMainIndex(const RefPtr<RenderNode>& child, bool isMain) const in GetItemMainIndex() argument
252 SetChildPosition( const RefPtr<RenderNode>& child, int32_t main, int32_t cross, int32_t mainSpan, int32_t crossSpan) SetChildPosition() argument
548 LayoutChild(const RefPtr<RenderNode>& child, int32_t main, int32_t cross, int32_t mainSpan, int32_t crossSpan, bool needPosition) LayoutChild() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp221 auto child = element->GetChildBySlot(slot); in GetElementChildBySlot() local
395 auto child = children_.empty() ? nullptr : children_.front(); in GetInspectorNode() local
1404 auto child = GetElementChildBySlot(renderElement, slot); UpdateChildWithSlot() local
1431 auto child = GetElementChildBySlot(renderElement, slot); DeleteChildWithSlot() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp1206 void RefreshPattern::OnScrollStartRecursive(WeakPtr<NestableScrollContainer> child, float position, float velocity) in OnScrollStartRecursive() argument
1221 bool RefreshPattern::HandleScrollVelocity(float velocity, const RefPtr<NestableScrollContainer>& child) in HandleScrollVelocity() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp467 auto child = host->GetChildren(); in FlushCurrentOptions() local
766 auto child = host->GetChildren(); in UpdateTextPropertiesLinear() local

Completed in 57 milliseconds

1...<<31323334353637383940>>...44