Home
last modified time | relevance | path

Searched refs:cacheShowArg (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_list_bridge.cpp182 Local<JSValueRef> cacheShowArg = runtimeCallInfo->GetCallArgRef(LIST_ARG_INDEX_2); in SetCachedCount() local
195 bool show = !cacheShowArg.IsNull() && cacheShowArg->IsTrue(); in SetCachedCount()