Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dsubscription_state_out_of_credits_detector_unittest.cc91 out_of_credits_detector_->NotifySubscriptionStateChanged( in TEST_F()
94 out_of_credits_detector_->NotifySubscriptionStateChanged( in TEST_F()
Dmock_out_of_credits_detector.h39 MOCK_METHOD1(NotifySubscriptionStateChanged,
Dsubscription_state_out_of_credits_detector.h38 void NotifySubscriptionStateChanged(uint32_t subscription_state) override;
Dno_out_of_credits_detector.h45 void NotifySubscriptionStateChanged(uint32_t subscription_state) override {} in NotifySubscriptionStateChanged() function
Dsubscription_state_out_of_credits_detector.cc47 void SubscriptionStateOutOfCreditsDetector::NotifySubscriptionStateChanged( in NotifySubscriptionStateChanged() function in shill::SubscriptionStateOutOfCreditsDetector
Dout_of_credits_detector.h74 virtual void NotifySubscriptionStateChanged(uint32_t subscription_state) = 0;
Dactive_passive_out_of_credits_detector.h47 void NotifySubscriptionStateChanged(uint32_t subscription_state) override {} in NotifySubscriptionStateChanged() function
Dcellular_capability_universal.cc1512 service->out_of_credits_detector()->NotifySubscriptionStateChanged( in OnModem3GPPPropertiesChanged()