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()
144 void SetupConnectionAndAttrs(const std::string& service_path, in SetupConnectionAndAttrs() argument
148 SetServiceReply(service_path, shill_type, nullptr, shill_tethering); in SetupConnectionAndAttrs()
155 SendDefaultServiceSignal(service_path, &conn_change_time); in SetupConnectionAndAttrs()
169 void SetupConnectionAndTestType(const char* service_path, in SetupConnectionAndTestType() argument
174 SetupConnectionAndAttrs(service_path, in SetupConnectionAndTestType()
189 const char* service_path, in SetupConnectionAndTestTethering() argument
195 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.cpp65 static Result<std::string> ComputeContextFromExecutable(const std::string& service_path) { in ComputeContextFromExecutable() argument
76 if (getfilecon(service_path.c_str(), &raw_filecon) == -1) { in ComputeContextFromExecutable()
89 return Error() << "File " << service_path << "(labeled \"" << filecon.get() in ComputeContextFromExecutable()