Searched refs:NotifySubscriptionStateChanged (Results 1 – 8 of 8) sorted by relevance
91 out_of_credits_detector_->NotifySubscriptionStateChanged( in TEST_F()94 out_of_credits_detector_->NotifySubscriptionStateChanged( in TEST_F()
39 MOCK_METHOD1(NotifySubscriptionStateChanged,
38 void NotifySubscriptionStateChanged(uint32_t subscription_state) override;
45 void NotifySubscriptionStateChanged(uint32_t subscription_state) override {} in NotifySubscriptionStateChanged() function
47 void SubscriptionStateOutOfCreditsDetector::NotifySubscriptionStateChanged( in NotifySubscriptionStateChanged() function in shill::SubscriptionStateOutOfCreditsDetector
74 virtual void NotifySubscriptionStateChanged(uint32_t subscription_state) = 0;
47 void NotifySubscriptionStateChanged(uint32_t subscription_state) override {} in NotifySubscriptionStateChanged() function
1512 service->out_of_credits_detector()->NotifySubscriptionStateChanged( in OnModem3GPPPropertiesChanged()