Searched refs:OutgoingRequest (Results 1 – 6 of 6) sorted by relevance
136 OutgoingRequest const & request);150 OutgoingRequest const & request): in PopOutgoingRequest()554 OutgoingRequest(OutgoingRequest::KIND_NORMAL, member, setter)); in makeCall()589 sendProtPropRequest(OutgoingRequest::KIND_REQUEST_CHANGE, a); in sendRequestChangeRequest()768 OutgoingRequest Bridge::lastOutgoingRequest(rtl::ByteSequence const & tid) { in lastOutgoingRequest()769 OutgoingRequest req(outgoingRequests_.top(tid)); in lastOutgoingRequest()896 sendProtPropRequest(OutgoingRequest::KIND_COMMIT_CHANGE, a); in sendCommitChangeRequest()900 OutgoingRequest::Kind kind, std::vector< BinaryAny > const & inArguments) in sendProtPropRequest()903 kind == OutgoingRequest::KIND_REQUEST_CHANGE || in sendProtPropRequest()904 kind == OutgoingRequest::KIND_COMMIT_CHANGE); in sendProtPropRequest()[all …]
35 namespace binaryurp { struct OutgoingRequest; }46 void push(rtl::ByteSequence const & tid, OutgoingRequest const & request);48 OutgoingRequest top(rtl::ByteSequence const & tid);53 typedef std::map< rtl::ByteSequence, std::vector< OutgoingRequest > > Map;
413 OutgoingRequest req(bridge_->lastOutgoingRequest(tid)); in readReplyMessage()510 case OutgoingRequest::KIND_NORMAL: in readReplyMessage()520 case OutgoingRequest::KIND_REQUEST_CHANGE: in readReplyMessage()524 case OutgoingRequest::KIND_COMMIT_CHANGE: in readReplyMessage()
33 struct OutgoingRequest { struct36 OutgoingRequest( in OutgoingRequest() function
47 rtl::ByteSequence const & tid, OutgoingRequest const & request) in push()53 OutgoingRequest OutgoingRequests::top(rtl::ByteSequence const & tid) { in top()
164 OutgoingRequest lastOutgoingRequest(rtl::ByteSequence const & tid);205 OutgoingRequest::Kind kind,
Completed in 41 milliseconds