Home
last modified time | relevance | path

Searched refs:DistributedObjectStore (Results 1 - 16 of 16) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp130 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 Ddistributed_object_adapter.cpp60 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 Ddistributed_objectstore.h31 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 Djs_object_wrapper.h28 JSObjectWrapper(DistributedObjectStore *objectStore, DistributedObject *object);
41 DistributedObjectStore *objectStore_;
H A Djs_watcher.h60 std::weak_ptr<JSWatcher> watcher, DistributedObjectStore *objectStore, DistributedObject *object);
69 DistributedObjectStore *objectStore_;
89 JSWatcher(const napi_env env, DistributedObjectStore *objectStore, DistributedObject *object);
H A Djs_distributedobject.h25 DistributedObjectStore *objectStore;
H A Djs_distributedobjectstore.h39 napi_env env, DistributedObjectStore *objectStore, DistributedObject *object, const std::string &objectId);
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer/
H A Dobjectstore_fuzzer.cpp28 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 Djs_distributedobjectstore.cpp105 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 Dnotifier_impl.cpp31 uint32_t ret = DistributedObjectStore::GetInstance()->SetStatusNotifier(instance); in GetInstance()
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 *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 Ddistributed_object_store_impl.cpp258 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 Dremote_session_syncer_impl.h113 DistributedObjectStore *objectStore_;
H A Dremote_session_syncer_impl.cpp54 objectStore_ = DistributedObjectStore::GetInstance("av_session"); in Init()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Ddistributed_objectstore_impl.h33 class DistributedObjectStoreImpl : public DistributedObjectStore {

Completed in 11 milliseconds