Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbase_restore.h91 nlohmann::json GetCountInfoJson(const std::vector<std::string> &countInfoTypes);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp1454 auto ret = upgrade->GetCountInfoJson(types);
1469 auto ret = upgrade->GetCountInfoJson(types);
1484 auto ret = upgrade->GetCountInfoJson(types);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp813 restoreExInfoJson[STAT_KEY_RESULT_INFO] = { GetErrorInfoJson(), GetCountInfoJson(STAT_TYPES) }; in GetRestoreExInfo()
829 nlohmann::json BaseRestore::GetCountInfoJson(const std::vector<std::string> &countInfoTypes) in GetCountInfoJson() function in OHOS::Media::BaseRestore