Home
last modified time | relevance | path

Searched refs:DeleteSnapshot (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Dobject_service_proxy.h44 int32_t DeleteSnapshot(const std::string &bundleName, const std::string &sessionId) override;
H A Dobject_service.h42 virtual int32_t DeleteSnapshot(const std::string &bundleName, const std::string &sessionId) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.h40 int32_t DeleteSnapshot(const std::string &bundleName, const std::string &sessionId) override;
H A Dobject_service_impl.cpp248 int32_t ObjectServiceImpl::DeleteSnapshot(const std::string &bundleName, const std::string &sessionId) in DeleteSnapshot() function in OHOS::DistributedObject::ObjectServiceImpl
255 ObjectStoreManager::GetInstance()->DeleteSnapshot(bundleName, sessionId); in DeleteSnapshot()
H A Dobject_service_stub.cpp176 int32_t status = DeleteSnapshot(bundleName, sessionId); in OnDeleteSnapshot()
H A Dobject_manager.h110 void DeleteSnapshot(const std::string &bundleName, const std::string &sessionId);
H A Dobject_manager.cpp1248 void ObjectStoreManager::DeleteSnapshot(const std::string& bundleName, const std::string& sessionId) in DeleteSnapshot() function in OHOS::DistributedObject::ObjectStoreManager
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dflat_object_store.h48 int32_t DeleteSnapshot(const std::string &bundleName, const std::string &sessionId);
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_store.cpp139 cacheManager_->DeleteSnapshot(bundleName_, sessionId); in Delete()
542 int32_t CacheManager::DeleteSnapshot(const std::string &bundleName, const std::string &sessionId) in DeleteSnapshot() function in OHOS::ObjectStore::CacheManager
549 int32_t status = proxy->DeleteSnapshot(bundleName, sessionId); in DeleteSnapshot()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_service_proxy.cpp243 int32_t ObjectServiceProxy::DeleteSnapshot(const std::string &bundleName, const std::string &sessionId) in DeleteSnapshot() function in OHOS::DistributedObject::ObjectServiceProxy
260 LOG_ERROR("DeleteSnapshot remoteObject is nullptr."); in DeleteSnapshot()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_manager_test.cpp436 * @tc.desc: DeleteSnapshot test.
448 manager->DeleteSnapshot(bundleName_, sessionId_); in HWTEST_F()
453 manager->DeleteSnapshot(bundleName_, sessionId_); in HWTEST_F()

Completed in 10 milliseconds