Searched refs:pending_calls_ (Results 1 – 2 of 2) sorted by relevance
66 DCHECK(pending_calls_.empty()); in ~ObjectProxy()224 for (auto* pending_call : pending_calls_) { in Detach()228 pending_calls_.clear(); in Detach()289 pending_calls_.insert(pending_call); in StartAsyncMethodCall()311 pending_calls_.erase(pending_call); in OnPendingCallIsComplete()
324 std::set<DBusPendingCall*> pending_calls_; variable