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