Searched refs:OnWiphyIndexReceived (Results 1 - 5 of 5) sorted by relevance

/system/connectivity/shill/wifi/
H A Dmock_wake_on_wifi.h64 MOCK_METHOD1(OnWiphyIndexReceived, void(uint32_t));
H A Dwake_on_wifi.h292 virtual void OnWiphyIndexReceived(uint32_t index);
H A Dwake_on_wifi.cc1618 void WakeOnWiFi::OnWiphyIndexReceived(uint32_t index) { function in class:shill::WakeOnWiFi
H A Dwifi.cc2408 wake_on_wifi_->OnWiphyIndexReceived(wiphy_index_);
H A Dwifi_unittest.cc4358 EXPECT_CALL(*wake_on_wifi_, OnWiphyIndexReceived(kNewWiphyNlMsg_WiphyIndex));
4623 EXPECT_CALL(*wake_on_wifi_, OnWiphyIndexReceived(_)).Times(0);

Completed in 60 milliseconds