Home
last modified time | relevance | path

Searched refs:controlSizeArg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_button_bridge.cpp126 Local<JSValueRef> controlSizeArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_4); in SetOptions() local
138 if (controlSizeArg->IsNumber()) { in SetOptions()
139 controlSize = controlSizeArg->Uint32Value(vm); in SetOptions()
H A Darkts_native_select_bridge.cpp718 … Local<JSValueRef> controlSizeArg = runtimeCallInfo->GetCallArgRef(1); // 1: index of width value in SetControlSize() local
720 auto controlSize = controlSizeArg->Int32Value(vm); in SetControlSize()
721 if (!ArkTSUtils::ParseJsInteger(vm, controlSizeArg, controlSize)) { in SetControlSize()