Searched refs:OnDeviceGeolocationInfoUpdated (Results 1 – 6 of 6) sorted by relevance
62 MOCK_METHOD1(OnDeviceGeolocationInfoUpdated,
195 virtual void OnDeviceGeolocationInfoUpdated(const DeviceRefPtr& device);
4627 manager()->OnDeviceGeolocationInfoUpdated(device); in TEST_F()4637 manager()->OnDeviceGeolocationInfoUpdated(device); in TEST_F()4649 manager()->OnDeviceGeolocationInfoUpdated(device); in TEST_F()
2499 void Manager::OnDeviceGeolocationInfoUpdated(const DeviceRefPtr& device) { in OnDeviceGeolocationInfoUpdated() function in shill::Manager
2571 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()
1438 manager()->OnDeviceGeolocationInfoUpdated(this); in UpdateScanStateAfterScanDone()