Searched refs:inProgress (Results 1 – 4 of 4) sorted by relevance
42 status_t IsShutDownInProgress(bool* inProgress) in IsShutDownInProgress() argument43 { return fRoster->_IsShutDownInProgress(inProgress); } in IsShutDownInProgress()
150 status_t _IsShutDownInProgress(bool* inProgress);
583 bool inProgress = false; in MessageReceived() local587 &inProgress); in MessageReceived()588 if (status != B_OK || !inProgress) { in MessageReceived()
1355 BRoster::_IsShutDownInProgress(bool* inProgress) in _IsShutDownInProgress() argument1370 if (inProgress != NULL in _IsShutDownInProgress()1371 && reply.FindBool("in-progress", inProgress) != B_OK) { in _IsShutDownInProgress()