Home
last modified time | relevance | path

Searched refs:DelCache (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/permission/include/
H A Dpermit_delegate.h39 API_EXPORT void DelCache(const std::string &key);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/permission/src/
H A Dpermit_delegate.cpp158 void PermitDelegate::DelCache(const std::string &key) in DelCache() function in OHOS::DistributedData::PermitDelegate
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp90 PermitDelegate::GetInstance().DelCache(meta.GetKey()); in OnUninstall()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp530 PermitDelegate::GetInstance().DelCache(meta.GetKey()); in AccountEventChanged()
703 PermitDelegate::GetInstance().DelCache(meta.GetKey()); in ClearAppStorage()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp206 PermitDelegate::GetInstance().DelCache(metaData.GetKey()); in Delete()