Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp131 EXPECT_NE(nullptr, objectStore);
152 delete objectStore;
165 EXPECT_NE(nullptr, objectStore);
187 EXPECT_NE(nullptr, objectStore);
208 EXPECT_NE(nullptr, objectStore);
242 EXPECT_NE(nullptr, objectStore);
263 EXPECT_NE(nullptr, objectStore);
299 delete objectStore;
314 EXPECT_NE(nullptr, objectStore);
355 EXPECT_NE(nullptr, objectStore);
[all …]
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_object_wrapper.cpp20 JSObjectWrapper::JSObjectWrapper(DistributedObjectStore *objectStore, DistributedObject *object) in JSObjectWrapper() argument
21 : objectStore_(objectStore), object_(object) in JSObjectWrapper()
H A Djs_watcher.cpp28 JSWatcher::JSWatcher(const napi_env env, DistributedObjectStore *objectStore, DistributedObject *ob… in JSWatcher() argument
343 … std::weak_ptr<JSWatcher> watcher, DistributedObjectStore *objectStore, DistributedObject *object) in ChangeEventListener() argument
344 : objectStore_(objectStore), object_(object), watcher_(watcher) in ChangeEventListener()
H A Djs_distributedobjectstore.cpp105 …napi_env env, DistributedObjectStore *objectStore, DistributedObject *object, const std::string &o… in NewDistributedObject() argument
110 JSObjectWrapper *objectWrapper = new (std::nothrow) JSObjectWrapper(objectStore, object); in NewDistributedObject()
145 objectStore->NotifyCachedStatus(object->GetSessionId()); 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
47 objectStore = DistributedObjectStore::GetInstance(bundleName); in SetUpTestCase()
48 if (objectStore != nullptr) { in SetUpTestCase()
49 objectStore_ = objectStore; in SetUpTestCase()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_watcher.h60 … std::weak_ptr<JSWatcher> watcher, DistributedObjectStore *objectStore, DistributedObject *object);
89 JSWatcher(const napi_env env, DistributedObjectStore *objectStore, DistributedObject *object);
H A Djs_object_wrapper.h28 JSObjectWrapper(DistributedObjectStore *objectStore, DistributedObject *object);
H A Djs_distributedobject.h25 DistributedObjectStore *objectStore; member
H A Djs_distributedobjectstore.h39 …napi_env env, DistributedObjectStore *objectStore, DistributedObject *object, const std::string &o…