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.cc111 ServiceProxyMock* SetServiceReply(const std::string& service_path,
127 void SendDefaultServiceSignal(const std::string& service_path, in SendDefaultServiceSignal() argument
133 shill::kDefaultServiceProperty, dbus::ObjectPath(service_path)); in SendDefaultServiceSignal()
145 void SetupConnectionAndAttrs(const std::string& service_path, in SetupConnectionAndAttrs() argument
149 SetServiceReply(service_path, shill_type, nullptr, shill_tethering); in SetupConnectionAndAttrs()
156 SendDefaultServiceSignal(service_path, &conn_change_time); in SetupConnectionAndAttrs()
170 void SetupConnectionAndTestType(const char* service_path, in SetupConnectionAndTestType() argument
175 SetupConnectionAndAttrs(service_path, in SetupConnectionAndTestType()
190 const char* service_path, in SetupConnectionAndTestTethering() argument
196 service_path, shill::kTypeEthernet, shill_tethering, &conn_change_time); in SetupConnectionAndTestTethering()
[all …]
Dreal_shill_provider.cc68 dbus::ObjectPath service_path = value.TryGet<dbus::ObjectPath>(); in OnManagerPropertyChanged() local
69 if (!service_path.IsValid()) { in OnManagerPropertyChanged()
73 << ", read as the object path: '" << service_path.value() in OnManagerPropertyChanged()
76 ProcessDefaultService(service_path); in OnManagerPropertyChanged()
/system/update_engine/cros/
Dconnection_manager_unittest.cc70 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.cpp67 static Result<std::string> ComputeContextFromExecutable(const std::string& service_path) { in ComputeContextFromExecutable() argument
78 if (getfilecon(service_path.c_str(), &raw_filecon) == -1) { in ComputeContextFromExecutable()
91 return Error() << "File " << service_path << "(labeled \"" << filecon.get() in ComputeContextFromExecutable()