Searched refs:mock_request_params_ (Results 1 – 2 of 2) sorted by relevance
25 mock_request_params_(this), in FakeSystemState()35 request_params_(&mock_request_params_), in FakeSystemState()
151 &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