Searched refs:queued_bindings_ (Results 1 – 2 of 2) sorted by relevance
61 queued_bindings_.emplace_back(service_proxy); in BindService()134 for (base::WeakPtr<ServiceProxy>& service_proxy : queued_bindings_) { in OnConnect()141 queued_bindings_.clear(); in OnConnect()153 queued_bindings_.clear(); in OnDisconnect()
94 std::list<base::WeakPtr<ServiceProxy>> queued_bindings_; variable