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