Home
last modified time | relevance | path

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

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