Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbase_restore.h92 SubCountInfo GetSubCountInfo(const std::string &type);
94 …nlohmann::json GetSubCountInfoJson(const std::string &type, const SubCountInfo &subCountInfo, size…
H A Dbackup_const.h423 struct SubCountInfo { struct
427 SubCountInfo(int64_t successCount, int64_t duplicateCount, in SubCountInfo() argument
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp835 SubCountInfo subCountInfo = GetSubCountInfo(type); in GetCountInfoJson()
844 SubCountInfo BaseRestore::GetSubCountInfo(const std::string &type) in GetSubCountInfo()
848 …return SubCountInfo(migrateFileNumber_ - migrateVideoFileNumber_, migratePhotoDuplicateNumber_, fa… in GetSubCountInfo()
851 return SubCountInfo(migrateVideoFileNumber_, migrateVideoDuplicateNumber_, failedFiles); in GetSubCountInfo()
853 return SubCountInfo(migrateAudioFileNumber_, migrateAudioDuplicateNumber_, failedFiles); in GetSubCountInfo()
867 nlohmann::json BaseRestore::GetSubCountInfoJson(const std::string &type, const SubCountInfo &subCou… in GetSubCountInfoJson()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp1442 SubCountInfo ret = upgrade->GetSubCountInfo(type);