Searched refs:DlpLinkFileAsyncContext (Results 1 – 3 of 3) sorted by relevance
372 auto* asyncContext = new (std::nothrow) DlpLinkFileAsyncContext(env); in AddDlpLinkFile()404 auto asyncContext = reinterpret_cast<DlpLinkFileAsyncContext*>(data); in AddDlpLinkFileExcute()417 auto asyncContext = reinterpret_cast<DlpLinkFileAsyncContext*>(data); in AddDlpLinkFileComplete()436 auto* asyncContext = new (std::nothrow) DlpLinkFileAsyncContext(env); in StopDlpLinkFile()468 auto asyncContext = reinterpret_cast<DlpLinkFileAsyncContext*>(data); in StopDlpLinkFileExcute()480 auto asyncContext = reinterpret_cast<DlpLinkFileAsyncContext*>(data); in StopDlpLinkFileComplete()499 auto* asyncContext = new (std::nothrow) DlpLinkFileAsyncContext(env); in RestartDlpLinkFile()531 auto asyncContext = reinterpret_cast<DlpLinkFileAsyncContext*>(data); in RestartDlpLinkFileExcute()543 auto asyncContext = reinterpret_cast<DlpLinkFileAsyncContext*>(data); in RestartDlpLinkFileComplete()562 auto* asyncContext = new (std::nothrow) DlpLinkFileAsyncContext(env); in ReplaceDlpLinkFile()[all …]
169 struct DlpLinkFileAsyncContext : public CommonAsyncContext { struct170 explicit DlpLinkFileAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in DlpLinkFileAsyncContext() argument299 …inkFileParams(const napi_env env, const napi_callback_info info, DlpLinkFileAsyncContext& asyncCon…300 …eStatusParams(const napi_env env, const napi_callback_info info, DlpLinkFileAsyncContext& asyncCon…
723 …inkFileParams(const napi_env env, const napi_callback_info info, DlpLinkFileAsyncContext& asyncCon… in GetDlpLinkFileParams()761 …eStatusParams(const napi_env env, const napi_callback_info info, DlpLinkFileAsyncContext& asyncCon… in GetLinkFileStatusParams()