Home
last modified time | relevance | path

Searched defs:exporter (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.cpp127 bool Upgrade::RegisterExporter(uint32_t version, Exporter exporter) in RegisterExporter()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp149 DistributedKv::Upgrade::Exporter exporter = [](const StoreMetaData &, DBPassword &) { in __anon5631c79e0102() variable
195 DistributedKv::Upgrade::Exporter exporter = [](const StoreMetaData &, DBPassword &) { in __anon5631c79e0302() variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp85 void BackupManager::RegisterExporter(int32_t type, Exporter exporter) in RegisterExporter()