Searched defs:DlpLinkFileAsyncContext (Results 1 – 1 of 1) sorted by relevance
169 struct DlpLinkFileAsyncContext : public CommonAsyncContext { struct170 explicit DlpLinkFileAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in DlpLinkFileAsyncContext() argument171 std::string linkFileName = "";172 std::shared_ptr<DlpFile> dlpFileNative = nullptr;