Home
last modified time | relevance | path

Searched refs:OnDeviceGeolocationInfoUpdated (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/
Dmock_manager.h62 MOCK_METHOD1(OnDeviceGeolocationInfoUpdated,
Dmanager.h195 virtual void OnDeviceGeolocationInfoUpdated(const DeviceRefPtr& device);
Dmanager_unittest.cc4627 manager()->OnDeviceGeolocationInfoUpdated(device); in TEST_F()
4637 manager()->OnDeviceGeolocationInfoUpdated(device); in TEST_F()
4649 manager()->OnDeviceGeolocationInfoUpdated(device); in TEST_F()
Dmanager.cc2499 void Manager::OnDeviceGeolocationInfoUpdated(const DeviceRefPtr& device) { in OnDeviceGeolocationInfoUpdated() function in shill::Manager
/system/connectivity/shill/wifi/
Dwifi_unittest.cc2571 EXPECT_CALL(*manager(), OnDeviceGeolocationInfoUpdated(_)).Times(0); in TEST_F()
2612 EXPECT_CALL(*manager(), OnDeviceGeolocationInfoUpdated(_)).Times(0); in TEST_F()
3087 EXPECT_CALL(*manager(), OnDeviceGeolocationInfoUpdated(_)); in TEST_F()
3147 EXPECT_CALL(*manager(), OnDeviceGeolocationInfoUpdated(_)); in TEST_F()
4065 EXPECT_CALL(*manager(), OnDeviceGeolocationInfoUpdated(_)); in TEST_F()
4292 EXPECT_CALL(*manager(), OnDeviceGeolocationInfoUpdated(_)); in TEST_F()
Dwifi.cc1438 manager()->OnDeviceGeolocationInfoUpdated(this); in UpdateScanStateAfterScanDone()