Home
last modified time | relevance | path

Searched refs:IsSchemaStore (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_device_kv_store.cpp114 bool isSchemaStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->IsSchemaStore(); in Get()
211 auto isSchemaStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->IsSchemaStore(); in GetEntries()
262 bool isSchema = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet()
H A Djs_single_kv_store.cpp91 bool JsSingleKVStore::IsSchemaStore() const in IsSchemaStore() function in OHOS::DistributedKVStore::JsSingleKVStore
199 bool isSchemaStore = reinterpret_cast<JsSingleKVStore *>(ctxt->native)->IsSchemaStore(); in Put()
346 auto isSchemaStore = reinterpret_cast<JsSingleKVStore *>(ctxt->native)->IsSchemaStore(); in PutBatch()
686 … std::make_shared<DataObserver>(proxy->uvQueue_, argv[1], proxy->IsSchemaStore())); in OnDataChange()
906 bool isSchemaStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->IsSchemaStore(); in Get()
995 auto isSchemaStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->IsSchemaStore(); in GetEntries()
1045 bool isSchema = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store.cpp144 bool isSchemaStore = reinterpret_cast<JsKVStore *>(ctxt->native)->IsSchemaStore(); in Put()
258 auto isSchemaStore = reinterpret_cast<JsKVStore*>(ctxt->native)->IsSchemaStore(); in PutBatch()
471 …>Subscribe(type, std::make_shared<DataObserver>(proxy->uvQueue_, argv[1], proxy->IsSchemaStore())); in OnDataChange()
636 bool JsKVStore::IsSchemaStore() const in IsSchemaStore() function in OHOS::DistributedData::JsKVStore
H A Djs_device_kv_store.cpp106 bool isSchemaStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->IsSchemaStore(); in Get()
231 auto isSchemaStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->IsSchemaStore(); in GetEntries()
289 bool isSchema = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet()
H A Djs_single_kv_store.cpp92 bool isSchemaStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->IsSchemaStore(); in Get()
186 auto isSchemaStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->IsSchemaStore(); in GetEntries()
239 bool isSchema = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_store.h63 bool IsSchemaStore() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_single_kv_store.h75 bool IsSchemaStore() const;