Home
last modified time | relevance | path

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

/system/connectivity/shill/supplicant/
Dsupplicant_interface_proxy_interface.h61 virtual bool SetHT40Enable(const std::string& network, bool enable) = 0;
Dmock_supplicant_interface_proxy.h63 MOCK_METHOD2(SetHT40Enable, bool(const std::string& network, bool enable));
/system/connectivity/shill/dbus/
Dchromeos_supplicant_interface_proxy.h68 bool SetHT40Enable(const std::string& network, bool enable) override;
Dchromeos_supplicant_interface_proxy.cc327 bool ChromeosSupplicantInterfaceProxy::SetHT40Enable(const string& network, in SetHT40Enable() function in shill::ChromeosSupplicantInterfaceProxy
333 if (!interface_proxy_->SetHT40Enable(dbus::ObjectPath(network), in SetHT40Enable()
/system/connectivity/shill/wifi/
Dwifi.cc515 supplicant_interface_proxy_->SetHT40Enable(network_path, true); in ConnectTo()
657 if (!supplicant_interface_proxy_->SetHT40Enable(rpcid, enable)) { in SetHT40EnableForService()
Dwifi_unittest.cc908 SetHT40Enable(network_path, true)); in SetupConnectingService()
1978 EXPECT_CALL(*GetSupplicantInterfaceProxy(), SetHT40Enable(_, true)).Times(1); in TEST_F()
3278 EXPECT_CALL(*GetSupplicantInterfaceProxy(), SetHT40Enable(_, false)).Times(1); in TEST_F()