Searched refs:bootloader_state_ (Results 1 – 4 of 4) sorted by relevance
84 if (bootloader_state_) { in CreateDeviceInfo()85 result->add(cppbor::Tstr("bootloader_state"), cppbor::Tstr(*bootloader_state_)); in CreateDeviceInfo()246 bootloader_state_ = bootloader_state; in SetVerifiedBootInfo()
104 if (bootloader_state_.has_value() && bootloader_state != bootloader_state_.value()) { in SetVerifiedBootInfo()111 bootloader_state_ = bootloader_state; in SetVerifiedBootInfo()
70 std::optional<std::string> bootloader_state_; variable
139 std::optional<std::string> bootloader_state_; variable