Searched defs:DlpFileAsyncContext (Results 1 – 1 of 1) sorted by relevance
155 struct DlpFileAsyncContext : public CommonAsyncContext { struct156 explicit DlpFileAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in DlpFileAsyncContext() function170 struct RecoverDlpFileAsyncContext : public CommonAsyncContext { argument