Home
last modified time | relevance | path

Searched defs:objectStore (Results 1 – 6 of 6) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
Dobject_store_test.cpp129 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
148 auto objectStore = new DistributedObjectStoreImpl(nullptr); variable
163 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
185 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
206 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
221 auto objectStore = DistributedObjectStoreImpl(nullptr); variable
240 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
261 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
284 auto objectStore = new DistributedObjectStoreImpl(nullptr); variable
312 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
[all …]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
Djs_distributedobject.h25 DistributedObjectStore *objectStore; member
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
Djs_object_wrapper.cpp20 JSObjectWrapper::JSObjectWrapper(DistributedObjectStore *objectStore, DistributedObject *object) in JSObjectWrapper()
Djs_watcher.cpp27 JSWatcher::JSWatcher(const napi_env env, DistributedObjectStore *objectStore, DistributedObject *ob… in JSWatcher()
342 JSWatcher *watcher, DistributedObjectStore *objectStore, DistributedObject *object) in ChangeEventListener()
Djs_distributedobjectstore.cpp105 …napi_env env, DistributedObjectStore *objectStore, DistributedObject *object, const std::string &o… in NewDistributedObject()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer/
Dobjectstore_fuzzer.cpp43 DistributedObjectStore *objectStore = nullptr; in SetUpTestCase() local