Searched refs:restoreExInfo (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/ |
H A D | medialibrary_backup_clone_test.cpp | 417 string restoreExInfo = INVALID_STR; variable 419 MEDIA_INFO_LOG("Get restoreExInfo: %{public}s", restoreExInfo.c_str()); 420 EXPECT_NE(restoreExInfo, EMPTY_STR); // upgrade is now supported 432 string restoreExInfo = INVALID_STR; variable 434 MEDIA_INFO_LOG("Get restoreExInfo: %{public}s", restoreExInfo.c_str()); 435 EXPECT_NE(restoreExInfo, EMPTY_STR); // dual clone is now supported 447 string restoreExInfo = INVALID_STR; variable 450 EXPECT_NE(restoreExInfo, EMPTY_STR); // single clone is now supported 466 string restoreExInfo = restoreService->GetRestoreExInfo(); variable 468 EXPECT_GT(restoreExInfo.size(), 0); [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | backup_restore_service.cpp | 94 const RestoreInfo &info, std::string &restoreExInfo) in StartRestoreEx() argument 100 restoreExInfo = ""; in StartRestoreEx() 106 restoreService_->StartRestoreEx(serviceBackupDir_, UPGRADE_FILE_DIR, restoreExInfo); in StartRestoreEx()
|
H A D | medialibrary_backup_napi.cpp | 42 std::string restoreExInfo; 216 block->restoreExInfo); in UvQueueWorkEx() 230 …napi_create_string_utf8(block->env, block->restoreExInfo.c_str(), NAPI_AUTO_LENGTH, &restoreExResu… in UvQueueWorkEx() 263 std::string restoreExInfo; in JSStartRestoreEx() local 279 env, context, restoreInfo, restoreExInfo, nativeDeferred }; in JSStartRestoreEx()
|
H A D | base_restore.cpp | 789 std::string &restoreExInfo) in StartRestoreEx() argument 800 restoreExInfo = GetRestoreExInfo(); in StartRestoreEx() 804 .ReportTask(restoreExInfo) in StartRestoreEx()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/src/main/ets/MediaBackupExtensionAbility/ |
H A D | MediaBackupExtensionAbility.ts | 174 let restoreExInfo: string = await this.getRestoreExInfo(sceneCode, restoreExResult); 175 console.log(TAG, `GET restoreExInfo: ${restoreExInfo}`); 177 return restoreExInfo;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | backup_restore_service.h | 42 std::string &restoreExInfo);
|
H A D | base_restore.h | 43 std::string &restoreExInfo);
|