Lines Matching refs:OSL_ASSERT

92     OSL_ASSERT(pProxy != 0);  in freeProxyCallback()
97 OSL_ASSERT(thread != 0); in joinThread()
202 OSL_ASSERT(factory.is() && connection.is()); in Bridge()
219 OSL_ASSERT(threadPool_ == 0 && !writer_.is() && !reader_.is()); in start()
221 OSL_ASSERT(threadPool_ != 0); in start()
249 OSL_ASSERT(w.is()); in terminate()
253 OSL_ASSERT(threadPool_ != 0); in terminate()
309 OSL_ASSERT(threadPool_ != 0); in getThreadPool()
322 OSL_ASSERT(writer_.is()); in getWriter()
329 OSL_ASSERT(type.is()); in registerIncomingInterface()
345 OSL_ASSERT( in registerIncomingInterface()
364 OSL_ASSERT(type.is()); in registerOutgoingInterface()
385 OSL_ASSERT(j != i->second.end()); in registerOutgoingInterface()
396 OSL_ASSERT(stub != &newStub); in registerOutgoingInterface()
413 OSL_ASSERT(!oid.isEmpty() && type.is()); in findStub()
435 OSL_ASSERT(!oid.isEmpty() && type.is()); in releaseStub()
454 OSL_ASSERT(j->second.references > 0); in releaseStub()
480 OSL_ASSERT(p == &proxy); in resurrectProxy()
501 OSL_ASSERT(proxies_ > 0); in freeProxy()
510 OSL_ASSERT(calls_ < std::numeric_limits< std::size_t >::max()); in incrementCalls()
519 OSL_ASSERT(calls_ > 0); in decrementCalls()
528 OSL_ASSERT( in incrementActiveCalls()
537 OSL_ASSERT(activeCalls_ <= calls_ && activeCalls_ > 0); in decrementActiveCalls()
582 OSL_ASSERT(mode_ == MODE_REQUESTED); in sendRequestChangeRequest()
614 OSL_ASSERT(false); // this cannot happen in handleRequestChangeReply()
636 OSL_ASSERT(false); // this cannot happen in handleRequestChangeReply()
653 OSL_ASSERT(mode_ == MODE_REQUESTED || mode_ == MODE_REPLY_1); in handleCommitChangeReply()
662 OSL_ASSERT(inArguments.size() == 1); in handleRequestChangeRequest()
718 OSL_ASSERT(inArguments.size() == 1); in handleCommitChangeRequest()
866 OSL_ASSERT(xListener.is()); in addEventListener()
891 OSL_ASSERT(mode_ == MODE_REQUESTED || mode_ == MODE_REPLY_1); in sendCommitChangeRequest()
902 OSL_ASSERT( in sendProtPropRequest()