Home
last modified time | relevance | path

Searched refs:MakeInsertValues (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Dringtone_restore_base.h39 virtual std::vector<NativeRdb::ValuesBucket> MakeInsertValues(std::vector<FileInfo> &infos);
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore_base.cpp184 vector<NativeRdb::ValuesBucket> values = MakeInsertValues(fileInfos); in InsertTones()
239 vector<NativeRdb::ValuesBucket> RingtoneRestoreBase::MakeInsertValues(std::vector<FileInfo> &fileIn… in MakeInsertValues() function in OHOS::Media::RingtoneRestoreBase