Searched refs:I_PHONE_CLONE_RESTORE (Results 1 – 6 of 6) sorted by relevance
68 } else if (info.sceneCode == I_PHONE_CLONE_RESTORE) { in Init()69 … restoreService_ = std::make_unique<OthersCloneRestore>(I_PHONE_CLONE_RESTORE, info.mediaAppName, in Init()
81 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()
250 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()
195 } else if (sceneCode == I_PHONE_CLONE_RESTORE) { in GarbleFilePath()
29 const I_PHONE_CLONE_RESTORE : number = 3;410 return I_PHONE_CLONE_RESTORE;
40 constexpr int32_t I_PHONE_CLONE_RESTORE = 3; variable