Searched refs:SetHT40Enable (Results 1 – 6 of 6) sorted by relevance
/system/connectivity/shill/supplicant/ |
D | supplicant_interface_proxy_interface.h | 61 virtual bool SetHT40Enable(const std::string& network, bool enable) = 0;
|
D | mock_supplicant_interface_proxy.h | 63 MOCK_METHOD2(SetHT40Enable, bool(const std::string& network, bool enable));
|
/system/connectivity/shill/dbus/ |
D | chromeos_supplicant_interface_proxy.h | 68 bool SetHT40Enable(const std::string& network, bool enable) override;
|
D | chromeos_supplicant_interface_proxy.cc | 327 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/ |
D | wifi.cc | 515 supplicant_interface_proxy_->SetHT40Enable(network_path, true); in ConnectTo() 657 if (!supplicant_interface_proxy_->SetHT40Enable(rpcid, enable)) { in SetHT40EnableForService()
|
D | wifi_unittest.cc | 908 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()
|