Home
last modified time | relevance | path

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

12345678910>>...70

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
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 …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dline_modifier.cpp24 void SetStartPoint(ArkUINodeHandle node, const ArkUI_Float32* pointValues, const ArkUI_Int32* point… in SetStartPoint()
35 void ResetStartPoint(ArkUINodeHandle node) in ResetStartPoint()
45 void SetEndPoint(ArkUINodeHandle node, const ArkUI_Float32* pointValues, const ArkUI_Int32* pointUn… in SetEndPoint()
56 void ResetEndPoint(ArkUINodeHandle node) in ResetEndPoint()
H A Dgrid_col_modifier.cpp52 void SetSpan(ArkUINodeHandle node, int32_t *containerSizeArray, int32_t size) in SetSpan()
61 void ResetSpan(ArkUINodeHandle node) in ResetSpan()
71 void SetGridColOffset(ArkUINodeHandle node, int32_t *containerSizeArray, int32_t size) in SetGridColOffset()
80 void ResetGridColOffset(ArkUINodeHandle node) in ResetGridColOffset()
90 void SetOrder(ArkUINodeHandle node, int32_t *containerSizeArray, int32_t size) in SetOrder()
99 void ResetOrder(ArkUINodeHandle node) in ResetOrder()
H A Dhyperlink_modifier.cpp31 void SetHyperlinkColor(ArkUINodeHandle node, uint32_t color) in SetHyperlinkColor()
38 void ResetHyperlinkColor(ArkUINodeHandle node) in ResetHyperlinkColor()
52 void SetHyperlinkDraggable(ArkUINodeHandle node, ArkUI_Bool draggable) in SetHyperlinkDraggable()
59 void ResetHyperlinkDraggable(ArkUINodeHandle node) in ResetHyperlinkDraggable()
67 ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) in SetHyperlinkResponseRegion()
88 void ResetHyperlinkResponseRegion(ArkUINodeHandle node) in ResetHyperlinkResponseRegion()
H A Dcolumn_split_modifier.cpp29 void SetColumnSplitResizable(ArkUINodeHandle node, ArkUI_Bool resizable) in SetColumnSplitResizable()
36 void ResetColumnSplitResizable(ArkUINodeHandle node) in ResetColumnSplitResizable()
43 void SetColumnSplitDivider(ArkUINodeHandle node, ArkUI_Float32 stVal, int32_t stUnit, in SetColumnSplitDivider()
54 void ResetColumnSplitDivider(ArkUINodeHandle node) in ResetColumnSplitDivider()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dsubscription_test.cpp44 Subscription::json node; variable
58 Subscription::json node; variable
80 Subscription::json node; variable
94 Subscription::json node; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_canvas_render_node_drawable_test.cpp62 auto node = std::make_shared<RSRenderNode>(nodeId); variable
97 auto node = std::make_shared<RSRenderNode>(nodeId); variable
124 auto node = std::make_shared<RSRenderNode>(nodeId); variable
150 auto node = std::make_shared<RSRenderNode>(nodeId); variable
/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 …]
H A Dminimize_app.cpp31 void MinimizeApp::AddNeedMinimizeApp(const sptr<WindowNode>& node, MinimizeReason reason) in AddNeedMinimizeApp()
66 for (auto& node : needMinimizeAppNodes_[reason]) { in GetNeedMinimizeAppNodesWithReason() local
80 for (auto& node : appNodes.second) { in ExecuteMinimizeAll() local
112 bool MinimizeApp::IsNodeNeedMinimize(const sptr<WindowNode>& node) in IsNodeNeedMinimize()
127 bool MinimizeApp::IsNodeNeedMinimizeWithReason(const sptr<WindowNode>& node, MinimizeReason reason) in IsNodeNeedMinimizeWithReason()
165 for (auto& node : needMinimizeAppNodes_.at(reason)) { in ExecuteMinimizeTargetReasons() local
/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 …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_map.c58 static void MapAddNode(Map *map, MapNode *node) in MapAddNode()
87 MapNode *node = NULL; in MapResize() local
109 MapNode *node = (MapNode *)SoftBusCalloc(sizeof(*node) + keySize + valueSize); in MapCreateNode() local
143 MapNode *node = NULL; in LnnMapSet() local
220 MapNode *node = map->nodes[idx]; in LnnMapGet() local
252 MapNode *node = map->nodes[idx]; in LnnMapErase() local
307 MapNode *node = NULL; in LnnMapDelete() local
375 MapNode *node = NULL; in LnnMapNext() 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 …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dprojection_tree.cpp20 static int ParseSinglePathToTree(ProjectionNode *node, std::vector<std::string> &singlePath) in ParseSinglePathToTree()
52 ProjectionNode *node = &node_; in ParseTree() local
68 ProjectionNode *node = &node_; in SearchTree() local
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp184 sptr<WindowNode> node = new WindowNode(property, nullptr, nullptr); variable
212 sptr<WindowNode> node = new WindowNode(property, nullptr, nullptr); variable
226 sptr<WindowNode> node = new WindowNode(property, nullptr, nullptr); variable
320 sptr<WindowNode> node = new WindowNode(property, nullptr, nullptr); variable
340 sptr<WindowNode> node = new WindowNode(property, nullptr, nullptr); variable
384 sptr<WindowNode> node = new WindowNode(property, nullptr, nullptr); variable
425 sptr<WindowNode> node = nullptr; variable
474 sptr<WindowNode> node = new WindowNode(property, nullptr, nullptr); variable
492 sptr<WindowNode> node = new WindowNode(property, nullptr, nullptr); variable
510 sptr<WindowNode> node = new WindowNode(property, nullptr, nullptr); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_engine_test.cpp76 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
99 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
131 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
169 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
197 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
242 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
H A Drs_uifirst_manager_test.cpp344 std::shared_ptr<RSSurfaceRenderNode> node = std::make_shared<RSSurfaceRenderNode>(0); variable
734 std::shared_ptr<RSSurfaceRenderNode> node = nullptr; variable
754 std::shared_ptr<RSRenderNode> node = nullptr; variable
811 auto node = std::make_shared<RSRenderNode>(0); variable
867 auto node = std::make_shared<RSRenderNode>(0); variable
913 RSSurfaceRenderNode node(0); variable
991 RSSurfaceRenderNode node(0); variable
1212 RSRenderNode node(0); variable
1314 RSSurfaceRenderNode node(0); variable
1337 RSSurfaceRenderNode node(0); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_napi.cpp222 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetNavigationId()
237 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetNavDestinationName()
251 ArkUI_ErrorCode OH_ArkUI_GetNavStackLength(ArkUI_NodeHandle node, int32_t* length) in OH_ArkUI_GetNavStackLength()
280 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetNavDestinationId()
311 ArkUI_ErrorCode OH_ArkUI_GetNavDestinationIndex(ArkUI_NodeHandle node, int32_t* index) in OH_ArkUI_GetNavDestinationIndex()
328 napi_value OH_ArkUI_GetNavDestinationParam(ArkUI_NodeHandle node) in OH_ArkUI_GetNavDestinationParam()
338 ArkUI_ErrorCode OH_ArkUI_GetRouterPageIndex(ArkUI_NodeHandle node, int32_t* index) in OH_ArkUI_GetRouterPageIndex()
356 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetRouterPageName()
371 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetRouterPagePath()
385 ArkUI_ErrorCode OH_ArkUI_GetRouterPageState(ArkUI_NodeHandle node, ArkUI_RouterPageState* state) in OH_ArkUI_GetRouterPageState()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/
H A Dcommon_value_serializers.h31 bool EnumImport(IImportFunctions& f, const ISerNode::ConstPtr& node, Value& out) in EnumImport()
44 bool ExtractInteger(const ISerNode::ConstPtr& node, Type& out) in ExtractInteger()
58 bool ExtractNumber(const ISerNode::ConstPtr& node, Type& out) in ExtractNumber()
85 ReturnError ImportFromNode(IImportFunctions& f, const ISerNode::ConstPtr& node, Type& value) in ImportFromNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dif_else_model_ng.cpp42 auto node = AceType::DynamicCast<IfElseNode>(stack->GetMainElementNode()); in SetBranchId() local
50 auto node = AceType::DynamicCast<IfElseNode>(stack->GetMainElementNode()); in GetBranchId() local
58 auto node = AceType::DynamicCast<IfElseNode>(stack->GetMainElementNode()); in CanRetake() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dwater_flow_composed_element.cpp64 auto node = GetInspectorNode(WaterFlowElement::TypeId()); in GetColumnsTemplate() local
78 auto node = GetInspectorNode(WaterFlowElement::TypeId()); in GetRowsTemplate() local
92 auto node = GetInspectorNode(WaterFlowElement::TypeId()); in GetColumnsGap() local
106 auto node = GetInspectorNode(WaterFlowElement::TypeId()); in GetRowsGap() local
120 auto node = GetInspectorNode(WaterFlowElement::TypeId()); in GetlayoutDirection() local
134 auto node = GetInspectorNode(WaterFlowElement::TypeId()); in GetItemConstraintSize() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_device_parser.cpp60 bool AudioDeviceParser::ParseInternal(xmlNode *node) in ParseInternal()
78 void AudioDeviceParser::ParseDevicePrivacyInfo(xmlNode *node, std::list<DevicePrivacyInfo> &deviceL… in ParseDevicePrivacyInfo()
124 void AudioDeviceParser::ParserDevicePrivacyInfoList(xmlNode *node, std::list<DevicePrivacyInfo> &de… in ParserDevicePrivacyInfoList()
136 void AudioDeviceParser::ParseAudioDevicePrivacyType(xmlNode *node, AudioDevicePrivacyType &deviceTy… in ParseAudioDevicePrivacyType()
172 std::string AudioDeviceParser::ExtractPropertyValue(const std::string &propName, xmlNode *node) in ExtractPropertyValue()
189 DeviceNodeName AudioDeviceParser::GetDeviceNodeNameAsInt(xmlNode *node) in GetDeviceNodeNameAsInt()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Drule_cluster.cpp91 for (xmlNode* node = root; node; node = node->next) { in ParseRuleFile() local
108 for (xmlNode* node = tag->children; node; node = node->next) { in ParseTagFreeze() local
117 for (xmlNode* node = tag->children; node; node = node->next) { in ParseTagRules() local
139 for (xmlNode* node = tag->children; node; node = node->next) { in ParseTagRule() local
155 for (xmlNode* node = tag->children; node; node = node->next) { in ParseTagLinks() local
191 for (xmlNode* node = tag->children; node; node = node->next) { in ParseTagEvent() local
215 T FreezeRuleCluster::GetAttributeValue(xmlNode* node, const std::string& name) in GetAttributeValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspointlightmanager_fuzzer/
H A Drspointlightmanager_fuzzer.cpp68 auto node = std::make_shared<RSRenderNode>(id); in DoRegisterLightSource() local
84 auto node = std::make_shared<RSRenderNode>(id); in DoRegisterIlluminated() local
101 auto node = std::make_shared<RSRenderNode>(id); in DoUnRegisterLightSource() local
117 auto node = std::make_shared<RSRenderNode>(id); in DoUnRegisterIlluminated() local
133 auto node = std::make_shared<RSRenderNode>(id); in DoAddDirtyLightSource() local
151 auto node = std::make_shared<RSRenderNode>(id); in DoAddDirtyIlluminated() local
174 auto node = std::make_shared<RSRenderNode>(id); in DoPrepareLight() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/loading_progress/
H A Dloading_progress_node_test_ng.cpp100 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon43df975e0202() variable
148 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon43df975e0302() variable
196 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon43df975e0402() variable
244 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon43df975e0502() variable
292 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon43df975e0602() variable
340 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon43df975e0702() variable
389 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon43df975e0802() variable
506 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon43df975e0902() variable
567 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon43df975e0a02() variable
628 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon43df975e0b02() variable
[all …]
H A Dloading_progress_value_test_ng.cpp101 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon689588550202() variable
146 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon689588550302() variable
191 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon689588550402() variable
239 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon689588550502() variable
287 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon689588550602() variable
348 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon689588550702() variable
401 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon689588550802() variable
454 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon689588550902() variable
515 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon689588550a02() variable
576 auto node = [](LoadingProgressConfiguration config) -> RefPtr<FrameNode> { in __anon689588550b02() variable
[all …]

12345678910>>...70