Home
last modified time | relevance | path

Searched refs:SetMaxKernelKeyRollforward (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/common/
Dmock_hardware.h65 ON_CALL(*this, SetMaxKernelKeyRollforward()) in MockHardware()
67 testing::Invoke(&fake_, &FakeHardware::SetMaxKernelKeyRollforward)); in MockHardware()
100 MOCK_CONST_METHOD1(SetMaxKernelKeyRollforward,
Dhardware_interface.h101 virtual bool SetMaxKernelKeyRollforward(int kernel_max_rollforward) = 0;
Dfake_hardware.h104 bool SetMaxKernelKeyRollforward(int kernel_max_rollforward) override { in SetMaxKernelKeyRollforward() function
/system/update_engine/
Dhardware_android.h50 bool SetMaxKernelKeyRollforward(int kernel_max_rollforward) override;
Dhardware_chromeos.h55 bool SetMaxKernelKeyRollforward(int kernel_max_rollforward) override;
Domaha_response_handler_action.cc281 system_state_->hardware()->SetMaxKernelKeyRollforward( in PerformAction()
290 system_state_->hardware()->SetMaxKernelKeyRollforward(kRollforwardInfinity); in PerformAction()
Dhardware_android.cc150 bool HardwareAndroid::SetMaxKernelKeyRollforward(int kernel_max_rollforward) { in SetMaxKernelKeyRollforward() function in chromeos_update_engine::HardwareAndroid
Domaha_response_handler_action_unittest.cc626 fake_system_state_.fake_hardware()->SetMaxKernelKeyRollforward(0xaaaaaaaa); in TEST_F()
670 fake_system_state_.fake_hardware()->SetMaxKernelKeyRollforward( in TEST_F()
722 fake_system_state_.fake_hardware()->SetMaxKernelKeyRollforward( in TEST_F()
753 fake_system_state_.fake_hardware()->SetMaxKernelKeyRollforward( in TEST_F()
779 fake_system_state_.fake_hardware()->SetMaxKernelKeyRollforward( in TEST_F()
Dreal_system_state.cc193 if (!hardware()->SetMaxKernelKeyRollforward( in Initialize()
Dhardware_chromeos.cc245 bool HardwareChromeOS::SetMaxKernelKeyRollforward(int kernel_max_rollforward) { in SetMaxKernelKeyRollforward() function in chromeos_update_engine::HardwareChromeOS
Domaha_request_action_unittest.cc2522 fake_hw->SetMaxKernelKeyRollforward(kRollforwardInfinity); in TEST_F()
2558 fake_hw->SetMaxKernelKeyRollforward(kRollforwardInfinity); in TEST_F()
2593 fake_hw->SetMaxKernelKeyRollforward(kRollforwardInfinity); in TEST_F()
2630 fake_hw->SetMaxKernelKeyRollforward(kRollforwardInfinity); in TEST_F()
Domaha_request_action.cc1685 system_state_->hardware()->SetMaxKernelKeyRollforward( in SetMaxKernelKeyVersionForRollback()