Searched refs:MockOutOfCreditsDetector (Results 1 – 3 of 3) sorted by relevance
23 MockOutOfCreditsDetector::MockOutOfCreditsDetector( in MockOutOfCreditsDetector() function in shill::MockOutOfCreditsDetector30 MockOutOfCreditsDetector::~MockOutOfCreditsDetector() {} in ~MockOutOfCreditsDetector()
26 class MockOutOfCreditsDetector : public OutOfCreditsDetector {28 MockOutOfCreditsDetector(EventDispatcher* dispatcher,32 ~MockOutOfCreditsDetector() override;44 DISALLOW_COPY_AND_ASSIGN(MockOutOfCreditsDetector);
72 new MockOutOfCreditsDetector(nullptr, nullptr, nullptr, service_.get()); in SetUp()91 MockOutOfCreditsDetector* out_of_credits_detector_; // Owned by |service_|.