Searched refs:UnWatch (Results 1 – 8 of 8) sorted by relevance
100 virtual uint32_t UnWatch(DistributedObject *object) = 0;
172 uint32_t DistributedObjectStoreImpl::UnWatch(DistributedObject *object) in UnWatch() function in OHOS::ObjectStore::DistributedObjectStoreImpl182 uint32_t status = flatObjectStore_->UnWatch(object->GetSessionId()); in UnWatch()
156 uint32_t FlatObjectStore::UnWatch(const std::string &sessionId) in UnWatch() function in OHOS::ObjectStore::FlatObjectStore
42 uint32_t UnWatch(DistributedObject *object) override;
70 uint32_t UnWatch(const std::string &objectId);
317 uint32_t ret = objectStore_->UnWatch(object_); in Del()332 uint32_t ret = objectStore_->UnWatch(object_); in Clear()
297 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);
428 auto ret = objectStore_->UnWatch(object_); in Destroy()