Lines Matching refs:tid
135 OutgoingRequests & requests, rtl::ByteSequence const & tid,
149 OutgoingRequests & requests, rtl::ByteSequence const & tid, in PopOutgoingRequest() argument
151 requests_(requests), tid_(tid), cleared_(false) in PopOutgoingRequest()
660 rtl::ByteSequence const & tid, std::vector< BinaryAny > const & inArguments) in handleRequestChangeRequest() argument
682 tid, protPropRequest_, false, in handleRequestChangeRequest()
695 tid, protPropRequest_, false, false, in handleRequestChangeRequest()
713 rtl::ByteSequence const & tid, std::vector< BinaryAny > const & inArguments) in handleCommitChangeRequest() argument
743 tid, protPropCommit_, exc, ret, std::vector< BinaryAny >()); in handleCommitChangeRequest()
755 tid, protPropCommit_, false, false, ret, std::vector< BinaryAny >(), in handleCommitChangeRequest()
768 OutgoingRequest Bridge::lastOutgoingRequest(rtl::ByteSequence const & tid) { in lastOutgoingRequest() argument
769 OutgoingRequest req(outgoingRequests_.top(tid)); in lastOutgoingRequest()
770 outgoingRequests_.pop(tid); in lastOutgoingRequest()
930 rtl::ByteSequence const & tid, rtl::OUString const & oid, in sendRequest() argument
935 getWriter()->queueRequest(tid, oid, type, member, inArguments); in sendRequest()