Searched refs:TestVbInit (Results 1 – 1 of 1) sorted by relevance
/external/vboot_reference/tests/ |
D | vboot_api_init_tests.c | 142 static void TestVbInit(VbError_t expected_retval, in TestVbInit() function 161 TestVbInit(VBERROR_INIT_SHARED_DATA, 0, "Shared data too small"); in VbInitTest() 165 TestVbInit(0, 0, "Normal call"); in VbInitTest() 181 TestVbInit(0, 0, "NV data trashed"); in VbInitTest() 190 TestVbInit(0, 0, "Flags test WP"); in VbInitTest() 196 TestVbInit(0, 0, "Flags test SW WP"); in VbInitTest() 202 TestVbInit(0, 0, " flags test RO normal"); in VbInitTest() 208 TestVbInit(0, 0, " flags test EC software sync"); in VbInitTest() 213 TestVbInit(0, 0, " flags test EC slow update"); in VbInitTest() 222 TestVbInit(0, 123, "S3 resume"); in VbInitTest() [all …]
|