Home
last modified time | relevance | path

Searched refs:UnWatch (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Ddistributed_objectstore.h100 virtual uint32_t UnWatch(DistributedObject *object) = 0;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_store_impl.cpp172 uint32_t DistributedObjectStoreImpl::UnWatch(DistributedObject *object) in UnWatch() function in OHOS::ObjectStore::DistributedObjectStoreImpl
182 uint32_t status = flatObjectStore_->UnWatch(object->GetSessionId()); in UnWatch()
H A Dflat_object_store.cpp156 uint32_t FlatObjectStore::UnWatch(const std::string &sessionId) in UnWatch() function in OHOS::ObjectStore::FlatObjectStore
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Ddistributed_objectstore_impl.h42 uint32_t UnWatch(DistributedObject *object) override;
H A Dflat_object_store.h70 uint32_t UnWatch(const std::string &objectId);
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_watcher.cpp317 uint32_t ret = objectStore_->UnWatch(object_); in Del()
332 uint32_t ret = objectStore_->UnWatch(object_); in Clear()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp297 status = objectStore->UnWatch(object);
333 status = objectStore->UnWatch(object1);
336 status = objectStore->UnWatch(object);
388 ret = objectStore->UnWatch(object);
1171 ret = flatObjectStore->UnWatch(sessionId);
1336 uint32_t ret = objectStore->UnWatch(nullptr);
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_syncer_impl.cpp428 auto ret = objectStore_->UnWatch(object_); in Destroy()