Home
last modified time | relevance | path

Searched refs:isSchema (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store_resultset.cpp270 bool isSchema = reinterpret_cast<JsKVStoreResultSet*>(ctxt->native)->isSchema_; in GetEntry() local
276 ctxt->status = JSUtil::SetValue(env, entry, ctxt->output, isSchema); in GetEntry()
292 void JsKVStoreResultSet::SetSchema(bool isSchema) in SetSchema() argument
294 isSchema_ = isSchema; in SetSchema()
H A Djs_device_kv_store.cpp289 bool isSchema = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet() local
290 ctxt->resultSet->SetSchema(isSchema); in GetResultSet()
H A Djs_single_kv_store.cpp239 bool isSchema = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet() local
240 ctxt->resultSet->SetSchema(isSchema); in GetResultSet()
H A Djs_kv_store.cpp653 auto args = [notification, isSchema = isSchema_](napi_env env, int& argc, napi_value* argv) { in OnChange()
656 JSUtil::SetValue(env, notification, argv[0], isSchema); in OnChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_store_resultset.cpp280 bool isSchema = reinterpret_cast<JsKVStoreResultSet*>(ctxt->native)->isSchema_; in GetEntry() local
286 ctxt->status = JSUtil::SetValue(env, entry, ctxt->output, isSchema); in GetEntry()
302 void JsKVStoreResultSet::SetSchema(bool isSchema) in SetSchema() argument
304 isSchema_ = isSchema; in SetSchema()
H A Djs_device_kv_store.cpp262 bool isSchema = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet() local
263 ctxt->resultSet->SetSchema(isSchema); in GetResultSet()
H A Djs_single_kv_store.cpp858 auto args = [notification, isSchema = isSchema_](napi_env env, int& argc, napi_value* argv) { in OnChange()
861 JSUtil::SetValue(env, notification, argv[0], isSchema); in OnChange()
1045 bool isSchema = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet() local
1046 ctxt->resultSet->SetSchema(isSchema); in GetResultSet()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_store_resultset.h28 void SetSchema(bool isSchema);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_kv_store_resultset.h28 void SetSchema(bool isSchema);