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