Searched refs:testOnly (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/launch/
H A DEvents.h63 static bool TriggerDemand(Event* event, bool testOnly = false);
H A DEvents.cpp758 \param testOnly If \c true, the deman will not actually be triggered,
764 Events::TriggerDemand(Event* event, bool testOnly) argument
774 if (testOnly)
781 if (TriggerDemand(childEvent, testOnly))
H A DLaunchDaemon.cpp205 bool testOnly = false);
1728 If \a testOnly is \c false, calling this method will trigger a demand
1732 LaunchDaemon::_CanLaunchJob(Job* job, uint32 options, bool testOnly) argument
1740 || Events::TriggerDemand(job->Event(), testOnly)));

Completed in 42 milliseconds