Home
last modified time | relevance | path

Searched defs:pending_call (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/dbus/
Dobject_proxy.cc304 for (auto* pending_call : pending_calls_) { in Detach() local
337 [](DBusPendingCall* pending_call, void* user_data) { in StartAsyncMethodCall()
354 DBusPendingCall* pending_call) { in OnPendingCallIsComplete()
Dbus.cc626 DBusPendingCall** pending_call, in SendWithReply()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.cc239 PendingCall pending_call; in RequestCallWithPossiblePublish() local