HomeSort by relevance Sort by last modified time
    Searched refs:SetRoamThreshold (Results 1 - 10 of 10) sorted by null

  /system/connectivity/shill/supplicant/
mock_supplicant_interface_proxy.h 54 MOCK_METHOD1(SetRoamThreshold, bool(uint16_t threshold));
supplicant_interface_proxy_interface.h 51 virtual bool SetRoamThreshold(uint16_t seconds) = 0;
  /system/connectivity/shill/dbus/
chromeos_supplicant_interface_proxy.h 72 bool SetRoamThreshold(uint16_t threshold) override;
chromeos_supplicant_interface_proxy.cc 400 bool ChromeosSupplicantInterfaceProxy::SetRoamThreshold(uint16_t threshold) {
  /system/connectivity/shill/wifi/
wifi_service.h 339 bool SetRoamThreshold(const uint16_t& threshold, Error* error);
wifi.cc 225 &WiFi::SetRoamThreshold);
765 bool WiFi::SetRoamThreshold(const uint16_t& threshold, Error* /*error*/) {
768 supplicant_interface_proxy_->SetRoamThreshold(threshold);
    [all...]
wifi.h 407 bool SetRoamThreshold(const uint16_t& threshold, Error* /*error*/);
wifi_service.cc 138 &WiFiService::SetRoamThreshold,
    [all...]
wifi_service_unittest.cc 202 bool SetRoamThreshold(WiFiServiceRefPtr service, uint16_t threshold) {
203 return service->SetRoamThreshold(threshold, nullptr);
    [all...]
wifi_unittest.cc     [all...]

Completed in 244 milliseconds