| 517 | } |
| 518 | |
| 519 | void |
| 520 | Singleton::refreshDevices(void) |
| 521 | { |
| 522 | this->devices.clear(); |
| 523 | suscan_source_device_walk(walk_all_devices, static_cast<void *>(this)); |
| 524 | } |
| 525 | |
| 526 | void |
| 527 | Singleton::refreshNetworkProfiles(void) |
no test coverage detected