Home
last modified time | relevance | path

Searched refs:RevokeSave (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_impl.cpp102 uint32_t DistributedObjectImpl::RevokeSave() in RevokeSave() function in OHOS::ObjectStore::DistributedObjectImpl
104 uint32_t status = flatObjectStore_->RevokeSave(sessionId_); in RevokeSave()
H A Dflat_object_store.cpp214 uint32_t FlatObjectStore::RevokeSave(const std::string &sessionId) in RevokeSave() function in OHOS::ObjectStore::FlatObjectStore
220 return cacheManager_->RevokeSave(bundleName_, sessionId); in RevokeSave()
411 uint32_t CacheManager::RevokeSave(const std::string &bundleName, const std::string &sessionId) in RevokeSave() function in OHOS::ObjectStore::CacheManager
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dflat_object_store.h42 uint32_t RevokeSave(const std::string &bundleName, const std::string &sessionId);
73 uint32_t RevokeSave(const std::string &sessionId);
H A Ddistributed_object_impl.h38 uint32_t RevokeSave() override;
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Ddistributed_object.h147 virtual uint32_t RevokeSave() = 0;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp788 ret = object->RevokeSave();
817 ret = object->RevokeSave(); in __anonf95d8e280302()
845 uint32_t ret = object->RevokeSave();
1241 auto ret = cacheManager.RevokeSave(bundleName, sessionId);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.h86 int32_t RevokeSave(
H A Dobject_service_impl.cpp196 status = ObjectStoreManager::GetInstance()->RevokeSave(bundleName, sessionId, callback); in ObjectStoreRevokeSave()
H A Dobject_manager.cpp202 int32_t ObjectStoreManager::RevokeSave( in RevokeSave() function in OHOS::DistributedObject::ObjectStoreManager
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer/
H A Dobjectstore_fuzzer.cpp255 if (object_->RevokeSave()) { in SaveAndRevokeSaveFuzz()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobject.cpp291 uint32_t status = ctxt->wrapper->GetObject()->RevokeSave(); in JSRevokeSave()