Searched refs:wifi_driver_hal_ (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/
H A Dmanager_unittest.cc179 manager()->wifi_driver_hal_ = &wifi_driver_hal_;
512 MockWiFiDriverHal wifi_driver_hal_; member in class:shill::ManagerTest
2350 EXPECT_CALL(wifi_driver_hal_, SetupApModeInterface()).WillOnce(Return(""));
2353 Mock::VerifyAndClearExpectations(&wifi_driver_hal_);
2359 EXPECT_CALL(wifi_driver_hal_, SetupApModeInterface())
2363 Mock::VerifyAndClearExpectations(&wifi_driver_hal_);
2375 EXPECT_CALL(wifi_driver_hal_, SetupStationModeInterface())
2379 Mock::VerifyAndClearExpectations(&wifi_driver_hal_);
2385 EXPECT_CALL(wifi_driver_hal_, SetupStationModeInterfac
[all...]
H A Dmanager.cc151 wifi_driver_hal_(WiFiDriverHal::GetInstance()),
783 string interface_name = wifi_driver_hal_->SetupApModeInterface();
795 string interface_name = wifi_driver_hal_->SetupStationModeInterface();
807 string interface_name = wifi_driver_hal_->SetupStationModeInterface();
H A Dmanager.h810 WiFiDriverHal* wifi_driver_hal_; member in class:shill::Manager

Completed in 1241 milliseconds