Home
last modified time | relevance | path

Searched refs:CallJSRestore (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.h156 ErrCode CallJSRestore();
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_backup_js_test.cpp1302 auto ret = extBackupJs->CallJSRestore();
1314 ret = extBackupJs->CallJSRestore();
1327 ret = extBackupJs->CallJSRestore();
1363 auto ret = extBackupJs->CallJSRestore();
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp673 return CallJSRestore(); in CallJSRestoreEx()
676 ErrCode ExtBackupJs::CallJSRestore() in CallJSRestore() function in OHOS::FileManagement::Backup::ExtBackupJs