Home
last modified time | relevance | path

Searched refs:ReportResult (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/
Dresult_aggregator_unittest.cc45 Bind(&ResultAggregatorTest::ReportResult, Unretained(this)))) {} in ResultAggregatorTest()
52 MOCK_METHOD1(ReportResult, void(const Error&));
65 Bind(&ResultAggregatorTest::ReportResult, Unretained(this)), in InitializeResultAggregatorWithTimeout()
89 aggregator_->ReportResult(Error(error_type)); in GenerateResult()
98 EXPECT_CALL(*this, ReportResult(ErrorTypeIs(Error::kSuccess))).Times(0); in TEST_F()
102 EXPECT_CALL(*this, ReportResult(ErrorTypeIs(Error::kSuccess))); in TEST_F()
110 EXPECT_CALL(*this, ReportResult(ErrorTypeIs(Error::kOperationTimeout))); in TEST_F()
118 EXPECT_CALL(*this, ReportResult(ErrorTypeIs(Error::kOperationTimeout))); in TEST_F()
126 EXPECT_CALL(*this, ReportResult(ErrorTypeIs(Error::kOperationTimeout))); in TEST_F()
137 Bind(&ResultAggregatorTest::ReportResult, Unretained(this)), &dispatcher_, in TEST_F()
[all …]
Dresult_aggregator.h99 void ReportResult(const Error& error);
Dresult_aggregator.cc51 void ResultAggregator::ReportResult(const Error& error) { in ReportResult() function in shill::ResultAggregator
Dconnection_health_checker.cc102 Bind(&ConnectionHealthChecker::ReportResult, in ConnectionHealthChecker()
453 void ConnectionHealthChecker::ReportResult() { in ReportResult() function in shill::ConnectionHealthChecker
Dconnection_health_checker.h180 void ReportResult();
Dmanager.cc1120 Bind(&ResultAggregator::ReportResult, result_aggregator)); in SetEnabledStateForTechnology()
1685 Bind(&ResultAggregator::ReportResult, result_aggregator)); in OnSuspendImminent()
1717 Bind(&ResultAggregator::ReportResult, result_aggregator)); in OnDarkSuspendImminent()
Dmanager_unittest.cc410 MOCK_METHOD1(ReportResult, void(const Error&));
3603 Bind(&DisableTechnologyReplyHandler::ReportResult, in TEST_F()
3605 EXPECT_CALL(disable_technology_reply_handler, ReportResult(_)).Times(0); in TEST_F()
3623 Bind(&DisableTechnologyReplyHandler::ReportResult, in TEST_F()
3625 EXPECT_CALL(disable_technology_reply_handler, ReportResult(_)).Times(0); in TEST_F()
3711 EXPECT_CALL(disable_technology_reply_handler, ReportResult(_)); in TEST_F()
4836 Bind(&DisableTechnologyReplyHandler::ReportResult, in TEST_F()