Searched refs:DlpLinkFileAsyncContext (Results 1 – 3 of 3) sorted by relevance
340 auto* asyncContext = new (std::nothrow) DlpLinkFileAsyncContext(env); in AddDlpLinkFile()345 std::unique_ptr<DlpLinkFileAsyncContext> asyncContextPtr { asyncContext }; in AddDlpLinkFile()372 auto asyncContext = reinterpret_cast<DlpLinkFileAsyncContext*>(data); in AddDlpLinkFileExcute()385 auto asyncContext = reinterpret_cast<DlpLinkFileAsyncContext*>(data); in AddDlpLinkFileComplete()390 std::unique_ptr<DlpLinkFileAsyncContext> asyncContextPtr { asyncContext }; in AddDlpLinkFileComplete()404 auto* asyncContext = new (std::nothrow) DlpLinkFileAsyncContext(env); in StopDlpLinkFile()409 std::unique_ptr<DlpLinkFileAsyncContext> asyncContextPtr { asyncContext }; in StopDlpLinkFile()436 auto asyncContext = reinterpret_cast<DlpLinkFileAsyncContext*>(data); in StopDlpLinkFileExcute()448 auto asyncContext = reinterpret_cast<DlpLinkFileAsyncContext*>(data); in StopDlpLinkFileComplete()453 std::unique_ptr<DlpLinkFileAsyncContext> asyncContextPtr { asyncContext }; in StopDlpLinkFileComplete()[all …]
164 struct DlpLinkFileAsyncContext : public CommonAsyncContext { struct165 explicit DlpLinkFileAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in DlpLinkFileAsyncContext() argument257 …inkFileParams(const napi_env env, const napi_callback_info info, DlpLinkFileAsyncContext& asyncCon…258 …eStatusParams(const napi_env env, const napi_callback_info info, DlpLinkFileAsyncContext& asyncCon…
695 …inkFileParams(const napi_env env, const napi_callback_info info, DlpLinkFileAsyncContext& asyncCon… in GetDlpLinkFileParams()733 …eStatusParams(const napi_env env, const napi_callback_info info, DlpLinkFileAsyncContext& asyncCon… in GetLinkFileStatusParams()