Home
last modified time | relevance | path

Searched defs:node (Results 151 – 175 of 1729) sorted by relevance

12345678910>>...70

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp119 sptr<WindowNode> node = new WindowNode(CreateWindowProperty()); variable
131 sptr<WindowNode> node = new WindowNode(CreateWindowProperty()); variable
145 sptr<WindowNode> node = new WindowNode(CreateWindowProperty()); variable
157 sptr<WindowNode> node = new WindowNode(CreateWindowProperty()); variable
184 sptr<WindowNode> node = StartingWindow::CreateWindowNode(transitionInfo_, 0); variable
197 sptr<WindowNode> node = StartingWindow::CreateWindowNode(transitionInfo_, 0); variable
210 sptr<WindowNode> node = StartingWindow::CreateWindowNode(transitionInfo_, 0); variable
222 sptr<WindowNode> node = nullptr; variable
326 sptr<WindowNode> node = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp43 bool RSBinarizationDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
79 bool RSColorFilterDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
114 bool RSLightUpEffectDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
150 bool RSDynamicDimDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
185 bool RSForegroundColorDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
243 bool RSForegroundFilterDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
327 bool RSPixelStretchDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
378 bool RSBorderDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
452 bool RSOutlineDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
481 bool RSPointLightDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_container_composed_element.cpp67 auto node = GetRenderBox(); in GetColumns() local
76 auto node = GetRenderBox(); in GetSizeType() local
98 auto node = GetRenderBox(); in GetGutter() local
107 auto node = GetRenderBox(); in GetMarginLeft() local
H A Dgrid_item_composed_element.cpp63 auto node = GetInspectorNode(GridLayoutItemElement::TypeId(), true); in GetRowStart() local
79 auto node = GetInspectorNode(GridLayoutItemElement::TypeId(), true); in GetRowEnd() local
95 auto node = GetInspectorNode(GridLayoutItemElement::TypeId(), true); in GetColumnStart() local
112 auto node = GetInspectorNode(GridLayoutItemElement::TypeId(), true); in GetColumnEnd() local
128 auto node = GetInspectorNode(GridLayoutItemElement::TypeId(), true); in GetForceRebuild() local
141 auto node = GetInspectorNode(GridLayoutItemElement::TypeId(), true); in GetSelectable() local
H A Dindexer_composed_element.cpp77 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetColor() local
91 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetSelectedColor() local
105 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetPopupColor() local
116 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetSelectedBackgroundColor() local
127 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetPopupBackground() local
138 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetItemSize() local
149 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetAlignStyle() local
160 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetSelectedFont() local
179 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetPopupFont() local
198 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetFont() local
[all …]
H A Dhyperlink_composed_element.cpp56 auto node = GetHyperlinkComponent(); in GetAddress() local
65 auto node = GetHyperlinkComponent(); in GetContent() local
74 auto node = GetHyperlinkComponent(); in GetColor() local
82 auto node = GetInspectorNode(HyperlinkElement::TypeId()); in GetHyperlinkComponent() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp74 auto node = std::make_shared<RSRenderNode>(nodeId); variable
92 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId++); variable
137 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId); variable
159 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId); variable
180 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId); variable
199 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId); variable
220 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId); variable
591 auto node = RSTestUtil::CreateSurfaceNode(); variable
607 auto node = RSTestUtil::CreateSurfaceNode(); variable
1010 auto node = std::make_shared<RSSurfaceRenderNode>(id); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_base_node_command.cpp27 auto node = nodeMap.GetRenderNode(nodeId); in Destroy() local
43 auto node = nodeMap.GetRenderNode(nodeId); in AddChild() local
55 auto node = nodeMap.GetRenderNode(nodeId); in MoveChild() local
65 auto node = nodeMap.GetRenderNode(nodeId); in RemoveChild() local
75 auto node = nodeMap.GetRenderNode(id); in AddCrossParentChild() local
86 auto node = nodeMap.GetRenderNode(nodeId); in RemoveCrossParentChild() local
97 auto node = nodeMap.GetRenderNode(nodeId); in RemoveFromTree() local
107 auto node = nodeMap.GetRenderNode(nodeId); in ClearChildren() local
H A Drs_root_node_command.cpp34 auto node = std::shared_ptr<RSRootRenderNode>(new RSRootRenderNode(id, in Create() local
41 if (auto node = context.GetNodeMap().GetRenderNode<RSRootRenderNode>(id)) { in AttachRSSurfaceNode() local
49 if (auto node = context.GetNodeMap().GetRenderNode<RSRootRenderNode>(id)) { in SetEnableRender() local
58 auto node = nodeMap.GetRenderNode<RSRootRenderNode>(id); in AttachToUniSurfaceNode() local
71 if (auto node = context.GetNodeMap().GetRenderNode<RSRootRenderNode>(id)) { in UpdateSuggestedBufferSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddata_panel_modifier.cpp32 void SetCloseEffect(ArkUINodeHandle node, ArkUI_Bool value) in SetCloseEffect()
39 void ResetCloseEffect(ArkUINodeHandle node) in ResetCloseEffect()
46 void SetDataPanelTrackBackgroundColor(ArkUINodeHandle node, uint32_t value) in SetDataPanelTrackBackgroundColor()
53 void ResetDataPanelTrackBackgroundColor(ArkUINodeHandle node) in ResetDataPanelTrackBackgroundColor()
60 void SetDataPanelStrokeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) in SetDataPanelStrokeWidth()
68 void ResetDataPanelStrokeWidth(ArkUINodeHandle node) in ResetDataPanelStrokeWidth()
99 void SetValueColors(ArkUINodeHandle node, const struct ArkUIGradientType* gradient) in SetValueColors()
124 void ResetValueColors(ArkUINodeHandle node) in ResetValueColors()
133 void SetTrackShadow(ArkUINodeHandle node, const struct ArkUIGradientType* gradient, ArkUI_Float32 r… in SetTrackShadow()
166 void SetNullTrackShadow(ArkUINodeHandle node) in SetNullTrackShadow()
[all …]
H A Dgrid_row_modifier.cpp43 void SetAlignItems(ArkUINodeHandle node, int32_t alignItems) in SetAlignItems()
51 void ResetAlignItems(ArkUINodeHandle node) in ResetAlignItems()
95 void SetDirection(ArkUINodeHandle node, int32_t direction) in SetDirection()
104 void ResetDirection(ArkUINodeHandle node) in ResetDirection()
135 void ResetBreakpoints(ArkUINodeHandle node) in ResetBreakpoints()
143 void SetColumns(ArkUINodeHandle node, int32_t *containerSizeArray, int32_t size) in SetColumns()
152 void ResetColumns(ArkUINodeHandle node) in ResetColumns()
160 void SetGutter(ArkUINodeHandle node, int32_t *containerSizeArray, int32_t size) in SetGutter()
170 void ResetGutter(ArkUINodeHandle node) in ResetGutter()
178 void SetOnBreakpointChange(ArkUINodeHandle node, void* callback) in SetOnBreakpointChange()
[all …]
H A Dnode_folder_stack_modifier.cpp26 void SetEnableAnimation(ArkUINodeHandle node, ArkUI_Bool value) in SetEnableAnimation()
33 void ResetEnableAnimation(ArkUINodeHandle node) in ResetEnableAnimation()
40 void SetAutoHalfFold(ArkUINodeHandle node, ArkUI_Bool value) in SetAutoHalfFold()
47 void ResetAutoHalfFold(ArkUINodeHandle node) in ResetAutoHalfFold()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_content_modifier_add_test_ng.cpp134 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450202() variable
178 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450302() variable
223 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450402() variable
265 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450502() variable
310 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450602() variable
356 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450702() variable
398 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450802() variable
443 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450902() variable
489 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450a02() variable
532 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450b02() variable
[all …]
H A Dtext_clock_content_modifier_test_ng.cpp132 auto node = [](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0202() variable
173 auto node = [](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0302() variable
215 auto node = [](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0402() variable
254 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0502() variable
296 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0602() variable
339 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0702() variable
379 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0802() variable
423 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0902() variable
468 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0a02() variable
510 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0b02() variable
[all …]
/ohos5.0/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.cpp72 std::string XmlParser::GetNameValue(xmlNodePtr node) in GetNameValue()
87 std::string XmlParser::GetNodeValue(xmlNodePtr node) in GetNodeValue()
99 std::string XmlParser::GetStringValue(xmlNodePtr node) in GetStringValue()
122 for (xmlNodePtr node = innode->children; node != nullptr; node = node->next) { in GetStringArrValue() local
132 std::vector<unsigned char> XmlParser::GetByteArrValue(xmlNodePtr node) in GetByteArrValue()
161 for (xmlNodePtr node = innode->children; node != nullptr; node = node->next) { in GetStringMapValue() local
177 bool XmlParser::IsDocValid(xmlNodePtr node) in IsDocValid()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_template.cpp55 AshmemNode &node = std::get<AshmemNode>(value_); in MoveOutAshmem() local
94 AshmemNode node = { mem, true }; in Set() local
104 const AshmemNode &node = std::get<AshmemNode>(value_); in GetData() local
121 AshmemNode node = { ashmem, isManaged }; in SetAshmem() local
127 AshmemNode *node = std::get_if<AshmemNode>(&value_); in Clear() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_event.c28 EventNode *node = NULL; in SearchEventNode() local
43 EventNode *node = NULL; in EventModuleClean() local
67 EventNode *node = NULL; in EventNodeChainClean() local
89 EventNode *node = SearchEventNode(eventNodeChain, epollfd); in GetEpollTask() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_adapter_test.cpp160 std::shared_ptr<RSRenderNode> node; variable
188 auto node = std::make_shared<RSRenderNode>(id); variable
219 auto node = std::make_shared<RSRenderNode>(id); variable
236 auto node = std::make_shared<RSRenderNode>(id); variable
260 auto node = std::make_shared<RSRenderNode>(id); variable
293 auto node = std::make_shared<RSRenderNode>(id); variable
308 auto node = std::make_shared<RSRenderNode>(id); variable
356 auto node = std::make_shared<RSRenderNode>(id); variable
384 auto node = std::make_shared<RSRenderNode>(id); variable
411 auto node = std::make_shared<RSRenderNode>(id); variable
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dlist.h213 void Insert(ListNode<T>* node, T data) in Insert()
240 ListNode<T>* Remove(ListNode<T>* node) in Remove()
252 delete node; in Remove() local
272 ListNode<T>* node = head_.next_; in Clear() local
275 delete node; in Clear() local
342 ListNode<T>* Next(const ListNode<T>* node) const in Next()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_map.cpp64 for (auto node = bundleInfos_->Begin(); node != bundleInfos_->End(); node = node->next_) { in Add() local
122 for (auto node = bundleInfos_->Begin(); node != bundleInfos_->End(); node = node->next_) { in Get() local
198 for (auto node = bundleInfos_->Begin(); node != bundleInfos_->End(); node = node->next_) { in GetBundleInfos() local
212 for (auto node = bundleInfos_->Begin(); node != bundleInfos_->End(); node = node->next_) { in GetBundleInfosInner() local
242 for (auto node = bundleInfos_->Begin(); node != bundleInfos_->End(); node = node->next_) { in GetBundleInfosNoReplication() local
276 for (auto node = bundleInfos_->Begin(); node != bundleInfos_->End(); node = node->next_) { in Erase() local
295 for (auto node = bundleInfos_->Begin(); node != bundleInfos_->End(); node = node->next_) { in EraseAll() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel.c65 ListNode *node = NULL; in RfcommDestroyChannelList() local
368 ListNode *node = NULL; in RfcommReleaseCachePkt() local
479 ListNode *node = NULL; in RfcommGetChannelByDlci() local
509 ListNode *node = NULL; in RfcommGetFirstChannelOnSession() local
539 ListNode *node = NULL; in RfcommGetChannelByHandle() local
568 ListNode *node = NULL; in RfcommCheckSessionValid() local
595 ListNode *node = NULL; in RfcommIsChannelValid() local
628 ListNode *node = NULL; in RfcommOpenAllChannelOnSession() local
652 ListNode *node = NULL; in RfcommResetAllChannelOnSession() local
674 ListNode *node = NULL; in RfcommSendAllCachePktOnSession() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_chain.cpp45 void SimpleSpringChain::OnNodeAdd(RefPtr<SpringNode>& node) in OnNodeAdd()
53 void SimpleSpringChain::OnNodeDelete(RefPtr<SpringNode>& node) in OnNodeDelete()
69 auto node = springAdapter_->GetNode(index); in SetDeltaValue() local
78 auto node = springAdapter_->GetControlNode(); in SetValue() local
92 auto node = springAdapter_->GetControlNode(); in EndToPosition() local
120 void SimpleSpringChain::SetParams(RefPtr<SpringNode>& node) in SetParams()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_proxy_node_test.cpp52 auto node = RSProxyNode::Create(nodeId); variable
71 auto node = RSProxyNode::Create(nodeId); variable
90 auto node = RSProxyNode::Create(nodeId); variable
113 auto node = RSProxyNode::Create(nodeId); variable
140 auto node = RSProxyNode::Create(nodeId); variable
167 auto node = RSProxyNode::Create(nodeId); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_builder_test_ng.cpp191 auto node = [](ProgressConfiguration config) -> RefPtr<FrameNode> { in __anon759d1e050202() variable
235 auto node = [](ProgressConfiguration config) -> RefPtr<FrameNode> { in __anon759d1e050302() variable
279 auto node = [](ProgressConfiguration config) -> RefPtr<FrameNode> { in __anon759d1e050402() variable
320 auto node = [](ProgressConfiguration config) -> RefPtr<FrameNode> { in __anon759d1e050502() variable
364 auto node = [](ProgressConfiguration config) -> RefPtr<FrameNode> { in __anon759d1e050602() variable
408 auto node = [](ProgressConfiguration config) -> RefPtr<FrameNode> { in __anon759d1e050702() variable
452 auto node = [](ProgressConfiguration config) -> RefPtr<FrameNode> { in __anon759d1e050802() variable
496 auto node = [](ProgressConfiguration config) -> RefPtr<FrameNode> { in __anon759d1e050902() variable
540 auto node = [](ProgressConfiguration config) -> RefPtr<FrameNode> { in __anon759d1e050a02() variable
583 auto node = [](ProgressConfiguration config) -> RefPtr<FrameNode> { in __anon759d1e050b02() variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_divided_ui_capture.h48 void PrepareDisplayRenderNode(RSDisplayRenderNode& node) override {}; in PrepareDisplayRenderNode()
49 void PrepareProxyRenderNode(RSProxyRenderNode& node) override {} in PrepareProxyRenderNode()
56 void ProcessDisplayRenderNode(RSDisplayRenderNode& node) override {}; in ProcessDisplayRenderNode()
57 void ProcessProxyRenderNode(RSProxyRenderNode& node) override {} in ProcessProxyRenderNode()

12345678910>>...70