Searched refs:pending_calls_ (Results 1 – 2 of 2) sorted by relevance
66 DCHECK(pending_calls_.empty()); in ~ObjectProxy()227 for (auto* pending_call : pending_calls_) { in Detach()231 pending_calls_.clear(); in Detach()292 pending_calls_.insert(pending_call); in StartAsyncMethodCall()314 pending_calls_.erase(pending_call); in OnPendingCallIsComplete()
326 std::set<DBusPendingCall*> pending_calls_; variable