/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | hierarchy_controller.cpp | 130 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 D | le_timer.c | 39 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 D | control_fd_service.c | 166 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 D | root_scene_node.h | 29 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 D | rs_effect_node_command.cpp | 27 auto node = std::shared_ptr<RSEffectRenderNode>(new RSEffectRenderNode(id, in Create() local
|
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/ |
H A D | hcs_generate_tree.h | 17 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 D | component_config.cpp | 31 bool ComponentConfig::Unmarshal(const json &node) in Unmarshal()
|
H A D | global_config.cpp | 35 bool GlobalConfig::Unmarshal(const json &node) in Unmarshal()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_surface_capture_task_test.cpp | 394 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 D | thermal_config_file_parser.cpp | 117 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 D | task_scheduler.h | 55 bool WakeupNode(LinkedList* node) in WakeupNode() 66 bool RemoveNode(LinkedList* node) in RemoveNode()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view_group.cpp | 134 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 D | hci_acl.c | 103 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 D | hlist.h | 43 #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 D | MeshJS.cpp | 78 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 D | view_stack_model_impl.h | 29 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 D | view_stack_model_ng.h | 31 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 D | dhcp_option_test.cpp | 108 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 D | rs_effect_render_node_drawable.cpp | 24 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 D | mock_pipeline_context.cpp | 97 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 D | navigation_title_util.h | 81 …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 D | simple_spring_adapter.h | 58 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 D | i_dash_mpd_node.cpp | 94 void IDashMpdNode::DestroyNode(IDashMpdNode *node) in DestroyNode()
|
/ohos5.0/drivers/hdf_core/framework/core/manager/include/ |
H A D | device_token_clnt.h | 17 struct HdfSListNode node; member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/ |
H A D | capability_range.cpp | 26 bool CapabilityRange::Unmarshal(const json &node) in Unmarshal()
|