Home
last modified time | relevance | path

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

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