Home
last modified time | relevance | path

Searched defs:node (Results 501 – 525 of 1729) sorted by relevance

1...<<21222324252627282930>>...70

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dhierarchy_controller.cpp130 auto add = [&nodes](const INode::Ptr& node) { nodes.push_back(node); }; in GetAllNodes()
148 void NodeHierarchyController::AttachNode(INode* const node) in AttachNode()
168 void NodeHierarchyController::DetachNode(INode* const node) in DetachNode()
/ohos5.0/base/startup/init/services/loopevent/timer/
H A Dle_timer.c39 static int TimerNodeCompareProc(ListNode *node, ListNode *newNode) in TimerNodeCompareProc()
68 ListNode *node = loop->timerList.next; in CheckTimeoutOfTimer() local
157 static void TimerNodeDestroyProc(ListNode *node) in TimerNodeDestroyProc()
/ohos5.0/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd_service.c166 static int ClientTraversalProc(ListNode *node, void *data) in ClientTraversalProc()
175 ListNode *node = OH_ListFind(&g_cmdService.head, (void *)&pid, ClientTraversalProc); in CmdServiceProcessDelClient() local
184 static void CmdServiceDestroyProc(ListNode *node) in CmdServiceDestroyProc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/root/
H A Droot_scene_node.h29 auto node = ElementRegister::GetInstance()->GetSpecificItemById<RootSceneNode>(nodeId); in GetOrCreateRootSceneNode() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_effect_node_command.cpp27 auto node = std::shared_ptr<RSEffectRenderNode>(new RSEffectRenderNode(id, in Create() local
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_generate_tree.h17 struct DeviceResourceNode *node; // The head node of a layer tree. member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Dcomponent_config.cpp31 bool ComponentConfig::Unmarshal(const json &node) in Unmarshal()
H A Dglobal_config.cpp35 bool GlobalConfig::Unmarshal(const json &node) in Unmarshal()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_surface_capture_task_test.cpp394 auto node = std::make_shared<RSSurfaceRenderNode>(config); variable
412 auto node = std::make_shared<RSSurfaceRenderNode>(config); variable
615 RSRootRenderNode node(0); variable
631 RSRootRenderNode node(0); variable
648 RSRootRenderNode node(0); variable
827 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
852 auto node = std::make_shared<RSSurfaceRenderNode>(id); variable
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp117 for (auto node = rootNode->children; node; node = node->next) { in ParseXmlFile() local
138 void ThermalConfigFileParser::ParseBaseNode(xmlNodePtr node) in ParseBaseNode()
161 void ThermalConfigFileParser::ParseLevelNode(xmlNodePtr node) in ParseLevelNode()
187 void ThermalConfigFileParser::ParseStateNode(xmlNodePtr node) in ParseStateNode()
211 void ThermalConfigFileParser::ParseActionNode(xmlNodePtr node) in ParseActionNode()
255 void ThermalConfigFileParser::ParsePolicyNode(xmlNodePtr node) in ParsePolicyNode()
292 void ThermalConfigFileParser::ParseIdleNode(xmlNodePtr node) in ParseIdleNode()
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_scheduler.h55 bool WakeupNode(LinkedList* node) in WakeupNode()
66 bool RemoveNode(LinkedList* node) in RemoveNode()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view_group.cpp134 UIView* node = childrenHead_; in Remove() local
154 UIView* node = childrenHead_; in RemoveAll() local
347 UIView* node = viewGroup->GetChildrenRenderHead(); in RemoveRenderView() local
449 UIView* node = anchorView; in InsertRenderView() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c103 ListNode *node = ListGetFirstNode(g_connectionHandleList); in HciFindConnectionHandleBlock() local
188 ListNode *node = ListGetFirstNode(g_aclDataCache); in HciCleanupAclData() local
209 ListNode *node = ListGetFirstNode(g_leAclDataCache); in HciCleanupLeAclData() local
238 ListNode *node = ListGetFirstNode(g_txAclPackets); in FindTxPacketsEntityByConnectionHandle() local
254 ListNode *node = ListGetFirstNode(g_txLePackets); in FindLeTxPacketsEntityByConnectionHandle() local
598 ListNode *node = ListGetFirstNode(g_hciAclCallbackList); in HciOnAclData() local
615 ListNode *node = NULL; in HciSendCachedAclPackets() local
656 ListNode *node = NULL; in HciSendCachedLePackets() local
730 ListNode *node = NULL; in HciCleanupCacheByAclHandle() local
756 ListNode *node = NULL; in HciCleanupLeCacheByAclHandle() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dhlist.h43 #define HLIST_INIT_NODE(node) do { \ argument
86 static __inline void HlistAddTail(struct Hlist *list, struct HlistNode *node) in HlistAddTail()
92 static __inline void HlistAddHead(struct Hlist *list, struct HlistNode *node) in HlistAddHead()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DMeshJS.cpp78 auto node = interface_pointer_cast<SCENE_NS::IMesh>(GetThisNativeObject(ctx)); in GetSubmesh() local
95 for (const auto& node : subs) { in GetSubmesh() local
111 auto node = interface_pointer_cast<SCENE_NS::IMesh>(GetThisNativeObject(ctx)); in GetAABB() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_stack_model_impl.h29 void Push(const RefPtr<AceType>& node, bool isCustomView) override in Push()
62 auto node = ViewStackProcessor::GetInstance()->Finish(); in Finish() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_stack_model_ng.h31 void Push(const RefPtr<AceType>& node, bool isCustomView) override in Push()
64 auto node = ViewStackProcessor::GetInstance()->Finish(); in Finish() local
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_option_test.cpp108 DhcpOptionNode *node = GetOptionNode(&options, DHCP_MESSAGE_TYPE_OPTION); variable
122 DhcpOption *node = GetOption(&options, DHCP_MESSAGE_TYPE_OPTION); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_effect_render_node_drawable.cpp24 RSEffectRenderNodeDrawable::RSEffectRenderNodeDrawable(std::shared_ptr<const RSRenderNode>&& node) in RSEffectRenderNodeDrawable()
28 …rNodeDrawable::Ptr RSEffectRenderNodeDrawable::OnGenerate(std::shared_ptr<const RSRenderNode> node) in OnGenerate()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp97 const std::string& id, const WeakPtr<FrameNode>& node) {} in AddOrReplaceNavigationNode()
171 const AccessibilityEvent& accessibilityEvent, const RefPtr<FrameNode>& node) in SendEventToAccessibilityWithNode()
335 void PipelineContext::SetNeedRenderNode(const WeakPtr<FrameNode>& node) {} in SetNeedRenderNode()
414 void PipelineContext::AddDirtyFocus(const RefPtr<FrameNode>& node) {} in AddDirtyFocus()
418 void PipelineContext::AddDirtyRequestFocus(const RefPtr<FrameNode>& node) {} in AddDirtyRequestFocus()
420 void PipelineContext::AddDirtyFreezeNode(FrameNode* node) {} in AddDirtyFreezeNode()
579 void PipelineContext::AddFontNodeNG(const WeakPtr<UINode>& node) {} in AddFontNodeNG()
581 void PipelineContext::RemoveFontNodeNG(const WeakPtr<UINode>& node) {} in RemoveFontNodeNG()
586 const RefPtr<FrameNode>& node, const std::function<void(bool)>& eventCallback) in AddIsFocusActiveUpdateEvent()
698 void PipelineContext::AddFrameNodeChangeListener(const WeakPtr<FrameNode>& node) {} in AddFrameNodeChangeListener()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.h81 …static void SetInnerChildId(const RefPtr<FrameNode>& node, const std::string& field, const std::st… in SetInnerChildId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_adapter.h58 auto node = GetNode(index); in SetDeltaValue() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Di_dash_mpd_node.cpp94 void IDashMpdNode::DestroyNode(IDashMpdNode *node) in DestroyNode()
/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevice_token_clnt.h17 struct HdfSListNode node; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dcapability_range.cpp26 bool CapabilityRange::Unmarshal(const json &node) in Unmarshal()

1...<<21222324252627282930>>...70