Home
last modified time | relevance | path

Searched refs:OnOperatorChanged (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/cellular/
Dmobile_operator_info_unittest.cc91 MOCK_METHOD0(OnOperatorChanged, void());
251 EXPECT_CALL(observer_, OnOperatorChanged()).Times(count); in ExpectEventCount()
1545 EXPECT_CALL(observer_, OnOperatorChanged()).Times(2); in TEST_P()
1546 EXPECT_CALL(second_observer_, OnOperatorChanged()).Times(2); in TEST_P()
1558 EXPECT_CALL(observer_, OnOperatorChanged()).Times(2); in TEST_P()
1559 EXPECT_CALL(second_observer_, OnOperatorChanged()).Times(0); in TEST_P()
1567 EXPECT_CALL(observer_, OnOperatorChanged()).Times(1); in TEST_P()
1568 EXPECT_CALL(second_observer_, OnOperatorChanged()).Times(0); in TEST_P()
1578 EXPECT_CALL(observer_, OnOperatorChanged()).Times(2); in TEST_P()
1579 EXPECT_CALL(second_observer_, OnOperatorChanged()).Times(2); in TEST_P()
[all …]
Dmobile_operator_info.h77 virtual void OnOperatorChanged() = 0;
Dcellular_capability.cc149 void CellularCapability::OnOperatorChanged() { in OnOperatorChanged() function in shill::CellularCapability
Dcellular_capability.h201 virtual void OnOperatorChanged();
Dcellular.cc669 mobile_operator_info_observer_->OnOperatorChanged(); in CreateService()
1577 void Cellular::MobileOperatorInfoObserver::OnOperatorChanged() { in OnOperatorChanged() function in shill::Cellular::MobileOperatorInfoObserver
1584 capability_->OnOperatorChanged(); in OnOperatorChanged()
Dcellular_unittest.cc834 device_->mobile_operator_info_observer_->OnOperatorChanged(); in TEST_F()
854 device_->mobile_operator_info_observer_->OnOperatorChanged(); in TEST_F()
874 device_->mobile_operator_info_observer_->OnOperatorChanged(); in TEST_F()
882 device_->mobile_operator_info_observer_->OnOperatorChanged(); in TEST_F()
902 device_->mobile_operator_info_observer_->OnOperatorChanged(); in TEST_F()
910 device_->mobile_operator_info_observer_->OnOperatorChanged(); in TEST_F()
Dcellular.h406 void OnOperatorChanged() override;
Dmobile_operator_info_impl.cc954 OnOperatorChanged()); in NotifyOperatorChanged()