Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp130 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
149 auto objectStore = new DistributedObjectStoreImpl(nullptr); variable
164 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
186 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
207 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
222 auto objectStore = DistributedObjectStoreImpl(nullptr); variable
241 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
262 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
285 auto objectStore = new DistributedObjectStoreImpl(nullptr); variable
313 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable
[all …]
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_distributedobject.h25 DistributedObjectStore *objectStore; member
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_object_wrapper.cpp20 JSObjectWrapper::JSObjectWrapper(DistributedObjectStore *objectStore, DistributedObject *object) in JSObjectWrapper()
H A Djs_watcher.cpp28 JSWatcher::JSWatcher(const napi_env env, DistributedObjectStore *objectStore, DistributedObject *ob… in JSWatcher()
343 … std::weak_ptr<JSWatcher> watcher, DistributedObjectStore *objectStore, DistributedObject *object) in ChangeEventListener()
H A Djs_distributedobjectstore.cpp105 …napi_env env, DistributedObjectStore *objectStore, DistributedObject *object, const std::string &o… in NewDistributedObject()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer/
H A Dobjectstore_fuzzer.cpp45 DistributedObjectStore *objectStore = nullptr; in SetUpTestCase() local