Home
last modified time | relevance | path

Searched defs:node (Results 1551 - 1575 of 3203) sorted by relevance

1...<<61626364656667686970>>...129

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dindexer_composed_element.cpp72 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetColor() local
86 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetSelectedColor() local
100 auto node = GetInspectorNode(IndexerElement::TypeId()); in GetPopupColor() local
111 auto node in GetSelectedBackgroundColor() local
122 auto node = GetInspectorNode(IndexerElement::TypeId()); GetPopupBackground() local
133 auto node = GetInspectorNode(IndexerElement::TypeId()); GetItemSize() local
144 auto node = GetInspectorNode(IndexerElement::TypeId()); GetAlignStyle() local
155 auto node = GetInspectorNode(IndexerElement::TypeId()); GetSelectedFont() local
174 auto node = GetInspectorNode(IndexerElement::TypeId()); GetPopupFont() local
193 auto node = GetInspectorNode(IndexerElement::TypeId()); GetFont() local
220 auto node = GetInspectorNode(IndexerElement::TypeId()); GetIndexSelected() local
231 auto node = GetInspectorNode(IndexerElement::TypeId()); GetArrayValue() local
251 auto node = GetInspectorNode(IndexerElement::TypeId()); GetUsingPopup() local
[all...]
H A Dtext_composed_element.cpp208 auto node = GetInspectorNode(TextElement::TypeId()); in GetRenderText() local
H A Dswiper_composed_element.cpp242 auto node = GetInspectorNode(SwiperElement::TypeId()); in GetRenderSwiper() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.cpp181 void CaculatePoint(const RefPtr<FrameNode>& node, const std::shared_ptr<OHOS::MMI::PointerEvent>& pointerEvent) in CaculatePoint() argument
261 bool WindowSceneHelper::IsWindowPattern(const RefPtr<FrameNode>& node) in IsWindowPattern() argument
208 InjectPointerEvent( const RefPtr<FrameNode>& node, const std::shared_ptr<OHOS::MMI::PointerEvent>& pointerEvent) InjectPointerEvent() argument
269 HasWindowSession(const RefPtr<FrameNode>& node) HasWindowSession() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp31 void SetStrokeMiterLimit(ArkUINodeHandle node, ArkUI_Float32 miterLimit) in SetStrokeMiterLimit() argument
38 void ResetStrokeMiterLimit(ArkUINodeHandle node) in ResetStrokeMiterLimit() argument
45 void SetFillOpacity(ArkUINodeHandle node, ArkUI_Float32 fillOpacity) in SetFillOpacity() argument
52 void ResetFillOpacity(ArkUINodeHandle node) in ResetFillOpacity() argument
59 void SetStrokeOpacity(ArkUINodeHandle node, ArkUI_Float3 argument
66 ResetStrokeOpacity(ArkUINodeHandle node) ResetStrokeOpacity() argument
73 SetStrokeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int unit) SetStrokeWidth() argument
81 ResetStrokeWidth(ArkUINodeHandle node) ResetStrokeWidth() argument
88 SetAntiAlias(ArkUINodeHandle node, ArkUI_Bool antiAlias) SetAntiAlias() argument
95 ResetAntiAlias(ArkUINodeHandle node) ResetAntiAlias() argument
102 SetStroke(ArkUINodeHandle node, uint32_t stroke) SetStroke() argument
109 ResetStroke(ArkUINodeHandle node) ResetStroke() argument
116 SetFill(ArkUINodeHandle node, uint32_t fill) SetFill() argument
123 ResetFill(ArkUINodeHandle node) ResetFill() argument
130 SetStrokeDashOffset(ArkUINodeHandle node, ArkUI_Float32 value, int unit) SetStrokeDashOffset() argument
138 ResetStrokeDashOffset(ArkUINodeHandle node) ResetStrokeDashOffset() argument
145 SetStrokeLineCap(ArkUINodeHandle node, int strokeLineCap) SetStrokeLineCap() argument
152 ResetStrokeLineCap(ArkUINodeHandle node) ResetStrokeLineCap() argument
159 SetStrokeLineJoin(ArkUINodeHandle node, int lineJoinStyle) SetStrokeLineJoin() argument
166 ResetStrokeLineJoin(ArkUINodeHandle node) ResetStrokeLineJoin() argument
173 SetStrokeDashArray(ArkUINodeHandle node, const ArkUI_Float32* dashArrayArray, int32_t* dimUnits, int32_t size) SetStrokeDashArray() argument
184 ResetStrokeDashArray(ArkUINodeHandle node) ResetStrokeDashArray() argument
192 SetShapeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) SetShapeWidth() argument
201 ResetShapeWidth(ArkUINodeHandle node) ResetShapeWidth() argument
208 SetShapeHeight(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) SetShapeHeight() argument
217 ResetShapeHeight(ArkUINodeHandle node) ResetShapeHeight() argument
224 SetShapeForegroundColor(ArkUINodeHandle node, ArkUI_Bool isColor, uint32_t color) SetShapeForegroundColor() argument
238 ResetShapeForegroundColor(ArkUINodeHandle node) ResetShapeForegroundColor() argument
[all...]
H A Dgauge_modifier.cpp25 void SetGaugeValue(ArkUINodeHandle node, ArkUI_Float32 value) in SetGaugeValue() argument
32 void ResetGaugeValue(ArkUINodeHandle node) in ResetGaugeValue() argument
39 void SetGaugeStartAngle(ArkUINodeHandle node, ArkUI_Float32 value) in SetGaugeStartAngle() argument
46 void ResetGaugeStartAngle(ArkUINodeHandle node) in ResetGaugeStartAngle() argument
53 void SetGaugeEndAngle(ArkUINodeHandle node, ArkUI_Float3 argument
60 ResetGaugeEndAngle(ArkUINodeHandle node) ResetGaugeEndAngle() argument
67 SetGaugeStrokeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) SetGaugeStrokeWidth() argument
75 ResetGaugeStrokeWidth(ArkUINodeHandle node) ResetGaugeStrokeWidth() argument
82 SetShadowOptions(ArkUINodeHandle node, ArkUI_Float32 radius, ArkUI_Float32 offsetX, ArkUI_Float32 offsetY, ArkUI_Bool isShadowVisible) SetShadowOptions() argument
95 ResetShadowOptions(ArkUINodeHandle node) ResetShadowOptions() argument
102 SetIsShowIndicator(ArkUINodeHandle node, ArkUI_Bool isShowIndicator) SetIsShowIndicator() argument
108 SetIndicatorIconPath(ArkUINodeHandle node, const char* iconPath, const char* bundleName, const char* moduleName) SetIndicatorIconPath() argument
128 ResetIndicatorIconPath(ArkUINodeHandle node) ResetIndicatorIconPath() argument
135 SetIndicatorSpace(ArkUINodeHandle node, const char* spaceStrValue, ArkUI_Float32 spaceValue, int32_t spaceUnit) SetIndicatorSpace() argument
153 ResetIndicatorSpace(ArkUINodeHandle node) ResetIndicatorSpace() argument
160 SetColors(ArkUINodeHandle node, const uint32_t* colors, const ArkUI_Float32* weight, uint32_t length) SetColors() argument
175 ResetColors(ArkUINodeHandle node) ResetColors() argument
200 SetGradientColors(ArkUINodeHandle node, const struct ArkUIGradientType* gradient, uint32_t weightLength) SetGradientColors() argument
233 ResetGradientColors(ArkUINodeHandle node) ResetGradientColors() argument
[all...]
H A Dnode_image_span_modifier.cpp46 void SetImageSpanVerticalAlign(ArkUINodeHandle node, int32_t value) in SetImageSpanVerticalAlign() argument
53 int32_t GetImageSpanVerticalAlign(ArkUINodeHandle node) in GetImageSpanVerticalAlign() argument
60 void ResetImageSpanVerticalAlign(ArkUINodeHandle node) in ResetImageSpanVerticalAlign() argument
67 void SetImageSpanObjectFit(ArkUINodeHandle node, int32_t value) in SetImageSpanObjectFit() argument
74 int32_t GetImageSpanObjectFit(ArkUINodeHandle node) in GetImageSpanObjectFit() argument
82 ResetImageSpanObjectFit(ArkUINodeHandle node) ResetImageSpanObjectFit() argument
89 SetImageSpanTextBackgroundStyle( ArkUINodeHandle node, ArkUI_Uint32 color, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetImageSpanTextBackgroundStyle() argument
109 ResetImageSpanTextBackgroundStyle(ArkUINodeHandle node) ResetImageSpanTextBackgroundStyle() argument
125 GetImageSpanTextBackgroundStyle(ArkUINodeHandle node, ArkUITextBackgroundStyleOptions* options) GetImageSpanTextBackgroundStyle() argument
137 SetImageSpanBaselineOffset(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) SetImageSpanBaselineOffset() argument
144 ResetImageSpanBaselineOffset(ArkUINodeHandle node) ResetImageSpanBaselineOffset() argument
151 GetImageSpanBaselineOffset(ArkUINodeHandle node, ArkUI_Int32 unit) GetImageSpanBaselineOffset() argument
158 SetImageSpanOnComplete(ArkUINodeHandle node, void *callback) SetImageSpanOnComplete() argument
170 ResetImageSpanOnComplete(ArkUINodeHandle node) ResetImageSpanOnComplete() argument
177 SetImageSpanOnError(ArkUINodeHandle node, void *callback) SetImageSpanOnError() argument
189 ResetImageSpanOnError(ArkUINodeHandle node) ResetImageSpanOnError() argument
196 SetImageSpanColorFilter(ArkUINodeHandle node, const ArkUI_Float32* array, int length) SetImageSpanColorFilter() argument
207 ResetImageSpanColorFilter(ArkUINodeHandle node) ResetImageSpanColorFilter() argument
214 SetImageSpanBorderRadius(ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetImageSpanBorderRadius() argument
231 ResetImageSpanBorderRadius(ArkUINodeHandle node) ResetImageSpanBorderRadius() argument
261 SetImageSpanOnCompleteEvent(ArkUINodeHandle node, void* extraParam) SetImageSpanOnCompleteEvent() argument
284 SetImageSpanOnErrorEvent(ArkUINodeHandle node, void* extraParam) SetImageSpanOnErrorEvent() argument
[all...]
H A Dgrid_row_modifier.cpp38 void SetAlignItems(ArkUINodeHandle node, int32_t alignItems) in SetAlignItems() argument
46 void ResetAlignItems(ArkUINodeHandle node) in ResetAlignItems() argument
90 void SetDirection(ArkUINodeHandle node, int32_t direction) in SetDirection() argument
99 void ResetDirection(ArkUINodeHandle node) in ResetDirection() argument
107 void SetBreakpoints(ArkUINodeHandle node, int32_ argument
130 ResetBreakpoints(ArkUINodeHandle node) ResetBreakpoints() argument
138 SetColumns(ArkUINodeHandle node, int32_t *containerSizeArray, int32_t size) SetColumns() argument
147 ResetColumns(ArkUINodeHandle node) ResetColumns() argument
155 SetGutter(ArkUINodeHandle node, int32_t *containerSizeArray, int32_t size) SetGutter() argument
165 ResetGutter(ArkUINodeHandle node) ResetGutter() argument
173 SetOnBreakpointChange(ArkUINodeHandle node, void* callback) SetOnBreakpointChange() argument
185 ResetOnBreakpointChange(ArkUINodeHandle node) ResetOnBreakpointChange() argument
[all...]
H A Ddata_panel_modifier.cpp29 void SetCloseEffect(ArkUINodeHandle node, ArkUI_Bool value) in SetCloseEffect() argument
36 void ResetCloseEffect(ArkUINodeHandle node) in ResetCloseEffect() argument
43 void SetDataPanelTrackBackgroundColor(ArkUINodeHandle node, uint32_t value) in SetDataPanelTrackBackgroundColor() argument
50 void ResetDataPanelTrackBackgroundColor(ArkUINodeHandle node) in ResetDataPanelTrackBackgroundColor() argument
57 void SetDataPanelStrokeWidth(ArkUINodeHandle node, ArkUI_Float3 argument
65 ResetDataPanelStrokeWidth(ArkUINodeHandle node) ResetDataPanelStrokeWidth() argument
96 SetValueColors(ArkUINodeHandle node, const struct ArkUIGradientType* gradient) SetValueColors() argument
121 ResetValueColors(ArkUINodeHandle node) ResetValueColors() argument
130 SetTrackShadow(ArkUINodeHandle node, const struct ArkUIGradientType* gradient, ArkUI_Float32 radius, ArkUI_Float32 offsetX, ArkUI_Float32 offsetY) SetTrackShadow() argument
163 SetNullTrackShadow(ArkUINodeHandle node) SetNullTrackShadow() argument
172 ResetTrackShadow(ArkUINodeHandle node) ResetTrackShadow() argument
[all...]
H A Dnav_destination_modifier.cpp22 void SetHideTitleBar(ArkUINodeHandle node, ArkUI_Bool hideTitle, ArkUI_Bool animated) in SetHideTitleBar() argument
29 void ResetHideTitleBar(ArkUINodeHandle node) in ResetHideTitleBar() argument
36 void SetNavDestinationHideToolBar(ArkUINodeHandle node, ArkUI_Bool hide, ArkUI_Bool animated) in SetNavDestinationHideToolBar() argument
43 void ResetNavDestinationHideToolBar(ArkUINodeHandle node) in ResetNavDestinationHideToolBar() argument
50 void SetNavDestinationMode(ArkUINodeHandle node, int32_ argument
57 ResetNavDestinationMode(ArkUINodeHandle node) ResetNavDestinationMode() argument
64 SetIgnoreLayoutSafeArea(ArkUINodeHandle node, const char* typeStr, const char* edgesStr) SetIgnoreLayoutSafeArea() argument
100 ResetIgnoreLayoutSafeArea(ArkUINodeHandle node) ResetIgnoreLayoutSafeArea() argument
110 SetTitle(ArkUINodeHandle node, ArkUINavigationTitleInfo titleInfo, ArkUINavigationTitlebarOptions options) SetTitle() argument
143 ResetTitle(ArkUINodeHandle node) ResetTitle() argument
153 SetMenus(ArkUINodeHandle node, ArkUIBarItem* items, ArkUI_Uint32 length) SetMenus() argument
183 ResetMenus(ArkUINodeHandle node) ResetMenus() argument
191 SetMenuItemAction(ArkUINodeHandle node, void* action, ArkUI_Uint32 index) SetMenuItemAction() argument
199 SetMenuItemSymbol(ArkUINodeHandle node, void* symbol, ArkUI_Uint32 index) SetMenuItemSymbol() argument
207 SetNavDestinationRecoverable(ArkUINodeHandle node, ArkUI_Bool recoverable) SetNavDestinationRecoverable() argument
214 ResetNavDestinationRecoverable(ArkUINodeHandle node) ResetNavDestinationRecoverable() argument
[all...]
H A Dmenu_modifier.cpp51 void SetMenuDivider(ArkUINodeHandle node, ArkUIMenuDividerOptions* dividerInfo, bool isGroupDivider) in SetMenuDivider() argument
71 void ResetMenuDivider(ArkUINodeHandle node, bool isGroupDivider) in ResetMenuDivider() argument
87 void SetMenuFontColor(ArkUINodeHandle node, uint32_t color) in SetMenuFontColor() argument
94 void ResetMenuFontColor(ArkUINodeHandle node) in ResetMenuFontColor() argument
102 void SetMenuFont(ArkUINodeHandle node, cons argument
139 ResetMenuFont(ArkUINodeHandle node) ResetMenuFont() argument
151 ResetRadius(ArkUINodeHandle node) ResetRadius() argument
158 SetRadius(ArkUINodeHandle node, const ArkUI_Float32* values, const int32_t* units) SetRadius() argument
176 SetMenuWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) SetMenuWidth() argument
184 ResetMenuWidth(ArkUINodeHandle node) ResetMenuWidth() argument
192 SetMenuItemDivider(ArkUINodeHandle node, ArkUIMenuDividerOptions* menuItemDividerInfo) SetMenuItemDivider() argument
197 ResetMenuItemDivider(ArkUINodeHandle node) ResetMenuItemDivider() argument
202 SetMenuItemGroupDivider(ArkUINodeHandle node, ArkUIMenuDividerOptions* menuItemGroupDividerInfo) SetMenuItemGroupDivider() argument
207 ResetMenuItemGroupDivider(ArkUINodeHandle node) ResetMenuItemGroupDivider() argument
212 SetSubMenuExpandingMode(ArkUINodeHandle node, ArkUI_Int32 modeParam) SetSubMenuExpandingMode() argument
221 ResetSubMenuExpandingMode(ArkUINodeHandle node) ResetSubMenuExpandingMode() argument
[all...]
H A Dmenu_item_modifier.cpp28 void SetMenuItemSelected(ArkUINodeHandle node, ArkUI_Bool value) in SetMenuItemSelected() argument
35 void ResetMenuItemSelected(ArkUINodeHandle node) in ResetMenuItemSelected() argument
42 void SetLabelFontColor(ArkUINodeHandle node, const uint32_t color) in SetLabelFontColor() argument
49 void ResetLabelFontColor(ArkUINodeHandle node) in ResetLabelFontColor() argument
57 void SetContentFontColor(ArkUINodeHandle node, cons argument
64 ResetContentFontColor(ArkUINodeHandle node) ResetContentFontColor() argument
72 SetLabelFont(ArkUINodeHandle node, const char* fontInfo, int32_t styleVal) SetLabelFont() argument
108 ResetLabelFont(ArkUINodeHandle node) ResetLabelFont() argument
120 SetContentFont(ArkUINodeHandle node, const char* fontInfo, int32_t styleVal) SetContentFont() argument
157 ResetContentFont(ArkUINodeHandle node) ResetContentFont() argument
169 SetSelectIcon(ArkUINodeHandle node, ArkUI_Bool showIcon) SetSelectIcon() argument
176 ResetSelectIcon(ArkUINodeHandle node) ResetSelectIcon() argument
183 SetSelectIconSrc(ArkUINodeHandle node, const char* iconSrc) SetSelectIconSrc() argument
194 ResetSelectIconSrc(ArkUINodeHandle node) ResetSelectIconSrc() argument
202 SetSelectIconSymbol(ArkUINodeHandle node, void* symbolFunction) SetSelectIconSymbol() argument
214 ResetSelectIconSymbol(ArkUINodeHandle node) ResetSelectIconSymbol() argument
[all...]
H A Dtext_clock_modifier.cpp29 void SetFormat(ArkUINodeHandle node, ArkUI_CharPtr format) in SetFormat() argument
36 void ResetFormat(ArkUINodeHandle node) in ResetFormat() argument
43 void SetFontColor(ArkUINodeHandle node, ArkUI_Uint32 color) in SetFontColor() argument
50 void ResetFontColor(ArkUINodeHandle node) in ResetFontColor() argument
61 void SetFontSize(ArkUINodeHandle node, ArkUI_Float3 argument
68 ResetFontSize(ArkUINodeHandle node) ResetFontSize() argument
75 SetFontStyle(ArkUINodeHandle node, ArkUI_Uint32 fontStyle) SetFontStyle() argument
82 ResetFontStyle(ArkUINodeHandle node) ResetFontStyle() argument
89 SetFontWeight(ArkUINodeHandle node, ArkUI_CharPtr fontWeight) SetFontWeight() argument
97 ResetFontWeight(ArkUINodeHandle node) ResetFontWeight() argument
104 SetFontFamily(ArkUINodeHandle node, ArkUI_CharPtr fontFamily) SetFontFamily() argument
113 ResetFontFamily(ArkUINodeHandle node) ResetFontFamily() argument
122 SetTextShadow(ArkUINodeHandle node, struct ArkUITextShadowStruct* shadows, ArkUI_Uint32 length) SetTextShadow() argument
142 ResetTextShadow(ArkUINodeHandle node) ResetTextShadow() argument
152 SetFontFeature(ArkUINodeHandle node, ArkUI_CharPtr value) SetFontFeature() argument
160 ResetFontFeature(ArkUINodeHandle node) ResetFontFeature() argument
168 SetDateTimeOptions(ArkUINodeHandle node, ArkUI_Int32 hourType) SetDateTimeOptions() argument
176 ResetDateTimeOptions(ArkUINodeHandle node) ResetDateTimeOptions() argument
184 SetTextClockTimeZoneOffset(ArkUINodeHandle node, ArkUI_Float32 timeZoneOffset) SetTextClockTimeZoneOffset() argument
[all...]
H A Dtext_timer_modifier.cpp28 void SetFontColor(ArkUINodeHandle node, ArkUI_Uint32 color) in SetFontColor() argument
35 void ResetFontColor(ArkUINodeHandle node) in ResetFontColor() argument
46 void SetFontSize(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetFontSize() argument
53 void ResetFontSize(ArkUINodeHandle node) in ResetFontSize() argument
60 void SetFontStyle(ArkUINodeHandle node, ArkUI_Uint3 argument
67 ResetFontStyle(ArkUINodeHandle node) ResetFontStyle() argument
74 SetFontWeight(ArkUINodeHandle node, ArkUI_CharPtr fontWeight) SetFontWeight() argument
82 ResetFontWeight(ArkUINodeHandle node) ResetFontWeight() argument
89 SetFontFamily(ArkUINodeHandle node, ArkUI_CharPtr fontFamily) SetFontFamily() argument
98 ResetFontFamily(ArkUINodeHandle node) ResetFontFamily() argument
105 SetFormat(ArkUINodeHandle node, ArkUI_CharPtr format) SetFormat() argument
132 ResetFormat(ArkUINodeHandle node) ResetFormat() argument
139 SetTextShadow(ArkUINodeHandle node, struct ArkUITextShadowStruct* shadows, ArkUI_Uint32 length) SetTextShadow() argument
159 ResetTextShadow(ArkUINodeHandle node) ResetTextShadow() argument
169 setTextTimerOptions(ArkUINodeHandle node, ArkUI_Bool isCountDown, ArkUI_Float64 count) setTextTimerOptions() argument
[all...]
H A Dnode_adapter_impl.cpp22 OHOS::Ace::RefPtr<OHOS::Ace::NG::LazyForEachNode> node; member
106 void NativeLazyForEachBuilder::FlushDirtyPropertyNodes(const RefPtr<UINode>& node) in FlushDirtyPropertyNodes() argument
114 void NativeLazyForEachBuilder::OnItemDeleted(UINode* node, const std::string& key) in OnItemDeleted() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.cpp242 AddSafeAreaPaddingProcessTask(FrameNode* node) AddSafeAreaPaddingProcessTask() argument
247 RemoveSafeAreaPaddingProcessTask(FrameNode* node) RemoveSafeAreaPaddingProcessTask() argument
259 auto node = *iter; FlushSafeAreaPaddingProcess() local
270 auto node = *iter; FlushSafeAreaPaddingProcess() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_node.cpp62 auto node = iter->second.Upgrade(); in GetOrCreateWindowNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp34 CustomizedCallback(ComponentSnapshot::JsCallback&& jsCallback, WeakPtr<FrameNode> node) in CustomizedCallback() argument
42 auto node = node_.Upgrade(); variable
43 CHECK_NULL_VOID(node); variable
126 void ProcessImageNode(const RefPtr<UINode>& node, st argument
143 CheckImageSuccessfullyLoad(const RefPtr<UINode>& node, int32_t& imageCount) CheckImageSuccessfullyLoad() argument
203 HandleCreateSyncNode(const RefPtr<FrameNode>& node, const RefPtr<PipelineContext>& pipeline, std::string& imageIds) HandleCreateSyncNode() argument
212 GetRsNode(const RefPtr<FrameNode>& node) GetRsNode() argument
223 auto node = Inspector::GetFrameNodeByKey(componentId); Get() local
285 auto node = AceType::DynamicCast<FrameNode>(customNode); Create() local
328 PostDelayedTaskOfBuiler(const RefPtr<TaskExecutor>& executor, JsCallback&& callback, const RefPtr<FrameNode>& node, bool enableInspector, const RefPtr<PipelineContext>& pipeline, const SnapshotParam& param) PostDelayedTaskOfBuiler() argument
341 BuilerTask(JsCallback&& callback, const RefPtr<FrameNode>& node, bool enableInspector, const RefPtr<PipelineContext>& pipeline, const SnapshotParam& param) BuilerTask() argument
377 auto node = Inspector::GetFrameNodeByKey(componentId); GetSync() local
437 auto node = AceType::DynamicCast<FrameNode>(customNode); CreateSync() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp39 auto node = ElementRegister::GetInstance()->GetSpecificItemById<ForEachNode>(nodeId); in GetOrCreateForEachNode() local
50 auto node = ForEachNode::GetOrCreateForEachNode(nodeId); in GetOrCreateRepeatNode() local
233 auto& node = tempChildrenOfRepeat_.at(fromIndex); MoveChild() local
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_napi.cpp237 ArkUI_ErrorCode OH_ArkUI_GetNavStackLength(ArkUI_NodeHandle node, int32_t* length) in OH_ArkUI_GetNavStackLength() argument
207 OH_ArkUI_GetNavigationId( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavigationId() argument
222 OH_ArkUI_GetNavDestinationName( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavDestinationName() argument
250 OH_ArkUI_GetNavDestinationNameByIndex( ArkUI_NodeHandle node, int32_t index, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavDestinationNameByIndex() argument
265 OH_ArkUI_GetNavDestinationId( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavDestinationId() argument
280 OH_ArkUI_GetNavDestinationState(ArkUI_NodeHandle node, ArkUI_NavDestinationState* state) OH_ArkUI_GetNavDestinationState() argument
297 OH_ArkUI_GetNavDestinationIndex(ArkUI_NodeHandle node, int32_t* index) OH_ArkUI_GetNavDestinationIndex() argument
314 OH_ArkUI_GetNavDestinationParam(ArkUI_NodeHandle node) OH_ArkUI_GetNavDestinationParam() argument
324 OH_ArkUI_GetRouterPageIndex(ArkUI_NodeHandle node, int32_t* index) OH_ArkUI_GetRouterPageIndex() argument
341 OH_ArkUI_GetRouterPageName( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetRouterPageName() argument
356 OH_ArkUI_GetRouterPagePath( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetRouterPagePath() argument
371 OH_ArkUI_GetRouterPageState(ArkUI_NodeHandle node, ArkUI_RouterPageState* state) OH_ArkUI_GetRouterPageState() argument
388 OH_ArkUI_GetRouterPageId( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetRouterPageId() argument
[all...]
H A Dnode_extened.cpp34 void NodeAddExtraData(ArkUI_NodeHandle node, ArkUI_NodeCustomEventType eventType, int32_t targetId, void* userData) in NodeAddExtraData() argument
52 int32_t RegisterNodeCustomEvent(ArkUI_NodeHandle node, ArkUI_NodeCustomEventType eventType, int32_t targetId, void* userData) in RegisterNodeCustomEvent() argument
100 NodeRemoveExtraData(ArkUI_NodeHandle node, ArkUI_NodeCustomEventType eventType) NodeRemoveExtraData() argument
116 UnregisterNodeCustomEvent(ArkUI_NodeHandle node, ArkUI_NodeCustomEventType eventType) UnregisterNodeCustomEvent() argument
241 SetMeasuredSize(ArkUI_NodeHandle node, int32_t width, int32_t height) SetMeasuredSize() argument
252 SetLayoutPosition(ArkUI_NodeHandle node, int32_t positionX, int32_t positionY) SetLayoutPosition() argument
263 GetLayoutConstraint(ArkUI_NodeHandle node, ArkUI_LayoutConstraint* layoutConstraint) GetLayoutConstraint() argument
287 GetMeasuredSize(ArkUI_NodeHandle node) GetMeasuredSize() argument
299 GetLayoutPosition(ArkUI_NodeHandle node) GetLayoutPosition() argument
311 MeasureNode(ArkUI_NodeHandle node, ArkUI_LayoutConstraint* constraint) MeasureNode() argument
335 LayoutNode(ArkUI_NodeHandle node, int32_t positionX, int32_t positionY) LayoutNode() argument
351 GetTotalChildCount(ArkUI_NodeHandle node) GetTotalChildCount() argument
360 GetChildAt(ArkUI_NodeHandle node, int32_t position) GetChildAt() argument
374 GetFirstChild(ArkUI_NodeHandle node) GetFirstChild() argument
388 GetLastChild(ArkUI_NodeHandle node) GetLastChild() argument
402 GetPreviousSibling(ArkUI_NodeHandle node) GetPreviousSibling() argument
416 GetNextSibling(ArkUI_NodeHandle node) GetNextSibling() argument
430 GetParent(ArkUI_NodeHandle node) GetParent() argument
[all...]
H A Dlist_option.cpp40 void OH_ArkUI_ListItemSwipeActionItem_SetContent(ArkUI_ListItemSwipeActionItem* item, ArkUI_NodeHandle node) in OH_ArkUI_ListItemSwipeActionItem_SetContent() argument
168 int32_t OH_ArkUI_List_CloseAllSwipeActions(ArkUI_NodeHandle node, void* userData, void (*onFinish)(void* userData)) in OH_ArkUI_List_CloseAllSwipeActions() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_element.cpp155 bool ListElement::IsAncestor(const RefPtr<Element>& parent, const RefPtr<Element>& node) in IsAncestor() argument
169 int32_t ListElement::GetRealElementIndex(const RefPtr<FocusNode>& node) in GetRealElementIndex() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_helper.h401 static void DumpElements(const RefPtr<Element>& node, in DumpElements() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model_ng.cpp62 auto node = AceType::Claim(frameNode); in InitXComponent() local
128 auto node = AceType::Claim(frameNode); in SetOnLoad() local
162 auto node = AceType::Claim(frameNode); in SetOnDestroy() local
172 void XComponentModelNG::RegisterOnCreate(const RefPtr<AceType>& node, LoadEvent&& onLoad) in RegisterOnCreate() argument
185 void XComponentModelNG::RegisterOnDestroy(const RefPtr<AceType>& node, DestroyEvent&& onDestroy) in RegisterOnDestroy() argument
393 auto node = AceType::Claim(frameNode); EnableAnalyzer() local
427 auto node = AceType::Claim(frameNode); SetControllerOnCreated() local
440 auto node = AceType::Claim(frameNode); SetControllerOnChanged() local
453 auto node = AceType::Claim(frameNode); SetControllerOnDestroyed() local
466 auto node = AceType::Claim(frameNode); SetDetachCallback() local
479 auto node = AceType::Claim(frameNode); SetImageAIOptions() local
[all...]

Completed in 16 milliseconds

1...<<61626364656667686970>>...129