Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp1301 Local<JSValueRef> lightUpDegreeArg = runtimeCallInfo->GetCallArgRef(2); in ParseDynamicBrightnessOption() local
1311 if (lightUpDegreeArg->IsNumber()) { in ParseDynamicBrightnessOption()
1312 lightUpDegree = lightUpDegreeArg->ToNumber(vm)->Value(); in ParseDynamicBrightnessOption()
5079 …Local<JSValueRef> lightUpDegreeArg = runtimeCallInfo->GetCallArgRef(2); // 2:index of parameter li… in SetBackgroundBrightness() local
5086 if (!ArkTSUtils::ParseJsDouble(vm, lightUpDegreeArg, lightUpDegree)) { in SetBackgroundBrightness()