Searched refs:ReportResult (Results 1 – 7 of 7) sorted by relevance
/system/connectivity/shill/ |
D | result_aggregator_unittest.cc | 45 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 …]
|
D | result_aggregator.h | 99 void ReportResult(const Error& error);
|
D | result_aggregator.cc | 51 void ResultAggregator::ReportResult(const Error& error) { in ReportResult() function in shill::ResultAggregator
|
D | connection_health_checker.cc | 102 Bind(&ConnectionHealthChecker::ReportResult, in ConnectionHealthChecker() 453 void ConnectionHealthChecker::ReportResult() { in ReportResult() function in shill::ConnectionHealthChecker
|
D | connection_health_checker.h | 180 void ReportResult();
|
D | manager.cc | 1120 Bind(&ResultAggregator::ReportResult, result_aggregator)); in SetEnabledStateForTechnology() 1685 Bind(&ResultAggregator::ReportResult, result_aggregator)); in OnSuspendImminent() 1717 Bind(&ResultAggregator::ReportResult, result_aggregator)); in OnDarkSuspendImminent()
|
D | manager_unittest.cc | 410 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()
|