| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | progress_composed_element.cpp | 143 auto node = GetInspectorNode(ProgressElement::TypeId()); in GetRenderProgress() local
|
| H A D | text_clock_composed_element.cpp | 78 auto node = GetInspectorNode(TextClockElement::TypeId());
in GetRenderTextClock() local
|
| H A D | slider_composed_element.cpp | 198 auto node = GetInspectorNode(SliderElement::TypeId()); in GetRenderSlider() local
|
| H A D | list_composed_element.cpp | 72 auto node = GetInspectorNode(ListElement::TypeId()); in GetSpace() local 85 auto node = GetInspectorNode(ListElement::TypeId()); in GetInitialIndex() local 98 auto node = GetInspectorNode(ListElement::TypeId()); in GetListDirection() local 111 auto node in GetEditMode() local 124 auto node = GetInspectorNode(ListElement::TypeId()); GetRestoreId() local 142 auto node = GetInspectorNode(ListElement::TypeId()); GetMultiSelectable() local 157 auto node = GetInspectorNode(ListElement::TypeId()); GetDivider() local 193 auto node = GetInspectorNode(ListElement::TypeId()); GetEdgeEffect() local 223 auto node = GetInspectorNode(ListElement::TypeId()); GetChainAnimation() local 236 auto node = GetInspectorNode(ListElement::TypeId()); GetScrollBar() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_use.cpp | 134 SvgUse::AttributeScope::AttributeScope(const RefPtr<SvgNode>& node) : node_(node) in AttributeScope() argument 142 auto node = node_.Upgrade(); in ~AttributeScope() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | shape_modifier.cpp | 20 void SetShapeViewPort(ArkUINodeHandle node, const ArkUI_Float32* dimValues, const ArkUI_Int32* dimUnits) in SetShapeViewPort() argument 31 void ResetShapeViewPort(ArkUINodeHandle node) in ResetShapeViewPort() argument 42 void SetShapeMesh(ArkUINodeHandle node, const ArkUI_Float32* mesh, ArkUI_Uint32 arrayItemCount, in SetShapeMesh() argument 51 void ResetShapeMesh(ArkUINodeHandle node) in ResetShapeMesh() argument
|
| H A D | node_stack_modifier.cpp | 32 void SetAlignContent(ArkUINodeHandle node, ArkUI_Int32 align) in SetAlignContent() argument 71 void ResetAlignContent(ArkUINodeHandle node) in ResetAlignContent() argument 98 int32_t GetAlignContent(ArkUINodeHandle node) in GetAlignContent() argument
|
| H A D | rating_modifier.cpp | 21 void SetStars(ArkUINodeHandle node, int32_t value)
in SetStars() argument 28 void SetRatingStepSize(ArkUINodeHandle node, ArkUI_Float32 value)
in SetRatingStepSize() argument 34 void SetStarStyle(ArkUINodeHandle node,
in SetStarStyle() argument 63 void ResetStars(ArkUINodeHandle node)
in ResetStars() argument 70 void ResetRatingStepSize(ArkUINodeHandle node)
in ResetRatingStepSize() argument 77 ResetStarStyle(ArkUINodeHandle node) ResetStarStyle() argument 86 SetRatingOptions(ArkUINodeHandle node, ArkUI_Float64 rating, ArkUI_Bool indicator) SetRatingOptions() argument [all...] |
| /foundation/arkui/ui_lite/test/unittest/font/ |
| H A D | ui_font_unit_test.cpp | 176 GlyphNode node; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
| H A D | repeat_node.cpp | 25 auto node = ElementRegister::GetInstance()->GetSpecificItemById<RepeatNode>(nodeId); in GetOrCreateRepeatNode() local 89 auto& node in MoveChild() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/ |
| H A D | tab_content_proxy_element.cpp | 54 RefPtr<FocusNode> TabContentProxyElement::GetChildFocusNode(const RefPtr<Element>& node) in GetChildFocusNode() argument
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | node_utils.cpp | 27 int32_t OH_ArkUI_NodeUtils_GetLayoutSize(ArkUI_NodeHandle node, ArkUI_IntSize* size) in OH_ArkUI_NodeUtils_GetLayoutSize() argument 40 int32_t OH_ArkUI_NodeUtils_GetLayoutPosition(ArkUI_NodeHandle node, ArkUI_IntOffset* localOffset) in OH_ArkUI_NodeUtils_GetLayoutPosition() argument 53 int32_t OH_ArkUI_NodeUtils_GetLayoutPositionInWindow(ArkUI_NodeHandle node, ArkUI_IntOffset* globalOffset) in OH_ArkUI_NodeUtils_GetLayoutPositionInWindow() argument 67 int32_t OH_ArkUI_NodeUtils_GetLayoutPositionInScreen(ArkUI_NodeHandle node, ArkUI_IntOffse argument 81 OH_ArkUI_NodeUtils_GetPositionWithTranslateInWindow(ArkUI_NodeHandle node, ArkUI_IntOffset* translateOffset) OH_ArkUI_NodeUtils_GetPositionWithTranslateInWindow() argument 96 OH_ArkUI_NodeUtils_GetPositionWithTranslateInScreen(ArkUI_NodeHandle node, ArkUI_IntOffset* translateOffset) OH_ArkUI_NodeUtils_GetPositionWithTranslateInScreen() argument 111 OH_ArkUI_RegisterSystemColorModeChangeEvent( ArkUI_NodeHandle node, void* userData, void (*onColorModeChange)(ArkUI_SystemColorMode colorMode, void* userData)) OH_ArkUI_RegisterSystemColorModeChangeEvent() argument 124 OH_ArkUI_UnregisterSystemColorModeChangeEvent(ArkUI_NodeHandle node) OH_ArkUI_UnregisterSystemColorModeChangeEvent() argument 133 OH_ArkUI_RegisterSystemFontStyleChangeEvent( ArkUI_NodeHandle node, void* userData, void (*onFontStyleChange)(ArkUI_SystemFontStyleEvent* event, void* userData)) OH_ArkUI_RegisterSystemFontStyleChangeEvent() argument 146 OH_ArkUI_UnregisterSystemFontStyleChangeEvent(ArkUI_NodeHandle node) OH_ArkUI_UnregisterSystemFontStyleChangeEvent() argument 165 OH_ArkUI_NodeUtils_AddCustomProperty(ArkUI_NodeHandle node, const char* name, const char* value) OH_ArkUI_NodeUtils_AddCustomProperty() argument 178 OH_ArkUI_NodeUtils_RemoveCustomProperty(ArkUI_NodeHandle node, const char* name) OH_ArkUI_NodeUtils_RemoveCustomProperty() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/ |
| H A D | toggle_content_modifier_test_ng.cpp | 102 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { in HWTEST_F() local 142 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { in HWTEST_F() local 182 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { in HWTEST_F() local 222 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 262 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 302 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 342 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 382 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 422 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 462 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 502 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 542 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 582 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 622 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 662 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 702 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 742 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 782 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 822 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 862 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 902 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 942 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 982 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1022 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1062 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1102 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1142 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1182 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1222 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1262 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1302 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1342 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1382 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1422 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1462 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1502 auto node = [](ToggleConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
| H A D | water_flow_segment_layout_test.cpp | 1158 auto node = AceType::DynamicCast<FrameNode>(child); in HWTEST_F() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | async_task_manager.cpp | 158 AsyncTask *node = head_; in Cancel() local 187 AsyncTask *node = head_; CancelWithContext() local [all...] |
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | text_adapter.cpp | 102 ListNode<const char*>* node = dynamicText_.Begin(); in GetDynamicText() local 167 ListNode<const char*>* node = dynamicText_.Begin(); in ClearDynamicText() local 186 ListNode<const char*>* node = data->Begin(); SetData() local [all...] |
| /foundation/arkui/ui_lite/frameworks/font/ |
| H A D | glyphs_manager.cpp | 117 const GlyphNode* node = const_cast<GlyphNode*>(GetGlyphNodeFromFiles(unicode, fontId)); in GetGlyphNode() local 138 const GlyphNode* node = GetGlyphNode(unicode, fontId); in GetFontWidth() local 157 GlyphNode* node = const_cast<GlyphNode*>(GetGlyphNodeFromFiles(unicode, fontId)); GetBitmap() local [all...] |
| H A D | ui_font_cache.h | 81 void ListAdd(ListHead* node, ListHead* head) in ListAdd() argument 88 void ListDel(ListHead* node) in ListDel() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/ |
| H A D | text_timer_builder_test_ng.cpp | 135 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in HWTEST_F() local 203 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in HWTEST_F() local 271 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in HWTEST_F() local 339 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in HWTEST_F() local 407 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in HWTEST_F() local 475 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 543 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 611 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 678 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 745 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 812 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 879 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 946 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1013 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1080 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1147 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1214 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1281 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1348 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1415 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1482 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1549 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1616 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1683 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1750 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1817 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1884 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local 1951 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/syntax/ |
| H A D | for_each_syntax_test_ng.cpp | 86 auto node = ViewStackProcessor::GetInstance()->GetMainElementNode(); in HWTEST_F() local 176 auto node = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local 209 auto node = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local 258 auto node in HWTEST_F() local 295 auto node = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 360 auto node = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 398 auto node = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 444 auto node = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 487 auto node = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 528 auto node = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local [all...] |
| /foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/ |
| H A D | utils_list.h | 60 auto node = new (std::nothrow) Node<T>(value);
in PushFront() local 78 Node<T> *node = head_->next_;
in PopFront() local 96 auto node = new (std::nothrow) Node<T>(value); PushBack() local 111 Node<T> *node = head_->prev_; PopBack() local 118 Remove(Node<T> *node) Remove() argument 133 Node<T> *node = head_->next_; RemoveAll() local [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
| H A D | render_node_graph_loader.cpp | 76 IRenderNodeGraphLoader::LoadResult ParseRenderNode(const json::value& node, RenderNodeDesc& data) in ParseRenderNode() argument 47 ParseQueueWaitSignals( const json::value& node, RenderNodeDesc& data, IRenderNodeGraphLoader::LoadResult& nodeResult) ParseQueueWaitSignals() argument 108 ParseOutputResources(const json::value& node, RenderNodeGraphOutputResource& data) ParseOutputResources() argument [all...] |
| /foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
| H A D | audio_volume_parser.cpp | 135 void AudioVolumeParser::ParseStreamInfos(xmlNode *node, StreamVolumeInfoMap &streamVolumeInfoMap) in ParseStreamInfos() argument 153 bool AudioVolumeParser::ParseStreamVolumeInfoAttr(xmlNode *node, std::shared_ptr<StreamVolumeInfo> &streamVolInfo) in ParseStreamVolumeInfoAttr() argument 191 void AudioVolumeParser::ParseDeviceVolumeInfos(xmlNode *node, std::shared_ptr<StreamVolumeInfo> &streamVolInfo) in ParseDeviceVolumeInfos() argument 212 void AudioVolumeParser::ParseVolumePoints(xmlNode *node, std::shared_ptr<DeviceVolumeInfo> &deviceVolInfo) in ParseVolumePoints() argument
|
| H A D | audio_strategy_router_parser.cpp | 64 bool AudioStrategyRouterParser::ParseInternal(xmlNode *node) in ParseInternal() argument 80 void AudioStrategyRouterParser::ParserStrategyInfo(xmlNode *node) in ParserStrategyInfo() argument 103 std::string AudioStrategyRouterParser::ExtractPropertyValue(const std::string &propName, xmlNode *node) in ExtractPropertyValue() argument
|
| H A D | audio_tone_parser.cpp | 121 void AudioToneParser::ParseToneInfo(xmlNode *node, std::unordered_map<int32_t, in ParseToneInfo() argument 148 void AudioToneParser::ParseSegment(xmlNode *node, int SegInx, std::shared_ptr<ToneInfo> ltoneDesc) in ParseSegment() argument
|