| 513 | } |
| 514 | |
| 515 | void Daemon::setPresentDevicePolicyMethod(DevicePolicyMethod policy) |
| 516 | { |
| 517 | USBGUARD_LOG(Debug) << "Setting PresentDevicePolicy to " << devicePolicyMethodToString(policy); |
| 518 | _present_device_policy_method = policy; |
| 519 | } |
| 520 | |
| 521 | void Daemon::setPresentControllerPolicyMethod(DevicePolicyMethod policy) |
| 522 | { |
nothing calls this directly
no outgoing calls
no test coverage detected