Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_device_kv_store.cpp155 JsQuery *jsQuery = nullptr; in GetVariantArgs() local
156 …statusMsg = JSUtil::Unwrap(env, argv[pos], reinterpret_cast<void **>(&jsQuery), JsQuery::Construct… in GetVariantArgs()
157 if (jsQuery == nullptr) { in GetVariantArgs()
161 va.dataQuery = jsQuery->GetDataQuery(); in GetVariantArgs()
H A Djs_single_kv_store.cpp946 JsQuery *jsQuery = nullptr; in GetVariantArgs() local
947 …statusMsg = JSUtil::Unwrap(env, argv[0], reinterpret_cast<void **>(&jsQuery), JsQuery::Constructor… in GetVariantArgs()
948 if (jsQuery == nullptr) { in GetVariantArgs()
952 va.dataQuery = jsQuery->GetDataQuery(); in GetVariantArgs()