Searched refs:DlpFileAsyncContext (Results 1 – 3 of 3) sorted by relevance
160 struct DlpFileAsyncContext : public CommonAsyncContext { struct161 explicit DlpFileAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in DlpFileAsyncContext() argument296 bool GetOpenDlpFileParams(const napi_env env, const napi_callback_info info, DlpFileAsyncContext& a…297 bool GetIsDlpFileParams(const napi_env env, const napi_callback_info info, DlpFileAsyncContext& asy…
181 auto* asyncContext = new (std::nothrow) DlpFileAsyncContext(env); in OpenDlpFile()186 std::unique_ptr<DlpFileAsyncContext> asyncContextPtr { asyncContext }; in OpenDlpFile()213 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in OpenDlpFileExcute()263 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in OpenDlpFileComplete()268 std::unique_ptr<DlpFileAsyncContext> asyncContextPtr { asyncContext }; in OpenDlpFileComplete()305 auto* asyncContext = new (std::nothrow) DlpFileAsyncContext(env); in IsDlpFile()310 std::unique_ptr<DlpFileAsyncContext> asyncContextPtr { asyncContext }; in IsDlpFile()337 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in IsDlpFileExcute()349 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in IsDlpFileComplete()354 std::unique_ptr<DlpFileAsyncContext> asyncContextPtr { asyncContext }; in IsDlpFileComplete()
658 bool GetOpenDlpFileParams(const napi_env env, const napi_callback_info info, DlpFileAsyncContext& a… in GetOpenDlpFileParams()691 bool GetIsDlpFileParams(const napi_env env, const napi_callback_info info, DlpFileAsyncContext& asy… in GetIsDlpFileParams()