Searched refs:service_path (Results 1 - 10 of 10) sorted by relevance

/system/weaved/buffet/
H A Dshill_client.cc162 ObjectPath service_path; local
164 if (!manager_proxy_.ConfigureService(service_properties, &service_path,
173 connecting_service_.reset(new ServiceProxy{bus_, service_path});
178 weak_factory_.GetWeakPtr(), service_path),
180 weak_factory_.GetWeakPtr(), service_path));
350 ObjectPath service_path{property_value.TryGet<ObjectPath>()};
351 if (!service_path.IsValid()) {
357 << service_path.value();
360 if (device_state.selected_service->GetObjectPath() == service_path) {
368 service_path
436 OnServicePropertyChange(const ObjectPath& service_path, const string& property_name, const Any& property_value) argument
516 OnStateChangeForSelectedService( const ObjectPath& service_path, const string& state) argument
[all...]
H A Dshill_client.h96 void OnServicePropertyChange(const dbus::ObjectPath& service_path,
103 void OnStateChangeForSelectedService(const dbus::ObjectPath& service_path,
/system/connectivity/apmanager/dbus/
H A Dmanager_dbus_adaptor.cc101 const dbus::ObjectPath& service_path) {
102 LOG(INFO) << "Owner for service " << service_path.value() << " vanished";
104 auto watcher_context = service_owner_watchers_.find(service_path);
100 OnServiceOwnerVanished( const dbus::ObjectPath& service_path) argument
H A Dmanager_dbus_adaptor.h67 void OnServiceOwnerVanished(const dbus::ObjectPath& service_path);
/system/update_engine/update_manager/
H A Dreal_shill_provider_unittest.cc106 // properties in the mocked service |service_path|. If any of the three
110 ServiceProxyMock* SetServiceReply(const std::string& service_path,
124 // |service_path|. Sets the fake connection change time in
126 void SendDefaultServiceSignal(const std::string& service_path, argument
132 shill::kDefaultServiceProperty, dbus::ObjectPath(service_path));
138 // Sets up expectations for detection of a connection |service_path| with type
143 void SetupConnectionAndAttrs(const std::string& service_path, argument
147 SetServiceReply(service_path, shill_type, nullptr, shill_tethering);
148 // Note: We don't setup this |service_path| as the default service path but
154 SendDefaultServiceSignal(service_path,
168 SetupConnectionAndTestType(const char* service_path, const char* shill_type, ConnectionType expected_conn_type) argument
187 SetupConnectionAndTestTethering( const char* service_path, const char* shill_tethering, ConnectionTethering expected_conn_tethering) argument
236 SetServiceReply( const std::string& service_path, const char* service_type, const char* physical_technology, const char* service_tethering) argument
[all...]
H A Dreal_shill_provider.cc93 dbus::ObjectPath service_path = value.TryGet<dbus::ObjectPath>(); local
94 if (!service_path.IsValid()) {
98 << ", read as the object path: '" << service_path.value()
101 ProcessDefaultService(service_path);
/system/connectivity/shill/dbus/
H A Dchromeos_manager_dbus_adaptor.cc258 dbus::ObjectPath* service_path) {
268 *service_path = dbus::ObjectPath(service->GetRpcIdentifier());
276 dbus::ObjectPath* service_path) {
278 return GetService(error, args, service_path);
285 dbus::ObjectPath* service_path) {
287 return GetService(error, args, service_path);
294 dbus::ObjectPath* service_path) {
304 *service_path = dbus::ObjectPath(service->GetRpcIdentifier());
312 dbus::ObjectPath* service_path) {
323 *service_path
255 GetService( brillo::ErrorPtr* error, const brillo::VariantDictionary& args, dbus::ObjectPath* service_path) argument
273 GetVPNService( brillo::ErrorPtr* error, const brillo::VariantDictionary& args, dbus::ObjectPath* service_path) argument
282 GetWifiService( brillo::ErrorPtr* error, const brillo::VariantDictionary& args, dbus::ObjectPath* service_path) argument
291 ConfigureService( brillo::ErrorPtr* error, const brillo::VariantDictionary& args, dbus::ObjectPath* service_path) argument
308 ConfigureServiceForProfile( brillo::ErrorPtr* error, const dbus::ObjectPath& profile_rpcid, const brillo::VariantDictionary& args, dbus::ObjectPath* service_path) argument
327 FindMatchingService( brillo::ErrorPtr* error, const brillo::VariantDictionary& args, dbus::ObjectPath* service_path) argument
[all...]
H A Dchromeos_manager_dbus_adaptor.h102 dbus::ObjectPath* service_path) override;
105 dbus::ObjectPath* service_path) override;
108 dbus::ObjectPath* service_path) override;
111 dbus::ObjectPath* service_path) override;
115 dbus::ObjectPath* service_path) override;
118 dbus::ObjectPath* service_path) override;
/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_dbus_client.cc270 dbus::ObjectPath service_path; local
273 expected_properties, &service_path, &error)) {
277 new ServiceProxy(dbus_bus_, service_path));
316 dbus::ObjectPath service_path; local
319 config_params, &service_path, &error);
325 dbus::ObjectPath service_path; local
330 guid_config_params, &service_path, &error);
/system/update_engine/
H A Dconnection_manager_unittest.cc62 // properties in the mocked service |service_path|. If any of the three
65 void SetServiceReply(const string& service_path,
108 void ConnectionManagerTest::SetServiceReply(const string& service_path, argument
132 fake_shill_proxy_.SetServiceForPath(dbus::ObjectPath(service_path),

Completed in 353 milliseconds