Searched defs:service_path (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/
H A Dconnection_manager_unittest.cc64 // properties in the mocked service |service_path|. If any of the three
67 void SetServiceReply(const string& service_path,
110 void ConnectionManagerTest::SetServiceReply(const string& service_path, argument
134 fake_shill_proxy_->SetServiceForPath(dbus::ObjectPath(service_path),
/system/update_engine/update_manager/
H A Dreal_shill_provider.cc67 dbus::ObjectPath service_path = value.TryGet<dbus::ObjectPath>(); local
68 if (!service_path.IsValid()) {
72 << ", read as the object path: '" << service_path.value()
75 ProcessDefaultService(service_path);
H A Dreal_shill_provider_unittest.cc111 // properties in the mocked service |service_path|. If any of the three
115 ServiceProxyMock* SetServiceReply(const std::string& service_path,
129 // |service_path|. Sets the fake connection change time in
131 void SendDefaultServiceSignal(const std::string& service_path, argument
137 shill::kDefaultServiceProperty, dbus::ObjectPath(service_path));
143 // Sets up expectations for detection of a connection |service_path| with type
148 void SetupConnectionAndAttrs(const std::string& service_path, argument
152 SetServiceReply(service_path, shill_type, nullptr, shill_tethering);
153 // Note: We don't setup this |service_path| as the default service path but
159 SendDefaultServiceSignal(service_path,
173 SetupConnectionAndTestType(const char* service_path, const char* shill_type, ConnectionType expected_conn_type) argument
192 SetupConnectionAndTestTethering( const char* service_path, const char* shill_tethering, ConnectionTethering expected_conn_tethering) argument
241 SetServiceReply( const std::string& service_path, const char* service_type, const char* physical_technology, const char* service_tethering) argument
[all...]
/system/core/init/
H A Dservice.cpp69 static Result<std::string> ComputeContextFromExecutable(const std::string& service_path) { argument
80 if (getfilecon(service_path.c_str(), &raw_filecon) == -1) {
93 return Error() << "File " << service_path << "(labeled \"" << filecon.get()

Completed in 191 milliseconds