Home
last modified time | relevance | path

Searched refs:I_PHONE_CLONE_RESTORE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_restore_service.cpp68 } else if (info.sceneCode == I_PHONE_CLONE_RESTORE) { in Init()
69 … restoreService_ = std::make_unique<OthersCloneRestore>(I_PHONE_CLONE_RESTORE, info.mediaAppName, in Init()
H A Dothers_clone_restore.cpp81 if (sceneCode_ == I_PHONE_CLONE_RESTORE) { in OthersCloneRestore()
118 if (sceneCode == I_PHONE_CLONE_RESTORE) { in HandleSelectBatch()
133 if (sceneCode == I_PHONE_CLONE_RESTORE) { in HandleSelectBatch()
271 if (sceneCode == I_PHONE_CLONE_RESTORE) { in UpDateFileModifiedTime()
442 if (sceneCode_ == I_PHONE_CLONE_RESTORE) { in RestoreAudio()
538 if (sceneCode_ == I_PHONE_CLONE_RESTORE) { in RestoreAlbum()
617 if (sceneCode_ == I_PHONE_CLONE_RESTORE) { in UpdateAlbumInfo()
H A Dbase_restore.cpp250 sceneCode == I_PHONE_CLONE_RESTORE) && this->HasSameFileForDualClone(fileInfos[i])) { in GetInsertValues()
322 if (sceneCode == OTHERS_PHONE_CLONE_RESTORE || sceneCode == I_PHONE_CLONE_RESTORE) { in InsertOrientation()
H A Dbackup_file_utils.cpp195 } else if (sceneCode == I_PHONE_CLONE_RESTORE) { in GarbleFilePath()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/src/main/ets/MediaBackupExtensionAbility/
H A DMediaBackupExtensionAbility.ts29 const I_PHONE_CLONE_RESTORE : number = 3;
410 return I_PHONE_CLONE_RESTORE;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_const.h40 constexpr int32_t I_PHONE_CLONE_RESTORE = 3; variable