Searched refs:rebootCount (Results 1 – 2 of 2) sorted by relevance
78 std::variant<uint32_t> rebootCount; in getBootCount() local79 reply.read(rebootCount); in getBootCount()81 return std::get<uint32_t>(rebootCount); in getBootCount()
368 auto rebootCount = reboot::RebootAttempts::attemptsLeft(); in decrementRebootCount() local369 if (rebootCount > 0) in decrementRebootCount()371 return (reboot::RebootAttempts::attemptsLeft(rebootCount - 1)); in decrementRebootCount()373 return rebootCount; in decrementRebootCount()