Home
last modified time | relevance | path

Searched refs:SwitchSlot (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz.cpp170 SNAPSHOT_FUZZ_FUNCTION(SwitchSlot, void) { in SNAPSHOT_FUZZ_FUNCTION() argument
174 current_module->device_info->SwitchSlot(); in SNAPSHOT_FUZZ_FUNCTION()
343 ASSERT_RESULT_OK(Execute<SNAPSHOT_FUZZ_FN_NAME(SwitchSlot)>(i++)); in TEST_F()
H A Dsnapshot_fuzz_utils.h132 void SwitchSlot() { switched_slot_ = !switched_slot_; } in SwitchSlot() function