MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getRadioState

Method getRadioState

Tactility/Source/app/wifimanage/State.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21service::wifi::RadioState State::getRadioState() const {
22 mutex.lock();
23 auto result = radioState;
24 mutex.unlock();
25 return result;
26}
27
28bool State::isScanning() const {
29 mutex.lock();

Callers 4

updateConnectToHiddenMethod · 0.45
updateNetworkListMethod · 0.45
updateScanningMethod · 0.45
updateWifiToggleMethod · 0.45

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected