Home
last modified time | relevance | path

Searched refs:roam_threshold_db_ (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_service.cc104 roam_threshold_db_(0), in WiFiService()
396 roam_threshold_db_ = static_cast<uint16_t>(stored_roam_threshold_temp); in Load()
419 static_cast<uint64_t>(roam_threshold_db_)); in Save()
444 roam_threshold_db_ = 0; in Unload()
1282 return roam_threshold_db_; in GetRoamThreshold()
1287 roam_threshold_db_ = threshold; in SetRoamThreshold()
1293 roam_threshold_db_ = 0; in ClearRoamThreshold()
Dwifi_service.h188 uint16_t roam_threshold_db() { return roam_threshold_db_; } in roam_threshold_db()
387 uint16_t roam_threshold_db_; variable
Dwifi.h393 return roam_threshold_db_; in GetRoamThreshold()
683 uint16_t roam_threshold_db_; variable
Dwifi.cc169 roam_threshold_db_(kDefaultRoamThresholdDb),
766 roam_threshold_db_ = threshold; in SetRoamThreshold()
1059 supplicant_interface_proxy_->SetRoamThreshold(roam_threshold_db_); in HandleRoam()
2344 if (!supplicant_interface_proxy_->SetRoamThreshold(roam_threshold_db_)) { in ConnectToSupplicant()
Dwifi_service_unittest.cc2265 service->roam_threshold_db_ = kRoamThreshold; in TEST_F()
2275 service->roam_threshold_db_ = 0; in TEST_F()
2284 EXPECT_EQ(kRoamThreshold, service->roam_threshold_db_); in TEST_F()
Dwifi_unittest.cc759 wifi_->roam_threshold_db_ = threshold; in SetRoamThresholdMember()