HomeSort by relevance Sort by last modified time
    Searched refs:mock_request_params_ (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
fake_system_state.cc 25 mock_request_params_(this),
35 request_params_(&mock_request_params_),
fake_system_state.h 153 &mock_request_params_);
220 CHECK(request_params_ == &mock_request_params_);
221 return &mock_request_params_;
245 testing::NiceMock<MockOmahaRequestParams> mock_request_params_; member in class:chromeos_update_engine::FakeSystemState

Completed in 64 milliseconds