Home
last modified time | relevance | path

Searched refs:SetStatusNotifier (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Ddistributed_objectstore.h109 virtual uint32_t SetStatusNotifier(std::shared_ptr<StatusNotifier> notifier) = 0;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Dnotifier_impl.cpp31 uint32_t ret = DistributedObjectStore::GetInstance()->SetStatusNotifier(instance); in GetInstance()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_store_impl.cpp193 uint32_t DistributedObjectStoreImpl::SetStatusNotifier(std::shared_ptr<StatusNotifier> notifier) in SetStatusNotifier() function in OHOS::ObjectStore::DistributedObjectStoreImpl
200 return flatObjectStore_->SetStatusNotifier(watcherProxy); in SetStatusNotifier()
H A Dflat_object_store.cpp187 uint32_t FlatObjectStore::SetStatusNotifier(std::shared_ptr<StatusWatcher> notifier) in SetStatusNotifier() function in OHOS::ObjectStore::FlatObjectStore
193 return storageEngine_->SetStatusNotifier(notifier); in SetStatusNotifier()
H A Dflat_object_storage_engine.cpp347 uint32_t FlatObjectStorageEngine::SetStatusNotifier(std::shared_ptr<StatusWatcher> watcher) in SetStatusNotifier() function in OHOS::ObjectStore::FlatObjectStorageEngine
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Ddistributed_object_adapter.cpp111 ObjectStore::DistributedObjectStore::GetInstance()->SetStatusNotifier( in SetDisconnectNotifier()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dobject_storage_engine.h65 virtual uint32_t SetStatusNotifier(std::shared_ptr<StatusWatcher> watcher) = 0;
H A Ddistributed_objectstore_impl.h43 uint32_t SetStatusNotifier(std::shared_ptr<StatusNotifier> notifier) override;
H A Dflat_object_storage_engine.h43 uint32_t SetStatusNotifier(std::shared_ptr<StatusWatcher> watcher) override;
H A Dflat_object_store.h71 uint32_t SetStatusNotifier(std::shared_ptr<StatusWatcher> sharedPtr);
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp410 uint32_t ret = objectStore->SetStatusNotifier(notifierPtr);
1579 uint32_t ret = storageEngine->SetStatusNotifier(statusNotifier);
1595 uint32_t ret = storageEngine->SetStatusNotifier(statusNotifier);
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_syncer_impl.cpp422 objectStore_->SetStatusNotifier(shared_from_this()); in RegisterDisconnectNotifier()