Home
last modified time | relevance | path

Searched refs:mock_request_params (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dcommon_service_unittest.cc118 EXPECT_CALL(*FakeSystemState::Get()->mock_request_params(), in TEST_F()
131 EXPECT_CALL(*FakeSystemState::Get()->mock_request_params(), in TEST_F()
143 EXPECT_CALL(*FakeSystemState::Get()->mock_request_params(), in TEST_F()
154 FakeSystemState::Get()->mock_request_params()->set_current_channel("current"); in TEST_F()
155 FakeSystemState::Get()->mock_request_params()->set_target_channel("target"); in TEST_F()
H A Domaha_response_handler_action_unittest.cc372 EXPECT_CALL(*(FakeSystemState::Get()->mock_request_params()), in TEST_F()
396 EXPECT_CALL(*(FakeSystemState::Get()->mock_request_params()), in TEST_F()
422 EXPECT_CALL(*(FakeSystemState::Get()->mock_request_params()), in TEST_F()
447 EXPECT_CALL(*(FakeSystemState::Get()->mock_request_params()), in TEST_F()
472 EXPECT_CALL(*(FakeSystemState::Get()->mock_request_params()), in TEST_F()
H A Dfake_system_state.h245 inline testing::NiceMock<MockOmahaRequestParams>* mock_request_params() { in mock_request_params() function