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