Home
last modified time | relevance | path

Searched refs:CallJSRestoreEx (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_backup_js.h155 ErrCode CallJSRestoreEx();
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_backup_js_test.cpp1216 auto ret = extBackupJs->CallJSRestoreEx();
1229 ret = extBackupJs->CallJSRestoreEx();
1242 ret = extBackupJs->CallJSRestoreEx();
1278 auto ret = extBackupJs->CallJSRestoreEx();
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp633 return CallJSRestoreEx(); in OnRestore()
636 ErrCode ExtBackupJs::CallJSRestoreEx() in CallJSRestoreEx() function in OHOS::FileManagement::Backup::ExtBackupJs