Searched refs:InvocationMode (Results 1 – 7 of 7) sorted by relevance
46 enum class InvocationMode { in PA_COMPONENT_EXPORT() enum106 static void PerformScan(InvocationMode invocation_mode); in PA_COMPONENT_EXPORT()108 static void PerformScanIfNeeded(InvocationMode invocation_mode); in PA_COMPONENT_EXPORT()265 instance.PerformScan(InvocationMode::kNonBlocking); in MoveToQuarantine()
1280 PCScan::Instance().PerformScan(PCScan::InvocationMode::kNonBlocking); in TaskLoop()1330 void PCScanInternal::PerformScan(PCScan::InvocationMode invocation_mode) { in PerformScan()1361 PCScan::InvocationMode::kScheduleOnlyForTesting)) { in PerformScan()1369 if (PA_LIKELY(invocation_mode == PCScan::InvocationMode::kNonBlocking)) { in PerformScan()1372 PA_SCAN_DCHECK(PCScan::InvocationMode::kBlocking == invocation_mode || in PerformScan()1373 PCScan::InvocationMode::kForcedBlocking == invocation_mode); in PerformScan()1379 PCScan::InvocationMode invocation_mode) { in PerformScanIfNeeded()1384 if (invocation_mode == PCScan::InvocationMode::kForcedBlocking || in PerformScanIfNeeded()
47 void PCScan::PerformScan(InvocationMode invocation_mode) { in PerformScan()51 void PCScan::PerformScanIfNeeded(InvocationMode invocation_mode) { in PerformScanIfNeeded()
59 void PerformScan(PCScan::InvocationMode);60 void PerformScanIfNeeded(PCScan::InvocationMode);
36 PCScan::PerformScan(PCScan::InvocationMode::kNonBlocking); in EnableScheduling()
83 PCScan::Instance().PerformScan(PCScan::InvocationMode::kBlocking); in RunPCScan()88 PCScan::InvocationMode::kScheduleOnlyForTesting); in SchedulePCScan()
72 ? PCScan::InvocationMode::kForcedBlocking in Reclaim()73 : PCScan::InvocationMode::kBlocking; in Reclaim()