Home
last modified time | relevance | path

Searched refs:argShow (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_water_flow_bridge.cpp505 Local<JSValueRef> argShow = runtimeCallInfo->GetCallArgRef(NUM_2); in SetCachedCount() local
514 bool show = !argShow.IsNull() && argShow->IsTrue(); in SetCachedCount()
H A Darkts_native_grid_bridge.cpp357 Local<JSValueRef> argShow = runtimeCallInfo->GetCallArgRef(CALL_ARG_2); in SetCachedCount() local
368 bool show = !argShow.IsNull() && argShow->IsTrue(); in SetCachedCount()