Searched refs:out_of_credits (Results 1 – 8 of 8) sorted by relevance
143 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 …]
93 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()
41 MOCK_CONST_METHOD0(out_of_credits, bool());
51 if (ooc != out_of_credits()) { in NotifySubscriptionStateChanged()
76 virtual bool out_of_credits() const { return out_of_credits_; } in out_of_credits() function
375 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() local504 EmitBoolChanged(kOutOfCreditsProperty, out_of_credits)); in TEST_F()505 service_->SignalOutOfCreditsChanged(out_of_credits); in TEST_F()
133 if (out_of_credits_detector_->out_of_credits()) { in IsAutoConnectable()327 return out_of_credits_detector_->out_of_credits(); in IsOutOfCredits()
206 if (out_of_credits()) { in DetectConnectDisconnectLoop()