Searched refs:DistributedObjectStore (Results 1 - 16 of 16) sorted by relevance
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/ |
H A D | object_store_test.cpp | 130 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); in HWTEST_F() 164 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); in HWTEST_F() 186 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); in HWTEST_F() 207 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); in HWTEST_F() 241 DistributedObjectStore *objectStore = DistributedObjectStore in HWTEST_F() [all...] |
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | distributed_object_adapter.cpp | 60 ObjectStore::DistributedObjectStore::GetInstance(AVSESSION_NAME)->DeleteObject(name_); in ~DistributedObjectAdapter() 66 object_ = ObjectStore::DistributedObjectStore::GetInstance(AVSESSION_NAME)->CreateObject(name_); in CreateObject() 101 ObjectStore::DistributedObjectStore::GetInstance()->Watch( in SetCallback() 111 ObjectStore::DistributedObjectStore::GetInstance()->SetStatusNotifier( in SetDisconnectNotifier()
|
/foundation/distributeddatamgr/data_object/interfaces/innerkits/ |
H A D | distributed_objectstore.h | 31 class DistributedObjectStore { class 33 virtual ~DistributedObjectStore(){}; in ~DistributedObjectStore() 40 * @return Returns the pointer to the DistributedObjectStore class. 42 static DistributedObjectStore *GetInstance(const std::string &bundleName = "");
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/ |
H A D | js_object_wrapper.h | 28 JSObjectWrapper(DistributedObjectStore *objectStore, DistributedObject *object);
41 DistributedObjectStore *objectStore_;
|
H A D | js_watcher.h | 60 std::weak_ptr<JSWatcher> watcher, DistributedObjectStore *objectStore, DistributedObject *object);
69 DistributedObjectStore *objectStore_;
89 JSWatcher(const napi_env env, DistributedObjectStore *objectStore, DistributedObject *object);
|
H A D | js_distributedobject.h | 25 DistributedObjectStore *objectStore;
|
H A D | js_distributedobjectstore.h | 39 napi_env env, DistributedObjectStore *objectStore, DistributedObject *object, const std::string &objectId);
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer/ |
H A D | objectstore_fuzzer.cpp | 28 static DistributedObjectStore *objectStore_ = nullptr; 45 DistributedObjectStore *objectStore = nullptr; in SetUpTestCase() 47 objectStore = DistributedObjectStore::GetInstance(bundleName); in SetUpTestCase() 269 objectStore_ = DistributedObjectStore::GetInstance(bundleName); in CreateObjectV9Fuzz() 293 objectStore_ = DistributedObjectStore::GetInstance(bundleName); in GetFuzz()
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | js_distributedobjectstore.cpp | 105 napi_env env, DistributedObjectStore *objectStore, DistributedObject *object, const std::string &objectId)
in NewDistributedObject() 133 DistributedObjectStore::GetInstance(JSDistributedObjectStore::GetBundleName(env))
in NewDistributedObject() 185 DistributedObjectStore *objectInfo = DistributedObjectStore::GetInstance(bundleName);
in JSCreateObjectSync() 217 DistributedObjectStore *objectInfo =
in JSDestroyObjectSync() 218 DistributedObjectStore::GetInstance(JSDistributedObjectStore::GetBundleName(env));
in JSDestroyObjectSync()
|
H A D | notifier_impl.cpp | 31 uint32_t ret = DistributedObjectStore::GetInstance()->SetStatusNotifier(instance);
in GetInstance()
|
H A D | js_object_wrapper.cpp | 20 JSObjectWrapper::JSObjectWrapper(DistributedObjectStore *objectStore, DistributedObject *object)
in JSObjectWrapper()
|
H A D | js_watcher.cpp | 28 JSWatcher::JSWatcher(const napi_env env, DistributedObjectStore *objectStore, DistributedObject *object)
in JSWatcher() 343 std::weak_ptr<JSWatcher> watcher, DistributedObjectStore *objectStore, DistributedObject *object)
in ChangeEventListener()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | distributed_object_store_impl.cpp | 258 DistributedObjectStore *DistributedObjectStore::GetInstance(const std::string &bundleName) in GetInstance() 261 static DistributedObjectStore *instPtr = nullptr; in GetInstance()
|
/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | remote_session_syncer_impl.h | 113 DistributedObjectStore *objectStore_;
|
H A D | remote_session_syncer_impl.cpp | 54 objectStore_ = DistributedObjectStore::GetInstance("av_session"); in Init()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/ |
H A D | distributed_objectstore_impl.h | 33 class DistributedObjectStoreImpl : public DistributedObjectStore {
|
Completed in 11 milliseconds