Home
last modified time | relevance | path

Searched defs:node (Results 576 – 600 of 1729) sorted by relevance

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

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs54 let mut node = Box::new(Node::new(value)); in push_back() localVariable
59 let node = Box::leak(node) as *const Node<T>; in push_back() localVariable
78 let node = Box::from_raw(self.tail as *mut Node<T>); in pop_back() localVariable
198 let node = &mut *(self.tail as *mut Node<T>); in back_node_mut() localVariable
207 let node = &mut (*(node as *mut Node<T>)); in unlink_node() localVariable
338 let node = unsafe { &*(self.head as *mut Node<T>) }; in next() localVariable
363 let node = unsafe { &*(self.tail as *mut Node<T>) }; in next_back() localVariable
387 let node = unsafe { &mut *(self.head as *mut Node<T>) }; in next() localVariable
413 let node = unsafe { &mut *(self.tail as *mut Node<T>) }; in next_back() localVariable
551 let node = &mut *(self.current as *mut Node<T>); in current_node() localVariable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd.c114 ListNode *node = ListGetFirstNode(g_processingCmds); in HciCmdTimeoutTask() local
271 ListNode *node = ListGetFirstNode(g_processingCmds); in HciCmdOnCommandStatus() local
318 ListNode *node = ListGetFirstNode(g_processingCmds); in HciCmdOnCommandComplete() local
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_parser.c81 TlvNode *node, uint16_t *actualHandledLen) in TlvFillNode()
116 static void TlvFreeNodeList(TlvNode *node) in TlvFreeNodeList()
128 TlvNode *node = (TlvNode *)malloc(sizeof(TlvNode)); in MallocTlvNode() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_node_showing_command.cpp78 auto node = nodeMap.GetRenderNode<RSRenderNode>(targetId_); in Process() local
151 auto node = nodeMap.GetRenderNode<RSRenderNode>(nodeId); in Process() local
215 auto node = nodeMap.GetRenderNode<RSRenderNode>(nodeId_); in Process() local
/ohos5.0/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/
H A Dhcs_macro_cases.c45 #define FP_CHILD_DEAL(node) \ argument
48 #define FP_DEAL(node) \ argument
57 #define FP_DEAL_(node) FP_DEAL(node) argument
59 #define FP_CHILD_DEAL_VARGS(node, fpArgs, idx) \ argument
62 #define FP_DEAL_VARGS(node, fpArgs, idx) \ argument
71 #define FP_DEAL_VARGS_(node, fpArgs, idx) FP_DEAL_VARGS(node, fpArgs, idx) argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item.cpp24 auto node = ElementRegister::GetInstance()->GetSpecificItemById<ScrollableItem>(nodeId); in GetOrCreateScrollableItem() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Drosen_render_form.cpp28 [weakForm = WeakClaim(this)](std::shared_ptr<RSNode>& node, const Rect& dirty) { in GetDrawDelegate()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_failure.c70 ListNode *node = ListGetFirstNode(g_hciFailureCallbackList); in HciOnCmdTimeout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_canvas_modifier.cpp23 void SetCanvasOnReady(ArkUINodeHandle node, void* extraParam) in SetCanvasOnReady()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dversion_meta_data.cpp34 bool VersionMetaData::Unmarshal(const json &node) in Unmarshal()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_common_test.cpp43 UserInfo *node = (UserInfo *)Malloc(sizeof(UserInfo)); variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dxml_parser_test.cpp45 bool ParseInternal(xmlNodePtr node) in ParseInternal()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/queuepool/
H A Dqueue.h105 TYPE node; member
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_node.h159 static bool SetParent(const INode::Ptr& node, const META_NS::IObject::Ptr& parent) in SetParent()
282 INode::Ptr node; member
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneResourceImpl.cpp97 if (auto node = interface_pointer_cast<META_NS::INamed>(GetThisNativeObject(ctx))) { in GetName() local
109 if (auto node = interface_pointer_cast<META_NS::INamed>(GetThisNativeObject(ctx))) { in SetName() local
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_unittest.cpp89 ParamSecurityNode *node = (ParamSecurityNode *)GetTrieNode(workspace, labelIndex); in TestAddSecurityLabel1() local
114 ParamSecurityNode *node = (ParamSecurityNode *)GetTrieNode(workspace, labelIndex); in TestAddSecurityLabel2() local
147 ParamSecurityNode *node = (ParamSecurityNode *)GetTrieNode(workspace, labelIndex); in TestAddSecurityLabel3() local
175 ParamSecurityNode *node = (ParamSecurityNode *)GetTrieNode(workspace, labelIndex); in TestAddSecurityLabel4() local
539 ParamTrieNode *node = FindTrieNode(nullptr, nullptr, 0, nullptr); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp153 auto node = AceType::DynamicCast<FrameNode>(spanParentNode); in GetSpanInspector() local
192 auto node = AceType::DynamicCast<FrameNode>(parent); in GetInspectorChildren() local
277 auto node = AceType::DynamicCast<FrameNode>(spanParentNode); in GetSpanInspector() local
304 auto node = AceType::DynamicCast<CustomNode>(customNode); in GetCustomNodeInfo() local
334 auto node = AceType::DynamicCast<FrameNode>(parent); in GetInspectorChildren() local
432 for (auto node : offscreenNodes) { in GetFrameNodeByKey() local
671 auto node = AceType::DynamicCast<FrameNode>(spanParentNode); in GetSimplifiedSpanInspector() local
693 auto node = AceType::DynamicCast<FrameNode>(parent); in GetSimplifiedInspectorChildren() local
829 void Inspector::AddOffscreenNode(RefPtr<FrameNode> node) in AddOffscreenNode()
835 void Inspector::RemoveOffscreenNode(RefPtr<FrameNode> node) in RemoveOffscreenNode()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
H A Dpackage-lock.json35 "node": ">=0.10" string
49 "node": ">=4.2.0" string
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevhost_dump.c30 struct DListHead node; member
92 struct DumpServiceNode *node = (struct DumpServiceNode *)OsalMemCalloc(sizeof(*node)); in DevHostRegisterDumpService() local
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dgeneral_device.cpp54 std::string node; in OpenDevice() local
68 bool GeneralDevice::FindDeviceNode(const std::string &name, std::string &node) in FindDeviceNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp237 std::string AccessibilityNodeManager::GetNodeChildIds(const RefPtr<AccessibilityNode>& node) in GetNodeChildIds()
256 …essibilityNodeManager::AddNodeWithId(const std::string& key, const RefPtr<AccessibilityNode>& node) in AddNodeWithId()
264 …bilityNodeManager::AddNodeWithTarget(const std::string& key, const RefPtr<AccessibilityNode>& node) in AddNodeWithTarget()
272 …ibilityNodeManager::AddComposedElement(const std::string& key, const RefPtr<ComposedElement>& node) in AddComposedElement()
328 auto node = GetAccessibilityNodeFromPage(nodeId); in GetInspectorNodeById() local
360 void AccessibilityNodeManager::ClearNodeRectInfo(RefPtr<AccessibilityNode>& node, bool isPopDialog) in ClearNodeRectInfo()
522 void AccessibilityNodeManager::RemoveAccessibilityNodes(RefPtr<AccessibilityNode>& node) in RemoveAccessibilityNodes()
638 const std::string& id, const std::string& target, const RefPtr<AccessibilityNode>& node) in TrySaveTargetAndIdNode()
775 auto node = GetAccessibilityNodeFromPage(nodeID); in DumpTree() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp286 void PipelineContext::AddDirtyFreezeNode(FrameNode* node) in AddDirtyFreezeNode()
299 auto node = weakNode.Upgrade(); in FlushFreezeNode() local
318 for (const auto& node : dirtyPropertyNodes) { in FlushDirtyPropertyNodes() local
346 for (const auto& node : dirtyNodes) { in FlushDirtyNodeUpdate() local
680 auto node = nodeWeak.Upgrade(); in InspectDrew() local
1695 auto node = wk.Upgrade(); in SyncSafeArea() local
3689 for (auto& node : nodeSet) { in Destroy() local
3864 const RefPtr<NG::FrameNode>& node) in OnDragEvent()
4081 auto node = (iter->second).Upgrade(); in GetStoredNodeInfo() local
4313 auto node = activeNode_.Upgrade(); in GetCurrentExtraInfo() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_accessibility_property.cpp34 auto node = AceType::DynamicCast<FrameNode, UINode>(child); in GetText() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/
H A Dintf_ser_node.h73 ISerNode::Ptr node; member
/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevsvc_listener_holder.h17 struct DListHead node; member

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