Home
last modified time | relevance | path

Searched refs:sync_responses_ (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc236 sync_responses_.insert(std::make_pair( in AcceptWithResponder()
244 DCHECK(ContainsKey(sync_responses_, request_id)); in AcceptWithResponder()
245 auto iter = sync_responses_.find(request_id); in AcceptWithResponder()
251 sync_responses_.erase(iter); in AcceptWithResponder()
291 auto it = sync_responses_.find(request_id); in HandleValidatedMessage()
292 if (it == sync_responses_.end()) in HandleValidatedMessage()
Drouter.cc173 sync_responses_.insert(std::make_pair( in AcceptWithResponder()
180 DCHECK(ContainsKey(sync_responses_, request_id)); in AcceptWithResponder()
181 auto iter = sync_responses_.find(request_id); in AcceptWithResponder()
187 sync_responses_.erase(iter); in AcceptWithResponder()
268 auto it = sync_responses_.find(request_id); in HandleMessageInternal()
269 if (it == sync_responses_.end()) { in HandleMessageInternal()
Drouter.h113 return !async_responders_.empty() || !sync_responses_.empty(); in has_pending_responders()
161 SyncResponseMap sync_responses_; variable
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h60 return !async_responders_.empty() || !sync_responses_.empty(); in has_pending_responders()
137 SyncResponseMap sync_responses_; variable