Home
last modified time | relevance | path

Searched refs:B_STICKY_EVENT (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/private/app/
H A DLaunchRoster.h14 B_STICKY_EVENT = 0x01 enumerator
/haiku/src/servers/launch/
H A DEvents.cpp521 if ((fFlags & B_STICKY_EVENT) != 0) in ResetSticky()
529 if ((fFlags & B_STICKY_EVENT) == 0) in ResetTrigger()
H A DLaunchDaemon.cpp319 if ((fFlags & B_STICKY_EVENT) != 0) in Trigger()
327 if ((fFlags & B_STICKY_EVENT) != 0) in ResetSticky()
/haiku/docs/user/app/
H A DLaunchRoster.dox224 By specifying the \c B_STICKY_EVENT flag, you can mark the event as being
275 When an event triggered that is marked as \c B_STICKY_EVENT, its status
/haiku/src/servers/mount/
H A DAutoMounter.cpp391 BLaunchRoster().RegisterEvent(this, kInitialMountEvent, B_STICKY_EVENT); in AutoMounter()