Searched refs:B_STICKY_EVENT (Results 1 – 5 of 5) sorted by relevance
14 B_STICKY_EVENT = 0x01 enumerator
521 if ((fFlags & B_STICKY_EVENT) != 0) in ResetSticky()529 if ((fFlags & B_STICKY_EVENT) == 0) in ResetTrigger()
319 if ((fFlags & B_STICKY_EVENT) != 0) in Trigger()327 if ((fFlags & B_STICKY_EVENT) != 0) in ResetSticky()
224 By specifying the \c B_STICKY_EVENT flag, you can mark the event as being275 When an event triggered that is marked as \c B_STICKY_EVENT, its status
391 BLaunchRoster().RegisterEvent(this, kInitialMountEvent, B_STICKY_EVENT); in AutoMounter()