Searched refs:GetDlpSupportFileTypeAsyncContext (Results 1 – 2 of 2) sorted by relevance
211 struct GetDlpSupportFileTypeAsyncContext : public CommonAsyncContext { struct212 explicit GetDlpSupportFileTypeAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in GetDlpSupportFileTypeAsyncContext() function
1022 auto* asyncContext = new (std::nothrow) GetDlpSupportFileTypeAsyncContext(env); in GetDlpSupportFileType()1027 std::unique_ptr<GetDlpSupportFileTypeAsyncContext> asyncContextPtr { asyncContext }; in GetDlpSupportFileType()1054 auto asyncContext = reinterpret_cast<GetDlpSupportFileTypeAsyncContext*>(data); in GetDlpSupportFileTypeExcute()1066 auto asyncContext = reinterpret_cast<GetDlpSupportFileTypeAsyncContext*>(data); in GetDlpSupportFileTypeComplete()1071 std::unique_ptr<GetDlpSupportFileTypeAsyncContext> asyncContextPtr { asyncContext }; in GetDlpSupportFileTypeComplete()