Searched refs:inProgress (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/app/
H A DRosterPrivate.h42 status_t IsShutDownInProgress(bool* inProgress) argument
43 { return fRoster->_IsShutDownInProgress(inProgress); }
/haiku/headers/os/app/
H A DRoster.h150 status_t _IsShutDownInProgress(bool* inProgress);
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp583 bool inProgress = false; local
587 &inProgress);
588 if (status != B_OK || !inProgress) {
/haiku/src/kits/app/
H A DRoster.cpp1348 \param inProgress: Pointer to a pre-allocated bool to be filled in
1355 BRoster::_IsShutDownInProgress(bool* inProgress) argument
1370 if (inProgress != NULL
1371 && reply.FindBool("in-progress", inProgress) != B_OK) {

Completed in 58 milliseconds