Searched defs:GenerateDlpFileForEnterpriseAsyncContext (Results 1 – 1 of 1) sorted by relevance
192 struct GenerateDlpFileForEnterpriseAsyncContext : public CommonAsyncContext { struct193 explicit GenerateDlpFileForEnterpriseAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in GenerateDlpFileForEnterpriseAsyncContext() function194 DlpProperty property;195 CustomProperty customProperty;196 int64_t plaintextFd = -1;197 int64_t dlpFd = -1;