Home
last modified time | relevance | path

Searched refs:GetInsertValues (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dclone_restore.h63 …std::vector<NativeRdb::ValuesBucket> GetInsertValues(int32_t sceneCode, std::vector<FileInfo> &fil…
65 …std::vector<NativeRdb::ValuesBucket> GetInsertValues(std::vector<AnalysisAlbumTbl> &analysisAlbumT…
88 std::vector<NativeRdb::ValuesBucket> GetInsertValues(std::vector<AlbumInfo> &albumInfos,
126 std::vector<NativeRdb::ValuesBucket> GetInsertValues(const std::vector<MapInfo> &mapInfos);
H A Dupgrade_restore.h87 …std::vector<NativeRdb::ValuesBucket> GetInsertValues(std::vector<PortraitAlbumInfo> &portraitAlbum…
101 …std::vector<NativeRdb::ValuesBucket> GetInsertValues(const std::vector<FaceInfo> &faceInfos, bool …
H A Dbase_restore.h67 …std::vector<NativeRdb::ValuesBucket> GetInsertValues(int32_t sceneCode, std::vector<FileInfo> &fil…
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp391 …vector<NativeRdb::ValuesBucket> values = GetInsertValues(CLONE_RESTORE_ID, fileInfos, SourceType::… in InsertPhoto()
423 vector<NativeRdb::ValuesBucket> CloneRestore::GetInsertValues(int32_t sceneCode, vector<FileInfo> &… in GetInsertValues() function in OHOS::Media::CloneRestore
1122 vector<NativeRdb::ValuesBucket> values = GetInsertValues(albumInfos, tableName); in InsertAlbum()
1137 vector<NativeRdb::ValuesBucket> CloneRestore::GetInsertValues(vector<AlbumInfo> &albumInfos, in GetInsertValues() function in OHOS::Media::CloneRestore
1690 vector<NativeRdb::ValuesBucket> values = GetInsertValues(mapInfos); in InsertMapByTable()
1703 vector<NativeRdb::ValuesBucket> CloneRestore::GetInsertValues(const vector<MapInfo> &mapInfos) in GetInsertValues() function in OHOS::Media::CloneRestore
1920 std::vector<NativeRdb::ValuesBucket> valuesBuckets = GetInsertValues(analysisAlbumTbl); in InsertPortraitAlbumByTable()
1930 std::vector<NativeRdb::ValuesBucket> CloneRestore::GetInsertValues(std::vector<AnalysisAlbumTbl> &a… in GetInsertValues() function in OHOS::Media::CloneRestore
H A Dupgrade_restore.cpp886 std::vector<NativeRdb::ValuesBucket> values = GetInsertValues(portraitAlbumInfos, isAlbum); in InsertPortraitAlbumByTable()
896 std::vector<NativeRdb::ValuesBucket> UpgradeRestore::GetInsertValues(std::vector<PortraitAlbumInfo>… in GetInsertValues() function in OHOS::Media::UpgradeRestore
1121 std::vector<NativeRdb::ValuesBucket> values = GetInsertValues(faceInfos, isMap, excludedFiles); in InsertFaceAnalysisDataByTable()
1131 std::vector<NativeRdb::ValuesBucket> UpgradeRestore::GetInsertValues(const std::vector<FaceInfo> &f… in GetInsertValues() function in OHOS::Media::UpgradeRestore
H A Dbase_restore.cpp221 vector<NativeRdb::ValuesBucket> BaseRestore::GetInsertValues(const int32_t sceneCode, std::vector<F… in GetInsertValues() function in OHOS::Media::BaseRestore
565 vector<NativeRdb::ValuesBucket> values = GetInsertValues(sceneCode, fileInfos, sourceType); in InsertPhoto()
H A Dothers_clone_restore.cpp408 …vector<NativeRdb::ValuesBucket> values = BaseRestore::GetInsertValues(sceneCode_, fileInfos, Sourc… in InsertPhoto()
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp134 OHOS::NativeRdb::ValuesBucket GetInsertValues(std::shared_ptr<TimerEntry> timerInfo, TimerPara &par… in GetInsertValues() function
194 GetInsertValues(timerInfo, paras)); in CreateTimer()
197 GetInsertValues(timerInfo, paras)); in CreateTimer()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp257 vector<NativeRdb::ValuesBucket> GetInsertValues(vector<FileInfo> &fileInfos, int32_t sourceType) in GetInsertValues() function
275 vector<NativeRdb::ValuesBucket> values = GetInsertValues(fileInfos, SourceType::PHOTOS); in InsertPhoto()