Home
last modified time | relevance | path

Searched refs:connecting_service_ (Results 1 – 2 of 2) sorted by relevance

/system/weaved/buffet/
Dshill_client.cc142 if (connecting_service_) { in Connect()
173 connecting_service_.reset(new ServiceProxy{bus_, service_path}); in Connect()
174 connecting_service_->Connect(nullptr); in Connect()
176 connecting_service_->RegisterPropertyChangedSignalHandler( in Connect()
183 weak_factory_.GetWeakPtr(), connecting_service_), in Connect()
189 if (connecting_service != connecting_service_ || in ConnectToServiceError()
368 service_path.value() != "/" && connecting_service_ && in OnDevicePropertyChange()
369 connecting_service_->GetObjectPath() == service_path; in OnDevicePropertyChange()
371 device_state.selected_service = connecting_service_; in OnDevicePropertyChange()
377 if (GetStateForService(connecting_service_.get(), &state)) { in OnDevicePropertyChange()
[all …]
Dshill_client.h124 std::shared_ptr<org::chromium::flimflam::ServiceProxy> connecting_service_; variable