Home
last modified time | relevance | path

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

/system/update_engine/
Dfake_system_state.cc25 mock_request_params_(this), in FakeSystemState()
35 request_params_(&mock_request_params_), in FakeSystemState()
Dfake_system_state.h151 &mock_request_params_); in set_request_params()
218 CHECK(request_params_ == &mock_request_params_); in mock_request_params()
219 return &mock_request_params_; in mock_request_params()
243 testing::NiceMock<MockOmahaRequestParams> mock_request_params_; variable