Searched refs:DeleteSnapshot (Results 1 - 11 of 11) sorted by relevance
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/ |
H A D | object_service_proxy.h | 44 int32_t DeleteSnapshot(const std::string &bundleName, const std::string &sessionId) override;
|
H A D | object_service.h | 42 virtual int32_t DeleteSnapshot(const std::string &bundleName, const std::string &sessionId) = 0;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_service_impl.h | 40 int32_t DeleteSnapshot(const std::string &bundleName, const std::string &sessionId) override;
|
H A D | object_service_impl.cpp | 248 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 D | object_service_stub.cpp | 176 int32_t status = DeleteSnapshot(bundleName, sessionId); in OnDeleteSnapshot()
|
H A D | object_manager.h | 110 void DeleteSnapshot(const std::string &bundleName, const std::string &sessionId);
|
H A D | object_manager.cpp | 1248 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 D | flat_object_store.h | 48 int32_t DeleteSnapshot(const std::string &bundleName, const std::string &sessionId);
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | flat_object_store.cpp | 139 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 D | object_service_proxy.cpp | 243 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 D | object_manager_test.cpp | 436 * @tc.desc: DeleteSnapshot test. 448 manager->DeleteSnapshot(bundleName_, sessionId_); in HWTEST_F() 453 manager->DeleteSnapshot(bundleName_, sessionId_); in HWTEST_F()
|
Completed in 10 milliseconds