| /third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
| H A D | oma_dm_client.c | 245 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 D | rt.c | 2913 struct task_group *child; in tg_rt_schedulable() local
|
| H A D | topology.c | 1178 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 D | checks.c | 134 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 D | mali_executor.c | 2373 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 D | phy-rockchip-usb.c | 736 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 D | mali_executor.c | 2504 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 D | frame_node.h | 839 auto& child = *iter; in FindFocusChildNodeOfClass() local
|
| H A D | ui_node.cpp | 115 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 D | ui_node.h | 390 auto& child = *iter; FindChildNodeOfClass() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
| H A D | calendar_dialog_pattern.cpp | 796 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 D | text_overlay_component.cpp | 244 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 D | datepicker_column_pattern.cpp | 401 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 D | grid_pattern.cpp | 684 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 D | menu_item_pattern.cpp | 356 auto child = customNode->GetFrameChildByIndex(0, false); in GetSubMenu() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/video/ |
| H A D | video_element.cpp | 167 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 D | dom_node.h | 647 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 D | jsi_view_register.cpp | 70 std::unique_ptr<JsonValue> child = jsonValue->GetChild(); in CreateJsObjectFromJsonValue() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
| H A D | page_router_manager.cpp | 921 auto child = jsonPages->GetChild(); in GetCurrentPageSourceMap() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_render_node_bridge.cpp | 266 auto child = nodePtr(secondArg->ToNativePointer(vm)->Value()); in InsertChildAfter() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
| H A D | menu_patternEx_test_ng.cpp | 1881 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 D | render_grid_scroll.cpp | 312 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 D | inspector_composed_element.cpp | 221 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 D | refresh_pattern.cpp | 1206 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 D | timepicker_column_pattern.cpp | 467 auto child = host->GetChildren(); in FlushCurrentOptions() local 766 auto child = host->GetChildren(); in UpdateTextPropertiesLinear() local
|