Data Structures | |
struct | OtpConfiguration |
struct | DefaultAlertClassification |
class | ShutdownTest |
class | ShutdownDeathTest |
Typedefs | |
using | MockShutdownImpl = testing::StrictMock< internal::MockShutdownImpl > |
Functions | |
void | shutdown_report_error (rom_error_t error) |
void | shutdown_software_escalate (void) |
void | shutdown_keymgr_kill (void) |
void | shutdown_reset (void) |
void | shutdown_flash_kill (void) |
void | shutdown_hang (void) |
void | unmocked_shutdown_flash_kill (void) |
void | unmocked_shutdown_software_escalate (void) |
constexpr uint32_t | Pack32 (uint8_t a, uint8_t b, uint8_t c, uint8_t d) |
alert_enable_t | RomAlertClassEnable (alert_class_t cls) |
alert_escalate_t | RomAlertClassEscalation (alert_class_t cls) |
TEST_F (ShutdownTest, InitializeProd) | |
TEST_F (ShutdownTest, InitializeProdWithAlertError) | |
TEST_F (ShutdownTest, InitializeProdWithLocalAlertError) | |
TEST_F (ShutdownTest, InitializeProdEnd) | |
TEST_F (ShutdownTest, InitializeDev) | |
TEST_F (ShutdownTest, InitializeRma) | |
TEST_F (ShutdownTest, RedactPolicyManufacturing) | |
TEST_F (ShutdownTest, RedactPolicyProduction) | |
TEST_F (ShutdownTest, RedactPolicyInvalid) | |
TEST_F (ShutdownTest, InitializeManufacturing) | |
TEST_F (ShutdownDeathTest, InitializeInvalid) | |
TEST (ShutdownModule, RedactErrors) | |
TEST_F (ShutdownTest, ShutdownFinalize) | |
TEST_F (ShutdownTest, FlashKill) | |
TEST_F (ShutdownTest, ShutdownIfErrorOk) | |
TEST_F (ShutdownTest, ShutdownIfErrorUnknown) | |
TEST_F (ShutdownTest, SoftwareEscalate) | |
Variables | |
constexpr OtpConfiguration | kOtpConfig |
constexpr DefaultAlertClassification | kDefaultAlertClassification [] |
constexpr DefaultAlertClassification | kDefaultLocAlertClassification [] |
constexpr alert_class_t | kClasses [] |
struct shutdown_unittest::anonymous_namespace{shutdown_unittest.cc}::OtpConfiguration |
Definition at line 197 of file shutdown_unittest.cc.
struct shutdown_unittest::anonymous_namespace{shutdown_unittest.cc}::DefaultAlertClassification |
Definition at line 209 of file shutdown_unittest.cc.
Data Fields | ||
---|---|---|
alert_class_t | dev | |
const char * | name | |
alert_class_t | prod | |
alert_class_t | prodend | |
alert_class_t | rma |
|
constexpr |
Definition at line 258 of file shutdown_unittest.cc.
|
constexpr |
Definition at line 237 of file shutdown_unittest.cc.
|
constexpr |
Definition at line 250 of file shutdown_unittest.cc.
|
constexpr |
Definition at line 217 of file shutdown_unittest.cc.