Searched refs:notification_function (Results 1 – 3 of 3) sorted by relevance
31 void (*notification_function)(MemoryPressureLevel), in ExpectNotification()34 notification_function(level); in ExpectNotification()39 void (*notification_function)(MemoryPressureLevel), in ExpectNoNotification()42 notification_function(level); in ExpectNoNotification()
33 void (*notification_function)(MemoryPressureLevel), in ExpectNotification()36 notification_function(level); in ExpectNotification()41 void (*notification_function)(MemoryPressureLevel), in ExpectNoNotification()44 notification_function(level); in ExpectNoNotification()
194 Self::notification_function in get_notification_function()200 extern "C" fn notification_function( in notification_function() function