Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ updateApRecords
Method
updateApRecords
Tactility/Source/app/wifimanage/State.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void State::updateApRecords() {
36
mutex.lock();
37
apRecords = service::wifi::getScanResults();
38
mutex.unlock();
39
}
40
41
void State::setConnectSsid(const std::string& ssid) {
42
mutex.lock();
Callers
2
onWifiEvent
Method · 0.80
onShow
Method · 0.80
Calls
3
getScanResults
Function · 0.50
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected