Searched refs:OnWiphyIndexReceived (Results 1 – 5 of 5) sorted by relevance
64 MOCK_METHOD1(OnWiphyIndexReceived, void(uint32_t));
292 virtual void OnWiphyIndexReceived(uint32_t index);
1618 void WakeOnWiFi::OnWiphyIndexReceived(uint32_t index) { in OnWiphyIndexReceived() function in shill::WakeOnWiFi
2408 wake_on_wifi_->OnWiphyIndexReceived(wiphy_index_); in OnNewWiphy()
4358 EXPECT_CALL(*wake_on_wifi_, OnWiphyIndexReceived(kNewWiphyNlMsg_WiphyIndex)); in TEST_F()4623 EXPECT_CALL(*wake_on_wifi_, OnWiphyIndexReceived(_)).Times(0); in TEST_F()