Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp1264 DistributedData::StoreDebugInfo debugMeta; in GetDebugInfo() local
1265 … isCreated = MetaDataManager::GetInstance().LoadMeta(metaData.GetDebugInfoKey(), debugMeta, true); in GetDebugInfo()
1270 for (auto &[name, fileDebug] : debugMeta.fileInfos) { in GetDebugInfo()
1288 DistributedData::StoreDebugInfo debugMeta; in SaveDebugInfo() local
1297 debugMeta.fileInfos.insert(std::pair{name, fileInfo}); in SaveDebugInfo()
1299 MetaDataManager::GetInstance().SaveMeta(metaData.GetDebugInfoKey(), debugMeta, true); in SaveDebugInfo()