Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp547 callbackInfoEx_ = std::make_shared<CallbackInfoEx>(callbackEx); in OnBackup()
554 auto retParser = [jsRuntime{ &jsRuntime_ }, callbackInfoEx { callbackInfoEx_ }](napi_env envir, in CallJsOnBackupEx()
632 callbackInfoEx_ = std::make_shared<CallbackInfoEx>(callbackEx); in OnRestore()
639 …auto retParser = [jsRuntime {&jsRuntime_}, callbackInfoEx {callbackInfoEx_}](napi_env envir, napi_… in CallJSRestoreEx()
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_backup_js.h165 std::shared_ptr<CallbackInfoEx> callbackInfoEx_; variable
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_backup_js_test.cpp1048 extBackupJs->callbackInfoEx_ = std::make_shared<CallbackInfoEx>([](ErrCode, std::string){}); in __anonc3409c9d0a02()
1093 extBackupJs->callbackInfoEx_ = std::make_shared<CallbackInfoEx>([](ErrCode, std::string){}); in __anonc3409c9d0d02()
1219 extBackupJs->callbackInfoEx_ = std::make_shared<CallbackInfoEx>([](ErrCode, std::string){}); in __anonc3409c9d1402()
1264 extBackupJs->callbackInfoEx_ = std::make_shared<CallbackInfoEx>([](ErrCode, std::string){}); in __anonc3409c9d1702()