Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A Dnapi_common.h175 struct RecoverDlpFileAsyncContext : public CommonAsyncContext { struct
176 explicit RecoverDlpFileAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in RecoverDlpFileAsyncContext() function
302 const napi_env env, const napi_callback_info info, RecoverDlpFileAsyncContext& asyncContext);
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp689 auto* asyncContext = new (std::nothrow) RecoverDlpFileAsyncContext(env); in RecoverDlpFile()
694 std::unique_ptr<RecoverDlpFileAsyncContext> asyncContextPtr { asyncContext }; in RecoverDlpFile()
721 auto asyncContext = reinterpret_cast<RecoverDlpFileAsyncContext*>(data); in RecoverDlpFileExcute()
734 auto asyncContext = reinterpret_cast<RecoverDlpFileAsyncContext*>(data); in RecoverDlpFileComplete()
739 std::unique_ptr<RecoverDlpFileAsyncContext> asyncContextPtr { asyncContext }; in RecoverDlpFileComplete()
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp793 const napi_env env, const napi_callback_info info, RecoverDlpFileAsyncContext& asyncContext) in GetRecoverDlpFileParams()