Searched refs:GetCountInfoJson (Results 1 – 3 of 3) sorted by relevance
91 nlohmann::json GetCountInfoJson(const std::vector<std::string> &countInfoTypes);
1454 auto ret = upgrade->GetCountInfoJson(types);1469 auto ret = upgrade->GetCountInfoJson(types);1484 auto ret = upgrade->GetCountInfoJson(types);
813 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