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

  /system/update_engine/
mock_omaha_request_params.h 28 class MockOmahaRequestParams : public OmahaRequestParams {
30 explicit MockOmahaRequestParams(SystemState* system_state)
37 this, &MockOmahaRequestParams::fake_to_more_stable_channel));
40 this, &MockOmahaRequestParams::FakeGetAppId));
43 this, &MockOmahaRequestParams::FakeSetTargetChannel));
46 this, &MockOmahaRequestParams::FakeUpdateDownloadChannel));
49 this, &MockOmahaRequestParams::fake_is_powerwash_allowed));
fake_system_state.h 215 inline testing::NiceMock<MockOmahaRequestParams>* mock_request_params() {
241 testing::NiceMock<MockOmahaRequestParams> mock_request_params_;

Completed in 55 milliseconds