Searched refs:InvocationMode (Results 1 – 7 of 7) sorted by relevance
45 enum class InvocationMode { in PA_COMPONENT_EXPORT() enum105 static void PerformScan(InvocationMode invocation_mode); in PA_COMPONENT_EXPORT()107 static void PerformScanIfNeeded(InvocationMode invocation_mode); in PA_COMPONENT_EXPORT()266 instance.PerformScan(InvocationMode::kNonBlocking); in MoveToQuarantine()
47 void PCScan::PerformScan(InvocationMode invocation_mode) { in PerformScan()51 void PCScan::PerformScanIfNeeded(InvocationMode invocation_mode) { in PerformScanIfNeeded()
58 void PerformScan(PCScan::InvocationMode);59 void PerformScanIfNeeded(PCScan::InvocationMode);
1277 PCScan::Instance().PerformScan(PCScan::InvocationMode::kNonBlocking); in TaskLoop()1327 void PCScanInternal::PerformScan(PCScan::InvocationMode invocation_mode) { in PerformScan()1358 PCScan::InvocationMode::kScheduleOnlyForTesting)) { in PerformScan()1366 if (PA_LIKELY(invocation_mode == PCScan::InvocationMode::kNonBlocking)) { in PerformScan()1369 PA_SCAN_DCHECK(PCScan::InvocationMode::kBlocking == invocation_mode || in PerformScan()1370 PCScan::InvocationMode::kForcedBlocking == invocation_mode); in PerformScan()1376 PCScan::InvocationMode invocation_mode) { in PerformScanIfNeeded()1381 if (invocation_mode == PCScan::InvocationMode::kForcedBlocking || in PerformScanIfNeeded()
36 PCScan::PerformScan(PCScan::InvocationMode::kNonBlocking); in EnableScheduling()
81 PCScan::Instance().PerformScan(PCScan::InvocationMode::kBlocking); in RunPCScan()86 PCScan::InvocationMode::kScheduleOnlyForTesting); in SchedulePCScan()
73 ? PCScan::InvocationMode::kForcedBlocking in Reclaim()74 : PCScan::InvocationMode::kBlocking; in Reclaim()