Searched refs:IsValidBatchReport (Results 1 – 5 of 5) sorted by relevance
42 bool IsValidBatchReport(int count);
293 if (!IsValidBatchReport(config.triggerCond.row)) { in VerifyTriggerCondOfReportConfig()500 bool IsValidBatchReport(int count) in IsValidBatchReport() function
86 if (!IsValidPeriodReport(periodReport) || !IsValidBatchReport(batchReport)) { in SetReportPolicy()
114 if (!IsValidBatchReport(processor.batchReport)) { in ConvertReportConfig()
213 if (!GenConfigIntProp(env, config, key, row) || !IsValidBatchReport(row)) { in GenConfigBatchReportProp()