Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dactive_passive_out_of_credits_detector_unittest.cc143 EXPECT_TRUE(out_of_credits_detector_->out_of_credits()); in TEST_F()
166 EXPECT_TRUE(out_of_credits_detector_->out_of_credits()); in TEST_F()
179 EXPECT_FALSE(out_of_credits_detector_->out_of_credits()); in TEST_F()
205 EXPECT_FALSE(out_of_credits_detector_->out_of_credits()); in TEST_F()
218 EXPECT_FALSE(out_of_credits_detector_->out_of_credits()); in TEST_F()
235 EXPECT_FALSE(out_of_credits_detector_->out_of_credits()); in TEST_F()
286 EXPECT_FALSE(out_of_credits_detector_->out_of_credits()); in TEST_F()
298 EXPECT_FALSE(out_of_credits_detector_->out_of_credits()); in TEST_F()
311 EXPECT_FALSE(out_of_credits_detector_->out_of_credits()); in TEST_F()
315 EXPECT_FALSE(out_of_credits_detector_->out_of_credits()); in TEST_F()
[all …]
Dsubscription_state_out_of_credits_detector_unittest.cc93 EXPECT_TRUE(out_of_credits_detector_->out_of_credits()); in TEST_F()
96 EXPECT_FALSE(out_of_credits_detector_->out_of_credits()); in TEST_F()
Dmock_out_of_credits_detector.h41 MOCK_CONST_METHOD0(out_of_credits, bool());
Dsubscription_state_out_of_credits_detector.cc51 if (ooc != out_of_credits()) { in NotifySubscriptionStateChanged()
Dout_of_credits_detector.h76 virtual bool out_of_credits() const { return out_of_credits_; } in out_of_credits() function
Dcellular_service_unittest.cc375 EXPECT_CALL(*out_of_credits_detector_, out_of_credits()) in TEST_F()
381 EXPECT_CALL(*out_of_credits_detector_, out_of_credits()) in TEST_F()
502 bool out_of_credits = true; in TEST_F() local
504 EmitBoolChanged(kOutOfCreditsProperty, out_of_credits)); in TEST_F()
505 service_->SignalOutOfCreditsChanged(out_of_credits); in TEST_F()
Dcellular_service.cc133 if (out_of_credits_detector_->out_of_credits()) { in IsAutoConnectable()
327 return out_of_credits_detector_->out_of_credits(); in IsOutOfCredits()
Dactive_passive_out_of_credits_detector.cc206 if (out_of_credits()) { in DetectConnectDisconnectLoop()