| 662 | |
| 663 | |
| 664 | const std::string Session::GetDeviceName() const noexcept |
| 665 | { |
| 666 | validate_vpn_backend("device_name"); |
| 667 | return be_prx->GetProperty<std::string>(be_target, "device_name"); |
| 668 | } |
| 669 | |
| 670 | |
| 671 | const bool Session::CheckACL(const std::string &caller) const noexcept |
no outgoing calls
no test coverage detected