Lines Matching refs:testing
189 inline testing::NiceMock<MockConnectionManager>* mock_connection_manager() { in mock_connection_manager()
199 inline testing::NiceMock<MockMetricsReporter>* mock_metrics_reporter() { in mock_metrics_reporter()
204 inline testing::NiceMock<MockPrefs>* mock_prefs() { in mock_prefs()
209 inline testing::NiceMock<MockPrefs>* mock_powerwash_safe_prefs() { in mock_powerwash_safe_prefs()
214 inline testing::NiceMock<MockPayloadState>* mock_payload_state() { in mock_payload_state()
219 inline testing::NiceMock<MockUpdateAttempter>* mock_update_attempter() { in mock_update_attempter()
224 inline testing::NiceMock<MockOmahaRequestParams>* mock_request_params() { in mock_request_params()
229 inline testing::NiceMock<MockP2PManager>* mock_p2p_manager() { in mock_p2p_manager()
243 testing::NiceMock<MockConnectionManager> mock_connection_manager_;
245 testing::NiceMock<MockMetricsReporter> mock_metrics_reporter_;
246 testing::NiceMock<MockPrefs> mock_prefs_;
247 testing::NiceMock<MockPrefs> mock_powerwash_safe_prefs_;
248 testing::NiceMock<MockPayloadState> mock_payload_state_;
249 testing::NiceMock<MockUpdateAttempter> mock_update_attempter_;
250 testing::NiceMock<MockOmahaRequestParams> mock_request_params_;
251 testing::NiceMock<MockP2PManager> mock_p2p_manager_;
253 testing::NiceMock<MockPowerManager> mock_power_manager_;