Home
last modified time | relevance | path

Searched refs:mock_request_params_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/cros/
Dfake_system_state.h165 request_params_ = (request_params ? request_params : &mock_request_params_); in set_request_params()
246 CHECK(request_params_ == &mock_request_params_); in mock_request_params()
247 return &mock_request_params_; in mock_request_params()
278 testing::NiceMock<MockOmahaRequestParams> mock_request_params_; variable
Dfake_system_state.cc33 request_params_(&mock_request_params_), in FakeSystemState()