Home
last modified time | relevance | path

Searched refs:isCountDownVal (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_text_timer_bridge.cpp321 Local<JSValueRef> isCountDownVal = runtimeCallInfo->GetCallArgRef(NUM_1); in SetTextTimerOptions() local
327 if (isCountDownVal->IsBoolean()) { in SetTextTimerOptions()
328 isCountDown = isCountDownVal->BooleaValue(vm); in SetTextTimerOptions()