Home
last modified time | relevance | path

Searched defs:typeArg (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_panel_bridge.cpp77 Local<JSValueRef> typeArg = runtimeCallInfo->GetCallArgRef(1); in SetPanelType() local
Darkts_native_xcomponent_bridge.cpp71 auto typeArg = obj->Get(vm, typeStr); in ParseParams() local
255 Local<JSValueRef> typeArg = runtimeCallInfo->GetCallArgRef(ARG_TYPE); in SetXComponentInitialize() local
Darkts_native_span_bridge.cpp73 Local<JSValueRef> typeArg = runtimeCallInfo->GetCallArgRef(NUM_2); in ParseTextShadow() local
Darkts_native_progress_bridge.cpp645 Local<JSValueRef> typeArg = runtimeCallInfo->GetCallArgRef(4); in SetProgressInitialize() local
Darkts_native_button_bridge.cpp123 Local<JSValueRef> typeArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_1); in SetOptions() local
Darkts_native_swiper_bridge.cpp213 Local<JSValueRef> typeArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_TYPE_INDEX); in SetSwiperDisplayCount() local
Darkts_native_text_bridge.cpp616 Local<JSValueRef> typeArg = runtimeCallInfo->GetCallArgRef(NUM_2); in SetTextShadow() local
Darkts_native_text_area_bridge.cpp1656 auto typeArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetBorderStyle() local
Darkts_native_common_bridge.cpp2016 auto typeArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetBorderStyle() local
2070 auto typeArg = runtimeCallInfo->GetCallArgRef(NUM_3); in SetShadow() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_canvas_bridge.cpp259 auto typeArg = argsValue->GetArrayItem(0); in HandleJsContext() local