/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_side_bar_container_bridge.cpp | 43 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetSideBarWidth() local 45 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetSideBarWidth() 61 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetSideBarWidth() local 62 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetSideBarWidth() 71 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetMinSideBarWidth() local 73 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetMinSideBarWidth() 89 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetMinSideBarWidth() local 90 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetMinSideBarWidth() 99 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetControlButton() local 108 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetControlButton() [all …]
|
H A D | arkts_native_divider_bridge.cpp | 27 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetStrokeWidth() local 29 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetStrokeWidth() 45 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetStrokeWidth() local 46 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetStrokeWidth() 55 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetLineCap() local 57 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetLineCap() 71 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetLineCap() local 81 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetColor() local 97 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetColor() local 107 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetVertical() local [all …]
|
H A D | arkts_native_scroll_bridge.cpp | 70 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetNestedScroll() local 94 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetNestedScroll() local 104 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetEnableScroll() local 116 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetEnableScroll() local 126 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetFriction() local 143 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetFriction() local 153 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetScrollSnap() local 191 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetScrollSnap() local 201 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetScrollBar() local 216 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetScrollBar() local [all …]
|
H A D | arkts_native_column_split_bridge.cpp | 29 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetResizable() local 31 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetResizable() 44 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetResizable() local 45 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetResizable() 54 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetDivider() local 57 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetDivider()
|
H A D | arkts_native_row_bridge.cpp | 25 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetAlignItems() local 27 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetAlignItems() 48 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetAlignItems() local 49 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetAlignItems() 58 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetJustifyContent() local 60 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetJustifyContent() 83 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetJustifyContent() local 84 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetJustifyContent()
|
H A D | arkts_native_scrollbar_bridge.cpp | 31 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetScrollBarEnableNestedScroll() local 33 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetScrollBarEnableNestedScroll() 45 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetScrollBarEnableNestedScroll() local 46 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetScrollBarEnableNestedScroll()
|
H A D | arkts_native_row_split_bridge.cpp | 22 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetResizable() local 24 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetResizable() 37 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetResizable() local 38 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetResizable()
|
H A D | arkts_native_scrollable_bridge.cpp | 25 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetContentClip() local 26 auto* node = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetContentClip() 48 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetContentClip() local 49 auto* node = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetContentClip()
|
H A D | arkts_native_data_panel_bridge.cpp | 253 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetCloseEffect() local 254 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetCloseEffect() 280 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetDataPanelTrackBackgroundColor() local 281 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetDataPanelTrackBackgroundColor()
|
H A D | arkts_native_progress_bridge.cpp | 555 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in SetProgressBackgroundColor() local 557 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetProgressBackgroundColor() 572 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetProgressBackgroundColor() local 573 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetProgressBackgroundColor()
|
H A D | arkts_native_water_flow_bridge.cpp | 447 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetScrollBarWidth() local 449 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetScrollBarWidth()
|
H A D | arkts_native_grid_bridge.cpp | 285 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); in SetScrollBarWidth() local 287 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetScrollBarWidth()
|
H A D | arkts_native_list_bridge.cpp | 499 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(LIST_ARG_INDEX_0); in SetListScrollBarWidth() local 501 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetListScrollBarWidth()
|
H A D | arkts_native_common_bridge.cpp | 4232 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetMarkAnchor() local 4235 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetMarkAnchor() 4258 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(0); in ResetMarkAnchor() local 4259 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetMarkAnchor() 4609 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetGridOffset() local 4611 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in SetGridOffset() 4626 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetGridOffset() local 4627 auto nativeNode = nodePtr(nativeNodeArg->ToNativePointer(vm)->Value()); in ResetGridOffset()
|