Home
last modified time | relevance | path

Searched refs:default_service_path (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/
Dconnection_manager.cc125 dbus::ObjectPath default_service_path; in GetConnectionProperties() local
126 TEST_AND_RETURN_FALSE(GetDefaultServicePath(&default_service_path)); in GetConnectionProperties()
127 if (!default_service_path.IsValid()) in GetConnectionProperties()
130 if (default_service_path.value() == "/") in GetConnectionProperties()
133 GetServicePathProperties(default_service_path, out_type, out_tethering)); in GetConnectionProperties()
/system/update_engine/update_manager/
Dreal_shill_provider.cc89 const dbus::ObjectPath& default_service_path) { in ProcessDefaultService() argument
92 if (default_service_path_ == default_service_path) in ProcessDefaultService()
96 default_service_path_ = default_service_path; in ProcessDefaultService()
Dreal_shill_provider.h77 bool ProcessDefaultService(const dbus::ObjectPath& default_service_path);