Home
last modified time | relevance | path

Searched refs:OutgoingRequest (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/binaryurp/source/
H A Dbridge.cxx136 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 …]
H A Doutgoingrequests.hxx35 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;
H A Dreader.cxx413 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()
H A Doutgoingrequest.hxx33 struct OutgoingRequest { struct
36 OutgoingRequest( in OutgoingRequest() function
H A Doutgoingrequests.cxx47 rtl::ByteSequence const & tid, OutgoingRequest const & request) in push()
53 OutgoingRequest OutgoingRequests::top(rtl::ByteSequence const & tid) { in top()
H A Dbridge.hxx164 OutgoingRequest lastOutgoingRequest(rtl::ByteSequence const & tid);
205 OutgoingRequest::Kind kind,

Completed in 29 milliseconds