Searched refs:DlpFileAsyncContext (Results 1 – 3 of 3) sorted by relevance
156 struct DlpFileAsyncContext : public CommonAsyncContext { struct157 explicit DlpFileAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in DlpFileAsyncContext() function254 bool GetOpenDlpFileParams(const napi_env env, const napi_callback_info info, DlpFileAsyncContext& a…255 bool GetIsDlpFileParams(const napi_env env, const napi_callback_info info, DlpFileAsyncContext& asy…
158 auto* asyncContext = new (std::nothrow) DlpFileAsyncContext(env); in OpenDlpFile()163 std::unique_ptr<DlpFileAsyncContext> asyncContextPtr { asyncContext }; in OpenDlpFile()190 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in OpenDlpFileExcute()232 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in OpenDlpFileComplete()237 std::unique_ptr<DlpFileAsyncContext> asyncContextPtr { asyncContext }; in OpenDlpFileComplete()273 auto* asyncContext = new (std::nothrow) DlpFileAsyncContext(env); in IsDlpFile()278 std::unique_ptr<DlpFileAsyncContext> asyncContextPtr { asyncContext }; in IsDlpFile()305 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in IsDlpFileExcute()317 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in IsDlpFileComplete()322 std::unique_ptr<DlpFileAsyncContext> asyncContextPtr { asyncContext }; in IsDlpFileComplete()
636 bool GetOpenDlpFileParams(const napi_env env, const napi_callback_info info, DlpFileAsyncContext& a… in GetOpenDlpFileParams()663 bool GetIsDlpFileParams(const napi_env env, const napi_callback_info info, DlpFileAsyncContext& asy… in GetIsDlpFileParams()