Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_search_bridge.cpp1388 Local<JSValueRef> showCounterArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetShowCounter() local
1393 if (showCounterArg->IsBoolean()) { in SetShowCounter()
1394 showCounter = showCounterArg->BooleaValue(vm); in SetShowCounter()
H A Darkts_native_text_input_bridge.cpp1407 Local<JSValueRef> showCounterArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_1); in SetShowCounter() local
1412 if (showCounterArg->IsBoolean()) { in SetShowCounter()
1413 showCounter = showCounterArg->BooleaValue(vm); in SetShowCounter()
H A Darkts_native_text_area_bridge.cpp379 Local<JSValueRef> showCounterArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetShowCounter() local
384 if (showCounterArg->IsBoolean()) { in SetShowCounter()
385 showCounter = showCounterArg->BooleaValue(vm); in SetShowCounter()