OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurrentSlot
(Results
1 - 17
of
17
) sorted by null
/system/update_engine/
boot_control_recovery.h
44
BootControlInterface::Slot
GetCurrentSlot
() const override;
boot_control_android.h
41
BootControlInterface::Slot
GetCurrentSlot
() const override;
boot_control_chromeos.h
45
BootControlInterface::Slot
GetCurrentSlot
() const override;
73
// Cached values for GetNumSlots() and
GetCurrentSlot
().
boot_control_recovery.cc
89
BootControlInterface::Slot BootControlRecovery::
GetCurrentSlot
() const {
90
return module_->
getCurrentSlot
(module_);
image_properties_android.cc
116
std::to_string(system_state->boot_control()->
GetCurrentSlot
());
boot_control_android.cc
74
BootControlInterface::Slot BootControlAndroid::
GetCurrentSlot
() const {
75
return module_->
getCurrentSlot
();
omaha_response_handler_action.cc
124
install_plan_.source_slot = system_state_->boot_control()->
GetCurrentSlot
();
update_attempter_android.cc
182
install_plan_.source_slot = boot_control_->
GetCurrentSlot
();
263
if (!boot_control_->SetActiveBootSlot(boot_control_->
GetCurrentSlot
()))
boot_control_chromeos.cc
138
BootControlInterface::Slot BootControlChromeOS::
GetCurrentSlot
() const {
update_attempter.cc
706
install_plan.source_slot = system_state_->boot_control()->
GetCurrentSlot
();
750
system_state_->boot_control()->
GetCurrentSlot
();
[
all
...]
payload_state.cc
[
all
...]
omaha_response_handler_action_unittest.cc
116
int slot = 1 - fake_system_state_.fake_boot_control()->
GetCurrentSlot
();
/system/update_engine/common/
boot_control_interface.h
49
virtual Slot
GetCurrentSlot
() const = 0;
71
// method doesn't change the value of
GetCurrentSlot
() on the current boot.
boot_control_stub.cc
29
BootControlInterface::Slot BootControlStub::
GetCurrentSlot
() const {
boot_control_stub.h
40
BootControlInterface::Slot
GetCurrentSlot
() const override;
fake_boot_control.h
41
BootControlInterface::Slot
GetCurrentSlot
() const override {
/hardware/interfaces/boot/1.0/vts/functional/
VtsHalBootV1_0TargetTest.cpp
59
// Sanity check Boot::
getCurrentSlot
().
60
TEST_F(BootHidlTest,
GetCurrentSlot
) {
61
Slot curSlot = boot->
getCurrentSlot
();
72
Slot curSlot = boot->
getCurrentSlot
();
106
Slot curSlot = boot->
getCurrentSlot
();
Completed in 1039 milliseconds