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

Method setScanning

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

Source from the content-addressed store, hash-verified

3namespace tt::app::wifimanage {
4
5void State::setScanning(bool isScanning) {
6 mutex.lock();
7 scanning = isScanning;
8 scannedAfterRadioOn |= isScanning;
9 mutex.unlock();
10}
11
12void State::setRadioState(service::wifi::RadioState state) {
13 mutex.lock();

Callers 2

onWifiEventMethod · 0.45
onShowMethod · 0.45

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected