Home
last modified time | relevance | path

Searched defs:node (Results 226 – 250 of 2109) sorted by relevance

12345678910>>...85

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.c48 ListNode *node = NULL; in L2capGetPsm() local
67 ListNode *node = NULL; in L2capGetConnection() local
86 ListNode *node = NULL; in L2capGetConnection2() local
105 ListNode *node = NULL; in L2capGetConnection3() local
130 ListNode *node = NULL; in L2capGetChannel() local
148 ListNode *node = NULL; in L2capGetChannel2() local
260 ListNode *node = NULL; in L2capDestroyChannelTx() local
327 ListNode *node = NULL; in L2capDisconnectTimeout() local
412 ListNode *node = NULL; in L2capDeleteConnection() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dschema_meta.cpp27 bool SchemaMeta::Unmarshal(const Serializable::json &node) in Unmarshal()
59 bool Database::Unmarshal(const Serializable::json &node) in Unmarshal()
76 bool Table::Unmarshal(const Serializable::json &node) in Unmarshal()
95 bool Field::Unmarshal(const Serializable::json &node) in Unmarshal()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dpanel_composed_element.cpp72 auto node = GetInspectorNode(SlidingPanelElement::TypeId()); in GetPanelType() local
91 auto node = GetInspectorNode(SlidingPanelElement::TypeId()); in GetPanelMode() local
110 auto node = GetInspectorNode(SlidingPanelElement::TypeId()); in GetDragBar() local
125 auto node = GetInspectorNode(SlidingPanelElement::TypeId()); in GetFullHeight() local
138 auto node = GetInspectorNode(SlidingPanelElement::TypeId()); in GetHalfHeight() local
151 auto node = GetInspectorNode(SlidingPanelElement::TypeId()); in GetMiniHeight() local
H A Dcolumn_composed_element.cpp53 auto node = GetInspectorNode(ColumnElement::TypeId()); in GetAlignContent() local
74 auto node = GetInspectorNode(ColumnElement::TypeId()); in GetSpace() local
88 auto node = GetInspectorNode(ColumnElement::TypeId()); in GetHorizontalAlign() local
114 auto node = GetRenderColumn(); in GetJustifyContent() local
153 auto node = GetInspectorNode(ColumnElement::TypeId()); in GetRenderColumn() local
/ohos5.0/base/update/updater/test/unittest/utils/json/
H A Dutils_json_test.cpp220 JsonNode node {str}; variable
236 JsonNode node {str}; variable
245 JsonNode node {str}; variable
254 JsonNode node {str}; variable
266 JsonNode node {str}; variable
277 JsonNode node {str}; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Dchecker_config.cpp29 bool CheckerConfig::Trust::Unmarshal(const json &node) in Unmarshal()
50 bool CheckerConfig::Unmarshal(const json &node) in Unmarshal()
71 bool CheckerConfig::StaticStore::Unmarshal(const Serializable::json &node) in Unmarshal()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_parser_unit_test.cpp256 IDashMpdNode *node = IDashMpdNode::CreateNode("MPD"); variable
279 IDashMpdNode *node = IDashMpdNode::CreateNode("Period"); variable
302 IDashMpdNode *node = IDashMpdNode::CreateNode("AdaptationSet"); variable
325 IDashMpdNode *node = IDashMpdNode::CreateNode("ContentComponent"); variable
348 IDashMpdNode *node = IDashMpdNode::CreateNode("Representation"); variable
371 IDashMpdNode *node = IDashMpdNode::CreateNode("SegmentBase"); variable
417 IDashMpdNode *node = IDashMpdNode::CreateNode("SegmentList"); variable
440 IDashMpdNode *node = IDashMpdNode::CreateNode("SegmentTemplate"); variable
463 IDashMpdNode *node = IDashMpdNode::CreateNode("Initialization"); variable
486 IDashMpdNode *node = IDashMpdNode::CreateNode("SegmentTimeline"); variable
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dlru_bucket.h105 auto *node = new(std::nothrow) Node(value); in Set() local
187 auto *node = head_.prev_; in PopBack() local
192 void Update(Node *node, const _Tp &value) in Update()
197 void Remove(Node *node) in Remove()
204 void Insert(Node *prev, Node *node) in Insert()
213 void Delete(Node *node) in Delete()
216 delete node; in Delete() local
/ohos5.0/drivers/hdf_core/framework/model/display/driver/lcdkit/
H A Dlcdkit_parse_config.c13 #define PARSE_PANEL_SYMBOL(node, ops, symbol, out) do { \ argument
97 static int32_t ParseCmdConfig(const struct DeviceResourceNode *node, struct DeviceResourceIface *dr… in ParseCmdConfig()
120 static int32_t ParsePanelInfo(const struct DeviceResourceNode *node, struct DeviceResourceIface *dr… in ParsePanelInfo()
153 static int32_t ParsePowerSetting(const struct DeviceResourceNode *node, struct DeviceResourceIface … in ParsePowerSetting()
190 static int32_t ParsePowerSequeue(const struct DeviceResourceNode *node, struct DeviceResourceIface … in ParsePowerSequeue()
227 static int32_t ParsePanelConfig(const struct DeviceResourceNode *node, struct PanelConfig *cfg) in ParsePanelConfig()
264 int32_t ParseLcdConfig(const struct DeviceResourceNode *node, struct PanelConfig *cfg) in ParseLcdConfig()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dlru_bucket.h105 auto *node = new(std::nothrow) Node(value); in Set() local
187 auto *node = head_.prev_; in PopBack() local
192 void Update(Node *node, const _Tp &value) in Update()
197 void Remove(Node *node) in Remove()
204 void Insert(Node *prev, Node *node) in Insert()
213 void Delete(Node *node) in Delete()
216 delete node; in Delete() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_misc_drawable.cpp29 RSDrawable::Ptr RSChildrenDrawable::OnGenerate(const RSRenderNode& node) in OnGenerate()
37 bool RSChildrenDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
159 bool RSCustomModifierDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
281 RSDrawable::Ptr RSBeginBlenderDrawable::OnGenerate(const RSRenderNode& node) in OnGenerate()
289 bool RSBeginBlenderDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
347 RSDrawable::Ptr RSEndBlenderDrawable::OnGenerate(const RSRenderNode& node) in OnGenerate()
355 bool RSEndBlenderDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
390 RSDrawable::Ptr RSEnvFGColorDrawable::OnGenerate(const RSRenderNode& node) in OnGenerate()
398 bool RSEnvFGColorDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
441 bool RSEnvFGColorStrategyDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_render_task.h34 …explicit RSRenderTaskBase(std::shared_ptr<RSBaseRenderNode> node) : node_(node), loadId_(node->Get… in RSRenderTaskBase()
62 explicit RSRenderTask(RSSurfaceRenderNode &node, RenderNodeStage stage) in RSRenderTask()
75 explicit RSSuperRenderTask(RSDisplayRenderNode &node) in RSSuperRenderTask()
103 … explicit RSCompositionTask(std::shared_ptr<RSDisplayRenderNode> node) : RSRenderTaskBase(node) {} in RSCompositionTask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task.cpp57 auto node = RSMainThread::Instance()->GetContext().GetNodeMap().GetRenderNode(nodeId_); in Run() local
118 std::shared_ptr<RSSurfaceRenderNode> node, bool isUniRender) in CreatePixelMapBySurfaceNode()
144 std::shared_ptr<RSDisplayRenderNode> node, bool isUniRender) in CreatePixelMapByDisplayNode()
303 void RSSurfaceCaptureVisitor::ProcessChildren(RSRenderNode &node) in ProcessChildren()
313 void RSSurfaceCaptureVisitor::ProcessDisplayRenderNode(RSDisplayRenderNode &node) in ProcessDisplayRenderNode()
328 void RSSurfaceCaptureVisitor::CaptureSingleSurfaceNodeWithoutUni(RSSurfaceRenderNode& node) in CaptureSingleSurfaceNodeWithoutUni()
373 void RSSurfaceCaptureVisitor::CaptureSurfaceInDisplayWithoutUni(RSSurfaceRenderNode& node) in CaptureSurfaceInDisplayWithoutUni()
389 void RSSurfaceCaptureVisitor::ProcessSurfaceRenderNodeWithoutUni(RSSurfaceRenderNode& node) in ProcessSurfaceRenderNodeWithoutUni()
398 void RSSurfaceCaptureVisitor::ProcessSurfaceRenderNode(RSSurfaceRenderNode &node) in ProcessSurfaceRenderNode()
H A Drs_uni_render_visitor.h54 void PrepareChildren(RSRenderNode& node) override {}; in PrepareChildren()
55 void PrepareCanvasRenderNode(RSCanvasRenderNode& node) override {}; in PrepareCanvasRenderNode()
56 void PrepareDisplayRenderNode(RSDisplayRenderNode& node) override {}; in PrepareDisplayRenderNode()
57 void PrepareProxyRenderNode(RSProxyRenderNode& node) override {}; in PrepareProxyRenderNode()
61 void PrepareEffectRenderNode(RSEffectRenderNode& node) override {}; in PrepareEffectRenderNode()
63 void ProcessChildren(RSRenderNode& node) override {}; in ProcessChildren()
64 void ProcessCanvasRenderNode(RSCanvasRenderNode& node) override {}; in ProcessCanvasRenderNode()
66 void ProcessProxyRenderNode(RSProxyRenderNode& node) override {}; in ProcessProxyRenderNode()
67 void ProcessRootRenderNode(RSRootRenderNode& node) override {}; in ProcessRootRenderNode()
69 void ProcessEffectRenderNode(RSEffectRenderNode& node) override {}; in ProcessEffectRenderNode()
[all …]
H A Drs_physical_screen_processor.cpp34 bool RSPhysicalScreenProcessor::Init(RSDisplayRenderNode& node, int32_t offsetX, int32_t offsetY, S… in Init()
56 void RSPhysicalScreenProcessor::ProcessSurface(RSSurfaceRenderNode &node) in ProcessSurface()
71 void RSPhysicalScreenProcessor::ProcessDisplaySurface(RSDisplayRenderNode& node) in ProcessDisplaySurface()
76 void RSPhysicalScreenProcessor::ProcessRcdSurface(RSRcdSurfaceRenderNode& node) in ProcessRcdSurface()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp649 auto node = windowRoot_->GetWindowNode(windowId); in DestroyWindow() local
681 auto node = windowRoot_->GetWindowNode(windowId); in ResizeRect() local
760 auto node = windowRoot_->GetWindowNode(windowId); in SetWindowMode() local
954 for (auto& node : windowNodes) { in StopBootAnimationIfNeed() local
994 auto node = windowRoot_->GetWindowNode(windowId); in GetSnapshot() local
1010 auto node = windowRoot_->GetWindowNode(windowId); in SetWindowType() local
1030 auto node = windowRoot_->GetWindowNode(windowId); in SetWindowFlags() local
1059 auto node = windowRoot_->GetWindowNode(windowId); in SetSystemBarProperty() local
1092 auto node = windowRoot_->GetWindowNode(windowId); in ChangeMouseStyle() local
1786 const sptr<WindowNode>& node) in GetEmbedNodeId()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_content_modifier_test_ng.cpp165 auto node = [](SliderConfiguration config) -> RefPtr<FrameNode> { in __anon2a5294230202() variable
202 auto node = [](SliderConfiguration config) -> RefPtr<FrameNode> { in __anon2a5294230302() variable
239 auto node = [](SliderConfiguration config) -> RefPtr<FrameNode> { in __anon2a5294230402() variable
276 auto node = [](SliderConfiguration config) -> RefPtr<FrameNode> { in __anon2a5294230502() variable
314 auto node = [](SliderConfiguration config) -> RefPtr<FrameNode> { in __anon2a5294230602() variable
352 auto node = [](SliderConfiguration config) -> RefPtr<FrameNode> { in __anon2a5294230702() variable
390 auto node = [](SliderConfiguration config) -> RefPtr<FrameNode> { in __anon2a5294230802() variable
428 auto node = [](SliderConfiguration config) -> RefPtr<FrameNode> { in __anon2a5294230902() variable
466 auto node = [](SliderConfiguration config) -> RefPtr<FrameNode> { in __anon2a5294230a02() variable
504 auto node = [](SliderConfiguration config) -> RefPtr<FrameNode> { in __anon2a5294230b02() variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_render_engine_test.cpp100 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
130 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
198 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
219 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
240 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
261 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
282 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
301 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
320 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
340 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
H A Drs_uni_render_processor_test.cpp57 RSDisplayRenderNode node(1, config); variable
74 RSDisplayRenderNode node(1, config); variable
94 RSDisplayRenderNode node(1, config); variable
112 RSDisplayRenderNode node(1, config); variable
152 RSSurfaceRenderNode node(0); variable
282 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
/aosp12/system/core/libcutils/include/cutils/
H A Dlist.h32 #define node_to_item(node, container, member) \ argument
41 #define list_for_each(node, list) \ argument
44 #define list_for_each_reverse(node, list) \ argument
47 #define list_for_each_safe(node, n, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dlist.h32 #define node_to_item(node, container, member) \ argument
41 #define list_for_each(node, list) \ argument
44 #define list_for_each_reverse(node, list) \ argument
47 #define list_for_each_safe(node, n, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/ohos5.0/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp422 WatcherNodePtr node = remoteWatchers_->GetNextNode(nullptr); in GetRemoteWatcher() local
560 WatcherNodePtr node = remoteWatchers_->GetNode(remoteWatcherId); in GetRemoteWatcher() local
628 WatcherNodePtr node = watcherGroups_->GetNode(groupId); in GetWatcherGroup() local
657 int ParamWatcherList::AddNode(WatcherNodePtr node) in AddNode()
665 int ParamWatcherList::RemoveNode(WatcherNodePtr node) in RemoveNode()
686 WatcherNodePtr ParamWatcherList::GetNextNode(WatcherNodePtr node) in GetNextNode()
733 ListNodePtr node = OH_ListFind(list, &nodeId, CompareData); in GetFromList() local
742 ListNodePtr node = OH_ListFind(list, &nodeId, Greater); in GetNextFromList() local
757 int WatcherNode::CompareNode(ListNodePtr node, ListNodePtr newNode) in CompareNode()
764 int WatcherNode::CompareData(ListNodePtr node, void *data) in CompareData()
[all …]
/aosp12/system/bt/gd/packet/parser/
H A Dstruct_parser_generator.cc27 for (const auto& node : variable_struct_fields_) { in StructParserGenerator() local
38 void StructParserGenerator::explore_children(const TreeNode& node, std::ostream& s) const { in explore_children() argument
68 for (const auto& node : variable_struct_fields_) { in Generate() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dinput_device_manager.cpp51 ListNode<InputDevice*>* node = deviceList_.Begin(); in Remove() local
63 ListNode<InputDevice*>* node = deviceList_.Begin(); in Callback() local
78 auto node = devices.Begin(); in OnViewLifeEvent() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/
H A Dradio_setbuilder_test_ng.cpp89 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in __anon439f93a50202() variable
131 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in __anon439f93a50302() variable
173 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in __anon439f93a50402() variable
215 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in __anon439f93a50502() variable
257 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in __anon439f93a50602() variable
299 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in __anon439f93a50702() variable
341 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in __anon439f93a50802() variable
383 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in __anon439f93a50902() variable
426 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in __anon439f93a50a02() variable
469 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in __anon439f93a50b02() variable
[all …]

12345678910>>...85