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 D | base_restore.h | 92 SubCountInfo GetSubCountInfo(const std::string &type); 94 …nlohmann::json GetSubCountInfoJson(const std::string &type, const SubCountInfo &subCountInfo, size…
|
H A D | backup_const.h | 423 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 D | base_restore.cpp | 835 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 D | medialibrary_backup_test.cpp | 1442 SubCountInfo ret = upgrade->GetSubCountInfo(type);
|