Home
last modified time | relevance | path

Searched refs:SetMaxKernelKeyRollforward (Results 1 – 10 of 10) 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.h97 virtual bool SetMaxKernelKeyRollforward(int kernel_max_rollforward) = 0;
Dfake_hardware.h100 bool SetMaxKernelKeyRollforward(int kernel_max_rollforward) override { in SetMaxKernelKeyRollforward() function
/system/update_engine/
Dhardware_android.h49 bool SetMaxKernelKeyRollforward(int kernel_max_rollforward) override;
Dhardware_chromeos.h54 bool SetMaxKernelKeyRollforward(int kernel_max_rollforward) override;
Dhardware_android.cc145 bool HardwareAndroid::SetMaxKernelKeyRollforward(int kernel_max_rollforward) { in SetMaxKernelKeyRollforward() function in chromeos_update_engine::HardwareAndroid
Dreal_system_state.cc196 if (!hardware()->SetMaxKernelKeyRollforward( in Initialize()
Dhardware_chromeos.cc211 bool HardwareChromeOS::SetMaxKernelKeyRollforward(int kernel_max_rollforward) { in SetMaxKernelKeyRollforward() function in chromeos_update_engine::HardwareChromeOS
Domaha_request_action_unittest.cc2895 fake_hw->SetMaxKernelKeyRollforward(kRollforwardInfinity); in TEST_F()
2929 fake_hw->SetMaxKernelKeyRollforward(kRollforwardInfinity); in TEST_F()
2962 fake_hw->SetMaxKernelKeyRollforward(kRollforwardInfinity); in TEST_F()
2996 fake_hw->SetMaxKernelKeyRollforward(kRollforwardInfinity); in TEST_F()
Domaha_request_action.cc1944 system_state_->hardware()->SetMaxKernelKeyRollforward( in SetMaxKernelKeyVersionForRollback()