Home
last modified time | relevance | path

Searched refs:callbackInfoBackup_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_backup_js.h164 std::shared_ptr<CallbackInfoBackup> callbackInfoBackup_; variable
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp711 callbackInfoBackup_ = std::make_shared<CallbackInfoBackup>(callback); in GetBackupInfo()
712 auto retParser = [jsRuntime {&jsRuntime_}, callBackInfo {callbackInfoBackup_}](napi_env env, in GetBackupInfo()