/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.h | 27 static ArkUINativeModuleValue SetWidth(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue ResetWidth(ArkUIRuntimeCallInfo* runtimeCallInfo); 29 static ArkUINativeModuleValue SetHeight(ArkUIRuntimeCallInfo* runtimeCallInfo); 30 static ArkUINativeModuleValue ResetHeight(ArkUIRuntimeCallInfo* runtimeCallInfo); 35 static ArkUINativeModuleValue SetPosition(ArkUIRuntimeCallInfo* runtimeCallInfo); 53 static ArkUINativeModuleValue SetShadow(ArkUIRuntimeCallInfo* runtimeCallInfo); 61 static ArkUINativeModuleValue SetAlign(ArkUIRuntimeCallInfo* runtimeCallInfo); 69 static ArkUINativeModuleValue SetSepia(ArkUIRuntimeCallInfo* runtimeCallInfo); 81 static ArkUINativeModuleValue SetBlur(ArkUIRuntimeCallInfo* runtimeCallInfo); 199 static ArkUINativeModuleValue SetId(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_text_area_bridge.h | 24 static ArkUINativeModuleValue SetStyle(ArkUIRuntimeCallInfo* runtimeCallInfo); 25 static ArkUINativeModuleValue ResetStyle(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue SetMaxLines(ArkUIRuntimeCallInfo* runtimeCallInfo); 29 static ArkUINativeModuleValue ResetMaxLines(ArkUIRuntimeCallInfo* runtimeCallInfo); 30 static ArkUINativeModuleValue SetCopyOption(ArkUIRuntimeCallInfo* runtimeCallInfo); 38 static ArkUINativeModuleValue SetBarState(ArkUIRuntimeCallInfo* runtimeCallInfo); 86 static ArkUINativeModuleValue SetType(ArkUIRuntimeCallInfo* runtimeCallInfo); 87 static ArkUINativeModuleValue ResetType(ArkUIRuntimeCallInfo* runtimeCallInfo); 102 static ArkUINativeModuleValue SetOnCopy(ArkUIRuntimeCallInfo* runtimeCallInfo); 104 static ArkUINativeModuleValue SetOnCut(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_text_input_bridge.h | 24 static ArkUINativeModuleValue SetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 26 static ArkUINativeModuleValue SetType(ArkUIRuntimeCallInfo* runtimeCallInfo); 27 static ArkUINativeModuleValue ResetType(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue SetMaxLines(ArkUIRuntimeCallInfo* runtimeCallInfo); 29 static ArkUINativeModuleValue ResetMaxLines(ArkUIRuntimeCallInfo* runtimeCallInfo); 34 static ArkUINativeModuleValue SetCopyOption(ArkUIRuntimeCallInfo* runtimeCallInfo); 44 static ArkUINativeModuleValue SetStyle(ArkUIRuntimeCallInfo* runtimeCallInfo); 45 static ArkUINativeModuleValue ResetStyle(ArkUIRuntimeCallInfo* runtimeCallInfo); 124 static ArkUINativeModuleValue SetOnCut(ArkUIRuntimeCallInfo* runtimeCallInfo); 136 static ArkUINativeModuleValue SetText(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_text_bridge.h | 24 static ArkUINativeModuleValue SetFontWeight(ArkUIRuntimeCallInfo* runtimeCallInfo); 26 static ArkUINativeModuleValue SetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo); 27 static ArkUINativeModuleValue ResetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue SetTextAlign(ArkUIRuntimeCallInfo* runtimeCallInfo); 30 static ArkUINativeModuleValue SetFontColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 32 static ArkUINativeModuleValue SetFontSize(ArkUIRuntimeCallInfo* runtimeCallInfo); 33 static ArkUINativeModuleValue ResetFontSize(ArkUIRuntimeCallInfo* runtimeCallInfo); 40 static ArkUINativeModuleValue SetTextCase(ArkUIRuntimeCallInfo* runtimeCallInfo); 42 static ArkUINativeModuleValue SetMaxLines(ArkUIRuntimeCallInfo* runtimeCallInfo); 70 static ArkUINativeModuleValue SetFont(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_search_bridge.h | 26 static ArkUINativeModuleValue SetTextFont(ArkUIRuntimeCallInfo* runtimeCallInfo); 27 static ArkUINativeModuleValue ResetTextFont(ArkUIRuntimeCallInfo* runtimeCallInfo); 32 static ArkUINativeModuleValue SetCaretStyle(ArkUIRuntimeCallInfo* runtimeCallInfo); 42 static ArkUINativeModuleValue SetSearchIcon(ArkUIRuntimeCallInfo* runtimeCallInfo); 46 static ArkUINativeModuleValue SetFontColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 74 static ArkUINativeModuleValue SetType(ArkUIRuntimeCallInfo* runtimeCallInfo); 75 static ArkUINativeModuleValue ResetType(ArkUIRuntimeCallInfo* runtimeCallInfo); 80 static ArkUINativeModuleValue SetOnCopy(ArkUIRuntimeCallInfo* runtimeCallInfo); 82 static ArkUINativeModuleValue SetOnCut(ArkUIRuntimeCallInfo* runtimeCallInfo); 83 static ArkUINativeModuleValue ResetOnCut(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_list_bridge.h | 25 static ArkUINativeModuleValue SetEditMode(ArkUIRuntimeCallInfo* runtimeCallInfo); 26 static ArkUINativeModuleValue ResetEditMode(ArkUIRuntimeCallInfo* runtimeCallInfo); 31 static ArkUINativeModuleValue SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo); 35 static ArkUINativeModuleValue SetSticky(ArkUIRuntimeCallInfo* runtimeCallInfo); 36 static ArkUINativeModuleValue ResetSticky(ArkUIRuntimeCallInfo* runtimeCallInfo); 39 static ArkUINativeModuleValue SetFadingEdge(ArkUIRuntimeCallInfo* runtimeCallInfo); 57 static ArkUINativeModuleValue SetListLanes(ArkUIRuntimeCallInfo* runtimeCallInfo); 67 static ArkUINativeModuleValue SetDivider(ArkUIRuntimeCallInfo* runtimeCallInfo); 68 static ArkUINativeModuleValue ResetDivider(ArkUIRuntimeCallInfo* runtimeCallInfo); 75 static ArkUINativeModuleValue SetSpace(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_image_bridge.h | 25 static ArkUINativeModuleValue SetImageShowSrc(ArkUIRuntimeCallInfo *runtimeCallInfo); 26 static ArkUINativeModuleValue SetCopyOption(ArkUIRuntimeCallInfo *runtimeCallInfo); 28 static ArkUINativeModuleValue SetAutoResize(ArkUIRuntimeCallInfo *runtimeCallInfo); 32 static ArkUINativeModuleValue SetRenderMode(ArkUIRuntimeCallInfo *runtimeCallInfo); 34 static ArkUINativeModuleValue SetSyncLoad(ArkUIRuntimeCallInfo *runtimeCallInfo); 35 static ArkUINativeModuleValue ResetSyncLoad(ArkUIRuntimeCallInfo *runtimeCallInfo); 36 static ArkUINativeModuleValue SetObjectFit(ArkUIRuntimeCallInfo *runtimeCallInfo); 44 static ArkUINativeModuleValue SetFillColor(ArkUIRuntimeCallInfo *runtimeCallInfo); 46 static ArkUINativeModuleValue SetAlt(ArkUIRuntimeCallInfo *runtimeCallInfo); 47 static ArkUINativeModuleValue ResetAlt(ArkUIRuntimeCallInfo *runtimeCallInfo); [all …]
|
H A D | arkts_native_xcomponent_bridge.h | 35 static ArkUINativeModuleValue SetOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo); 36 static ArkUINativeModuleValue ResetOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo); 43 static ArkUINativeModuleValue SetBlur(ArkUIRuntimeCallInfo* runtimeCallInfo); 44 static ArkUINativeModuleValue ResetBlur(ArkUIRuntimeCallInfo* runtimeCallInfo); 55 static ArkUINativeModuleValue SetInvert(ArkUIRuntimeCallInfo* runtimeCallInfo); 57 static ArkUINativeModuleValue SetSepia(ArkUIRuntimeCallInfo* runtimeCallInfo); 58 static ArkUINativeModuleValue ResetSepia(ArkUIRuntimeCallInfo* runtimeCallInfo); 71 static ArkUINativeModuleValue SetOnLoad(ArkUIRuntimeCallInfo* runtimeCallInfo); 84 static void SetControllerCallback(ArkUIRuntimeCallInfo *runtimeCallInfo); 85 static void HandleImageAIOptions(ArkUIRuntimeCallInfo *runtimeCallInfo); [all …]
|
H A D | arkts_native_swiper_bridge.h | 24 static ArkUINativeModuleValue SetSwiperInitialize(ArkUIRuntimeCallInfo* runtimeCallInfo); 26 static ArkUINativeModuleValue SetSwiperNextMargin(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue SetSwiperPrevMargin(ArkUIRuntimeCallInfo* runtimeCallInfo); 36 static ArkUINativeModuleValue SetSwiperCurve(ArkUIRuntimeCallInfo* runtimeCallInfo); 37 static ArkUINativeModuleValue ResetSwiperCurve(ArkUIRuntimeCallInfo* runtimeCallInfo); 50 static ArkUINativeModuleValue SetSwiperLoop(ArkUIRuntimeCallInfo* runtimeCallInfo); 51 static ArkUINativeModuleValue ResetSwiperLoop(ArkUIRuntimeCallInfo* runtimeCallInfo); 56 static ArkUINativeModuleValue SetSwiperIndex(ArkUIRuntimeCallInfo* runtimeCallInfo); 57 static ArkUINativeModuleValue ResetSwiperIndex(ArkUIRuntimeCallInfo* runtimeCallInfo); 62 static ArkUINativeModuleValue SetSwiperEnabled(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_alphabet_indexer_bridge.h | 24 static ArkUINativeModuleValue SetPopupItemFont(ArkUIRuntimeCallInfo* runtimeCallInfo); 26 static ArkUINativeModuleValue SetSelectedFont(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue SetPopupFont(ArkUIRuntimeCallInfo* runtimeCallInfo); 29 static ArkUINativeModuleValue ResetPopupFont(ArkUIRuntimeCallInfo* runtimeCallInfo); 30 static ArkUINativeModuleValue SetFont(ArkUIRuntimeCallInfo* runtimeCallInfo); 31 static ArkUINativeModuleValue ResetFont(ArkUIRuntimeCallInfo* runtimeCallInfo); 34 static ArkUINativeModuleValue SetColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 35 static ArkUINativeModuleValue ResetColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 36 static ArkUINativeModuleValue SetPopupColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 52 static ArkUINativeModuleValue SetSelected(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_grid_bridge.h | 26 static ArkUINativeModuleValue SetRowsTemplate(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue SetColumnsGap(ArkUIRuntimeCallInfo* runtimeCallInfo); 30 static ArkUINativeModuleValue SetRowsGap(ArkUIRuntimeCallInfo* runtimeCallInfo); 31 static ArkUINativeModuleValue ResetRowsGap(ArkUIRuntimeCallInfo* runtimeCallInfo); 32 static ArkUINativeModuleValue SetScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo); 33 static ArkUINativeModuleValue ResetScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo); 40 static ArkUINativeModuleValue SetEditMode(ArkUIRuntimeCallInfo* runtimeCallInfo); 41 static ArkUINativeModuleValue ResetEditMode(ArkUIRuntimeCallInfo* runtimeCallInfo); 44 static ArkUINativeModuleValue SetMaxCount(ArkUIRuntimeCallInfo* runtimeCallInfo); 46 static ArkUINativeModuleValue SetMinCount(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_frame_node_bridge.h | 25 static ArkUINodeHandle GetFrameNode(ArkUIRuntimeCallInfo* runtimeCallInfo); 30 static int GetInstanceId(ArkUIRuntimeCallInfo* runtimeCallInfo); 47 static ArkUINativeModuleValue Invalidate(ArkUIRuntimeCallInfo* runtimeCallInfo); 53 static ArkUINativeModuleValue GetChild(ArkUIRuntimeCallInfo* runtimeCallInfo); 54 static ArkUINativeModuleValue GetFirst(ArkUIRuntimeCallInfo* runtimeCallInfo); 57 static ArkUINativeModuleValue GetParent(ArkUIRuntimeCallInfo* runtimeCallInfo); 59 static ArkUINativeModuleValue SetOnClick(ArkUIRuntimeCallInfo* runtimeCallInfo); 60 static ArkUINativeModuleValue SetOnTouch(ArkUIRuntimeCallInfo* runtimeCallInfo); 65 static ArkUINativeModuleValue SetOnBlur(ArkUIRuntimeCallInfo* runtimeCallInfo); 83 static ArkUINativeModuleValue GetId(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_scroll_bridge.h | 24 static ArkUINativeModuleValue SetNestedScroll(ArkUIRuntimeCallInfo* runtimeCallInfo); 26 static ArkUINativeModuleValue SetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue SetFriction(ArkUIRuntimeCallInfo* runtimeCallInfo); 29 static ArkUINativeModuleValue ResetFriction(ArkUIRuntimeCallInfo* runtimeCallInfo); 30 static ArkUINativeModuleValue SetScrollSnap(ArkUIRuntimeCallInfo* runtimeCallInfo); 31 static ArkUINativeModuleValue ResetScrollSnap(ArkUIRuntimeCallInfo* runtimeCallInfo); 32 static ArkUINativeModuleValue SetScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo); 33 static ArkUINativeModuleValue ResetScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo); 34 static ArkUINativeModuleValue SetScrollable(ArkUIRuntimeCallInfo* runtimeCallInfo); 40 static ArkUINativeModuleValue SetEdgeEffect(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_tabs_bridge.h | 25 static ArkUINativeModuleValue SetTabBarMode(ArkUIRuntimeCallInfo* runtimeCallInfo); 27 static ArkUINativeModuleValue SetBarGridAlign(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue SetDivider(ArkUIRuntimeCallInfo* runtimeCallInfo); 29 static ArkUINativeModuleValue SetFadingEdge(ArkUIRuntimeCallInfo* runtimeCallInfo); 32 static ArkUINativeModuleValue SetBarOverlap(ArkUIRuntimeCallInfo* runtimeCallInfo); 33 static ArkUINativeModuleValue SetIsVertical(ArkUIRuntimeCallInfo* runtimeCallInfo); 35 static ArkUINativeModuleValue SetScrollable(ArkUIRuntimeCallInfo* runtimeCallInfo); 36 static ArkUINativeModuleValue SetTabBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo); 44 static ArkUINativeModuleValue ResetDivider(ArkUIRuntimeCallInfo* runtimeCallInfo); 57 static ArkUINativeModuleValue SetTabClip(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_select_bridge.h | 25 static ArkUINativeModuleValue SetSpace(ArkUIRuntimeCallInfo* runtimeCallInfo); 26 static ArkUINativeModuleValue SetValue(ArkUIRuntimeCallInfo* runtimeCallInfo); 27 static ArkUINativeModuleValue SetSelected(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue SetFontColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 34 static ArkUINativeModuleValue SetFont(ArkUIRuntimeCallInfo* runtimeCallInfo); 38 static ArkUINativeModuleValue ResetSpace(ArkUIRuntimeCallInfo* runtimeCallInfo); 39 static ArkUINativeModuleValue ResetValue(ArkUIRuntimeCallInfo* runtimeCallInfo); 47 static ArkUINativeModuleValue ResetFont(ArkUIRuntimeCallInfo* runtimeCallInfo); 55 static ArkUINativeModuleValue SetWidth(ArkUIRuntimeCallInfo* runtimeCallInfo); 57 static ArkUINativeModuleValue SetHeight(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_render_node_bridge.cpp | 42 EcmaVM* vm = runtimeCallInfo->GetVM(); in SetRectShape() 66 EcmaVM* vm = runtimeCallInfo->GetVM(); in SetCircleShape() 89 EcmaVM* vm = runtimeCallInfo->GetVM(); in SetRoundRectShape() 130 EcmaVM* vm = runtimeCallInfo->GetVM(); in SetOvalShape() 154 EcmaVM* vm = runtimeCallInfo->GetVM(); in SetCommandPathShape() 180 EcmaVM* vm = runtimeCallInfo->GetVM(); in CreateRenderNode() 244 EcmaVM* vm = runtimeCallInfo->GetVM(); in SetOnDraw() 264 EcmaVM* vm = runtimeCallInfo->GetVM(); in AppendChild() 275 EcmaVM* vm = runtimeCallInfo->GetVM(); in InsertChildAfter() 292 EcmaVM* vm = runtimeCallInfo->GetVM(); in RemoveChild() [all …]
|
H A D | arkts_native_button_bridge.h | 25 static ArkUINativeModuleValue SetLabel(ArkUIRuntimeCallInfo* runtimeCallInfo); 26 static ArkUINativeModuleValue ResetLabel(ArkUIRuntimeCallInfo* runtimeCallInfo); 27 static ArkUINativeModuleValue SetOptions(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue ResetOptions(ArkUIRuntimeCallInfo* runtimeCallInfo); 29 static ArkUINativeModuleValue SetType(ArkUIRuntimeCallInfo* runtimeCallInfo); 30 static ArkUINativeModuleValue ResetType(ArkUIRuntimeCallInfo* runtimeCallInfo); 33 static ArkUINativeModuleValue SetFontColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 35 static ArkUINativeModuleValue SetFontSize(ArkUIRuntimeCallInfo* runtimeCallInfo); 36 static ArkUINativeModuleValue ResetFontSize(ArkUIRuntimeCallInfo* runtimeCallInfo); 37 static ArkUINativeModuleValue SetFontWeight(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_rich_editor_bridge.h | 30 static ArkUINativeModuleValue SetCopyOptions(ArkUIRuntimeCallInfo* runtimeCallInfo); 36 static ArkUINativeModuleValue SetCaretColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 39 static ArkUINativeModuleValue SetOnSelect(ArkUIRuntimeCallInfo* runtimeCallInfo); 42 static ArkUINativeModuleValue SetOnSubmit(ArkUIRuntimeCallInfo* runtimeCallInfo); 48 static ArkUINativeModuleValue SetOnReady(ArkUIRuntimeCallInfo* runtimeCallInfo); 49 static ArkUINativeModuleValue ResetOnReady(ArkUIRuntimeCallInfo* runtimeCallInfo); 59 static ArkUINativeModuleValue SetOnPaste(ArkUIRuntimeCallInfo* runtimeCallInfo); 62 static ArkUINativeModuleValue SetOnCut(ArkUIRuntimeCallInfo* runtimeCallInfo); 63 static ArkUINativeModuleValue ResetOnCut(ArkUIRuntimeCallInfo* runtimeCallInfo); 65 static ArkUINativeModuleValue SetOnCopy(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_slider_bridge.h | 24 static ArkUINativeModuleValue SetShowTips(ArkUIRuntimeCallInfo* runtimeCallInfo); 25 static ArkUINativeModuleValue ResetShowTips(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue SetBlockSize(ArkUIRuntimeCallInfo* runtimeCallInfo); 29 static ArkUINativeModuleValue ResetBlockSize(ArkUIRuntimeCallInfo* runtimeCallInfo); 32 static ArkUINativeModuleValue SetStepColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 33 static ArkUINativeModuleValue ResetStepColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 38 static ArkUINativeModuleValue SetBlockColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 42 static ArkUINativeModuleValue SetSelectColor(ArkUIRuntimeCallInfo* runtimeCallInfo); 44 static ArkUINativeModuleValue SetShowSteps(ArkUIRuntimeCallInfo* runtimeCallInfo); 46 static ArkUINativeModuleValue SetThickness(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_navigation_bridge.h | 25 static ArkUINativeModuleValue SetHideToolBar(ArkUIRuntimeCallInfo* runtimeCallInfo); 26 static ArkUINativeModuleValue ResetHideToolBar(ArkUIRuntimeCallInfo* runtimeCallInfo); 27 static ArkUINativeModuleValue SetTitleMode(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue ResetTitleMode(ArkUIRuntimeCallInfo* runtimeCallInfo); 31 static ArkUINativeModuleValue SetSubtitle(ArkUIRuntimeCallInfo* runtimeCallInfo); 32 static ArkUINativeModuleValue ResetSubtitle(ArkUIRuntimeCallInfo* runtimeCallInfo); 34 static ArkUINativeModuleValue SetHideNavBar(ArkUIRuntimeCallInfo* runtimeCallInfo); 53 static ArkUINativeModuleValue SetTitle(ArkUIRuntimeCallInfo* runtimeCallInfo); 54 static ArkUINativeModuleValue ResetTitle(ArkUIRuntimeCallInfo* runtimeCallInfo); 55 static ArkUINativeModuleValue SetMenus(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_water_flow_bridge.h | 26 static ArkUINativeModuleValue ResetRowsTemplate(ArkUIRuntimeCallInfo* runtimeCallInfo); 27 static ArkUINativeModuleValue SetRowsTemplate(ArkUIRuntimeCallInfo* runtimeCallInfo); 30 static ArkUINativeModuleValue ResetColumnsGap(ArkUIRuntimeCallInfo* runtimeCallInfo); 31 static ArkUINativeModuleValue SetColumnsGap(ArkUIRuntimeCallInfo* runtimeCallInfo); 32 static ArkUINativeModuleValue ResetRowsGap(ArkUIRuntimeCallInfo* runtimeCallInfo); 33 static ArkUINativeModuleValue SetRowsGap(ArkUIRuntimeCallInfo* runtimeCallInfo); 40 static ArkUINativeModuleValue SetFriction(ArkUIRuntimeCallInfo* runtimeCallInfo); 41 static ArkUINativeModuleValue ResetFriction(ArkUIRuntimeCallInfo* runtimeCallInfo); 42 static ArkUINativeModuleValue SetEdgeEffect(ArkUIRuntimeCallInfo* runtimeCallInfo); 44 static ArkUINativeModuleValue SetFadingEdge(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_span_bridge.h | 24 static ArkUINativeModuleValue SetSpanSrc(ArkUIRuntimeCallInfo *runtimeCallInfo); 25 static ArkUINativeModuleValue SetTextCase(ArkUIRuntimeCallInfo *runtimeCallInfo); 26 static ArkUINativeModuleValue ResetTextCase(ArkUIRuntimeCallInfo *runtimeCallInfo); 27 static ArkUINativeModuleValue SetFontWeight(ArkUIRuntimeCallInfo *runtimeCallInfo); 29 static ArkUINativeModuleValue SetLineHeight(ArkUIRuntimeCallInfo *runtimeCallInfo); 31 static ArkUINativeModuleValue SetFontStyle(ArkUIRuntimeCallInfo *runtimeCallInfo); 33 static ArkUINativeModuleValue SetFontSize(ArkUIRuntimeCallInfo *runtimeCallInfo); 34 static ArkUINativeModuleValue ResetFontSize(ArkUIRuntimeCallInfo *runtimeCallInfo); 39 static ArkUINativeModuleValue SetFontColor(ArkUIRuntimeCallInfo *runtimeCallInfo); 45 static ArkUINativeModuleValue SetFont(ArkUIRuntimeCallInfo *runtimeCallInfo); [all …]
|
H A D | arkts_native_render_node_bridge.h | 29 static ArkUINativeModuleValue AppendChild(ArkUIRuntimeCallInfo* runtimeCallInfo); 31 static ArkUINativeModuleValue RemoveChild(ArkUIRuntimeCallInfo* runtimeCallInfo); 34 static ArkUINativeModuleValue SetRotation(ArkUIRuntimeCallInfo* runtimeCallInfo); 37 static ArkUINativeModuleValue SetLabel(ArkUIRuntimeCallInfo* runtimeCallInfo); 41 static ArkUINativeModuleValue SetScale(ArkUIRuntimeCallInfo* runtimeCallInfo); 43 static ArkUINativeModuleValue SetPivot(ArkUIRuntimeCallInfo* runtimeCallInfo); 44 static ArkUINativeModuleValue SetFrame(ArkUIRuntimeCallInfo* runtimeCallInfo); 45 static ArkUINativeModuleValue SetSize(ArkUIRuntimeCallInfo* runtimeCallInfo); 46 static ArkUINativeModuleValue SetPosition(ArkUIRuntimeCallInfo* runtimeCallInfo); 47 static ArkUINativeModuleValue SetOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_common_shape_bridge.h | 27 static ArkUINativeModuleValue SetStroke(ArkUIRuntimeCallInfo* runtimeCallInfo); 28 static ArkUINativeModuleValue ResetStroke(ArkUIRuntimeCallInfo* runtimeCallInfo); 29 static ArkUINativeModuleValue SetFill(ArkUIRuntimeCallInfo* runtimeCallInfo); 30 static ArkUINativeModuleValue ResetFill(ArkUIRuntimeCallInfo* runtimeCallInfo); 39 static ArkUINativeModuleValue SetFillOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo); 43 static ArkUINativeModuleValue SetStrokeWidth(ArkUIRuntimeCallInfo* runtimeCallInfo); 45 static ArkUINativeModuleValue SetAntiAlias(ArkUIRuntimeCallInfo* runtimeCallInfo); 47 static ArkUINativeModuleValue SetWidth(ArkUIRuntimeCallInfo* runtimeCallInfo); 48 static ArkUINativeModuleValue ResetWidth(ArkUIRuntimeCallInfo* runtimeCallInfo); 49 static ArkUINativeModuleValue SetHeight(ArkUIRuntimeCallInfo* runtimeCallInfo); [all …]
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 40 EcmaVM* vm = runtimeCallInfo->GetVM(); in SetPopupItemFont() 72 EcmaVM* vm = runtimeCallInfo->GetVM(); in ResetPopupItemFont() 82 EcmaVM* vm = runtimeCallInfo->GetVM(); in SetSelectedFont() 122 EcmaVM* vm = runtimeCallInfo->GetVM(); in ResetSelectedFont() 132 EcmaVM* vm = runtimeCallInfo->GetVM(); in SetPopupFont() 172 EcmaVM* vm = runtimeCallInfo->GetVM(); in ResetPopupFont() 182 EcmaVM* vm = runtimeCallInfo->GetVM(); in SetFont() 223 EcmaVM* vm = runtimeCallInfo->GetVM(); in ResetFont() 233 EcmaVM* vm = runtimeCallInfo->GetVM(); in SetPopupItemBackgroundColor() 250 EcmaVM* vm = runtimeCallInfo->GetVM(); in ResetPopupItemBackgroundColor() [all …]
|