Searched defs:CloseDlpFileAsyncContext (Results 1 – 1 of 1) sorted by relevance
181 struct CloseDlpFileAsyncContext : public CommonAsyncContext { struct182 explicit CloseDlpFileAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in CloseDlpFileAsyncContext() argument183 std::shared_ptr<DlpFile> dlpFileNative = nullptr;