Lines Matching refs:testing
200 inline testing::NiceMock<MockConnectionManager>* mock_connection_manager() { in mock_connection_manager()
220 inline testing::NiceMock<MockMetricsReporter>* mock_metrics_reporter() { in mock_metrics_reporter()
225 inline testing::NiceMock<MockPrefs>* mock_prefs() { in mock_prefs()
230 inline testing::NiceMock<MockPrefs>* mock_powerwash_safe_prefs() { in mock_powerwash_safe_prefs()
235 inline testing::NiceMock<MockPayloadState>* mock_payload_state() { in mock_payload_state()
240 inline testing::NiceMock<MockUpdateAttempter>* mock_update_attempter() { in mock_update_attempter()
245 inline testing::NiceMock<MockOmahaRequestParams>* mock_request_params() { in mock_request_params()
250 inline testing::NiceMock<MockP2PManager>* mock_p2p_manager() { in mock_p2p_manager()
272 testing::NiceMock<MockConnectionManager> mock_connection_manager_;
273 testing::NiceMock<MockMetricsReporter> mock_metrics_reporter_;
274 testing::NiceMock<MockPrefs> mock_prefs_;
275 testing::NiceMock<MockPrefs> mock_powerwash_safe_prefs_;
276 testing::NiceMock<MockPayloadState> mock_payload_state_;
277 testing::NiceMock<MockUpdateAttempter> mock_update_attempter_;
278 testing::NiceMock<MockOmahaRequestParams> mock_request_params_;
279 testing::NiceMock<MockP2PManager> mock_p2p_manager_;
280 testing::NiceMock<MockPowerManager> mock_power_manager_;