Searched refs:rebootCount (Results 1 – 2 of 2) sorted by relevance
68 auto rebootCount = reply.unpack<std::variant<uint32_t>>(); in getBootCount() local70 return std::get<uint32_t>(rebootCount); in getBootCount()
370 auto rebootCount = reboot::RebootAttempts::attemptsLeft(); in decrementRebootCount() local371 if (rebootCount > 0) in decrementRebootCount()373 return (reboot::RebootAttempts::attemptsLeft(rebootCount - 1)); in decrementRebootCount()375 return rebootCount; in decrementRebootCount()