Searched refs:pending_calls_ (Results 1 – 2 of 2) sorted by relevance
127 DCHECK(pending_calls_.empty()); in ~ObjectProxy()304 for (auto* pending_call : pending_calls_) { in Detach()308 pending_calls_.clear(); in Detach()346 pending_calls_.insert(dbus_pending_call); in StartAsyncMethodCall()401 pending_calls_.erase(pending_call); in OnPendingCallIsComplete()
357 std::set<DBusPendingCall*> pending_calls_; variable