Home
last modified time | relevance | path

Searched refs:SetUrlSwitchCount (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/cros/
Dpayload_state.cc495 SetUrlSwitchCount(url_switch_count_ + 1); in IncrementUrlIndex()
820 SetUrlSwitchCount(0); in ResetPersistedState()
982 SetUrlSwitchCount(GetPersistedValue(kPrefsUrlSwitchCount, prefs_)); in LoadUrlSwitchCount()
985 void PayloadState::SetUrlSwitchCount(uint32_t url_switch_count) { in SetUrlSwitchCount() function in chromeos_update_engine::PayloadState
Dpayload_state.h297 void SetUrlSwitchCount(uint32_t url_switch_count);