Searched refs:mock_switches_count (Results 1 – 1 of 1) sorted by relevance
41 static uint32_t mock_switches_count; variable93 mock_switches_count = 0; in ResetMocks()131 if (mock_switches_count < ARRAY_SIZE(mock_switches)) in VbExGetSwitches()132 return mock_switches[mock_switches_count++] & request_mask; in VbExGetSwitches()