Home
last modified time | relevance | path

Searched refs:service_path (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/update_manager/
Dreal_shill_provider_unittest.cc113 ServiceProxyMock* SetServiceReply(const std::string& service_path,
129 void SendDefaultServiceSignal(const std::string& service_path, in SendDefaultServiceSignal() argument
135 shill::kDefaultServiceProperty, dbus::ObjectPath(service_path)); in SendDefaultServiceSignal()
146 void SetupConnectionAndAttrs(const std::string& service_path, in SetupConnectionAndAttrs() argument
150 SetServiceReply(service_path, shill_type, nullptr, shill_tethering); in SetupConnectionAndAttrs()
157 SendDefaultServiceSignal(service_path, &conn_change_time); in SetupConnectionAndAttrs()
171 void SetupConnectionAndTestType(const char* service_path, in SetupConnectionAndTestType() argument
176 SetupConnectionAndAttrs(service_path, in SetupConnectionAndTestType()
191 const char* service_path, in SetupConnectionAndTestTethering() argument
197 service_path, shill::kTypeEthernet, shill_tethering, &conn_change_time); in SetupConnectionAndTestTethering()
[all …]
Dreal_shill_provider.cc67 dbus::ObjectPath service_path = value.TryGet<dbus::ObjectPath>(); in OnManagerPropertyChanged() local
68 if (!service_path.IsValid()) { in OnManagerPropertyChanged()
72 << ", read as the object path: '" << service_path.value() in OnManagerPropertyChanged()
75 ProcessDefaultService(service_path); in OnManagerPropertyChanged()
/system/update_engine/
Dconnection_manager_unittest.cc69 void SetServiceReply(const string& service_path,
113 void ConnectionManagerTest::SetServiceReply(const string& service_path, in SetServiceReply() argument
137 fake_shill_proxy_->SetServiceForPath(dbus::ObjectPath(service_path), in SetServiceReply()
/system/core/init/
Dservice.cpp73 static Result<std::string> ComputeContextFromExecutable(const std::string& service_path) { in ComputeContextFromExecutable() argument
84 if (getfilecon(service_path.c_str(), &raw_filecon) == -1) { in ComputeContextFromExecutable()
97 return Error() << "File " << service_path << "(labeled \"" << filecon.get() in ComputeContextFromExecutable()