Home
last modified time | relevance | path

Searched refs:GetDebugInfoKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dstore_meta_data.h87 API_EXPORT std::string GetDebugInfoKey() const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp89 MetaDataManager::GetInstance().DelMeta(meta.GetDebugInfoKey(), true); in OnUninstall()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_meta_data.cpp192 std::string StoreMetaData::GetDebugInfoKey() const in GetDebugInfoKey() function in OHOS::DistributedData::StoreMetaData
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp529 MetaDataManager::GetInstance().DelMeta(meta.GetDebugInfoKey(), true); in AccountEventChanged()
701 MetaDataManager::GetInstance().DelMeta(meta.GetDebugInfoKey(), true); in ClearAppStorage()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp686 MetaDataManager::GetInstance().DelMeta(storeMeta.GetDebugInfoKey(), true); in Delete()
1265 … isCreated = MetaDataManager::GetInstance().LoadMeta(metaData.GetDebugInfoKey(), debugMeta, true); in GetDebugInfo()
1299 MetaDataManager::GetInstance().SaveMeta(metaData.GetDebugInfoKey(), debugMeta, true); in SaveDebugInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp205 MetaDataManager::GetInstance().DelMeta(metaData.GetDebugInfoKey(), true); in Delete()