Home
last modified time | relevance | path

Searched refs:ObjectPath (Results 1 – 25 of 97) sorted by relevance

1234

/system/update_engine/include/shill/
Ddbus-proxy-mocks.h57 dbus::ObjectPath*,
62 const base::Callback<void(const dbus::ObjectPath&)>& /*success_callback*/,
76 dbus::ObjectPath*,
81 const base::Callback<void(const dbus::ObjectPath&)>& /*success_callback*/,
87 dbus::ObjectPath*,
93 const base::Callback<void(const dbus::ObjectPath&)>& /*success_callback*/,
155 dbus::ObjectPath*,
160 const base::Callback<void(const dbus::ObjectPath&)>& /*success_callback*/,
165 dbus::ObjectPath*,
170 const base::Callback<void(const dbus::ObjectPath&)>& /*success_callback*/,
[all …]
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc103 SendPropertyChangedSignal(name, brillo::Any(dbus::ObjectPath(value))); in EmitRpcIdentifierChanged()
110 vector<dbus::ObjectPath> paths; in EmitRpcIdentifierArrayChanged()
112 paths.push_back(dbus::ObjectPath(element)); in EmitRpcIdentifierArrayChanged()
145 dbus::ObjectPath* profile_path) { in CreateProfile()
153 *profile_path = dbus::ObjectPath(path); in CreateProfile()
167 dbus::ObjectPath* profile_path) { in PushProfile()
175 *profile_path = dbus::ObjectPath(path); in PushProfile()
183 dbus::ObjectPath* profile_path) { in InsertUserProfile()
191 *profile_path = dbus::ObjectPath(path); in InsertUserProfile()
258 dbus::ObjectPath* service_path) { in GetService()
[all …]
Dchromeos_manager_dbus_adaptor.h80 dbus::ObjectPath* profile_path) override;
85 dbus::ObjectPath* profile_path) override;
89 dbus::ObjectPath* profile_path) override;
102 dbus::ObjectPath* service_path) override;
105 dbus::ObjectPath* service_path) override;
108 dbus::ObjectPath* service_path) override;
111 dbus::ObjectPath* service_path) override;
113 const dbus::ObjectPath& profile_rpcid,
115 dbus::ObjectPath* service_path) override;
118 dbus::ObjectPath* service_path) override;
[all …]
Dchromeos_modem_manager_proxy.cc30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } in ObjectID()
43 bus, service, dbus::ObjectPath(path))), in ChromeosModemManagerProxy()
82 vector<dbus::ObjectPath> device_paths; in EnumerateDevices()
94 void ChromeosModemManagerProxy::DeviceAdded(const dbus::ObjectPath& device) { in DeviceAdded()
99 void ChromeosModemManagerProxy::DeviceRemoved(const dbus::ObjectPath& device) { in DeviceRemoved()
Dchromeos_supplicant_process_proxy.cc31 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } in ObjectID()
68 dbus::ObjectPath(WPASupplicant::kDBusPath))), in ChromeosSupplicantProcessProxy()
126 dbus::ObjectPath path; in CreateInterface()
148 if (!supplicant_proxy_->RemoveInterface(dbus::ObjectPath(rpc_identifier), in RemoveInterface()
165 dbus::ObjectPath path; in GetInterface()
216 const dbus::ObjectPath& /*path*/, in InterfaceAdded() argument
222 const dbus::ObjectPath& /*path*/) { in InterfaceRemoved() argument
Dchromeos_supplicant_interface_proxy.h106 void BSSAdded(const dbus::ObjectPath& BSS,
108 void BSSRemoved(const dbus::ObjectPath& BSS);
111 void NetworkAdded(const dbus::ObjectPath& network,
113 void NetworkRemoved(const dbus::ObjectPath& network);
114 void NetworkSelected(const dbus::ObjectPath& network);
Dchromeos_supplicant_interface_proxy.cc33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } in ObjectID()
70 dbus::ObjectPath(object_path))), in ChromeosSupplicantInterfaceProxy()
148 dbus::ObjectPath path; in AddNetwork()
222 if (!interface_proxy_->NetworkReply(dbus::ObjectPath(network), in NetworkReply()
282 if (!interface_proxy_->RemoveNetwork(dbus::ObjectPath(network), in RemoveNetwork()
319 if (!interface_proxy_->SelectNetwork(dbus::ObjectPath(network), &error)) { in SelectNetwork()
333 if (!interface_proxy_->SetHT40Enable(dbus::ObjectPath(network), in SetHT40Enable()
469 const dbus::ObjectPath& BSS, in BSSAdded()
492 void ChromeosSupplicantInterfaceProxy::BSSRemoved(const dbus::ObjectPath& BSS) { in BSSRemoved()
498 const dbus::ObjectPath& /*network*/, in NetworkAdded() argument
[all …]
Dchromeos_dbus_objectmanager_proxy.h60 typedef std::map<dbus::ObjectPath, DBusInterfaceToProperties>
65 const dbus::ObjectPath& object_path,
67 void InterfacesRemoved(const dbus::ObjectPath& object_path,
Dchromeos_mm1_modem_simple_proxy.cc30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } in ObjectID()
41 bus, service, dbus::ObjectPath(path))) {} in ChromeosModemSimpleProxy()
68 dbus::ObjectPath(bearer), in Disconnect()
91 const RpcIdentifierCallback& callback, const dbus::ObjectPath& path) { in OnConnectSuccess()
Dchromeos_supplicant_process_proxy.h65 brillo::dbus_utils::Property<std::vector<dbus::ObjectPath>> interfaces;
80 void InterfaceAdded(const dbus::ObjectPath& path,
82 void InterfaceRemoved(const dbus::ObjectPath& path);
Dchromeos_dbus_objectmanager_proxy.cc31 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } in ObjectID()
43 bus, service, dbus::ObjectPath(path))), in ChromeosDBusObjectManagerProxy()
127 const dbus::ObjectPath& object_path, in InterfacesAdded()
138 const dbus::ObjectPath& object_path, in InterfacesRemoved()
/system/weaved/buffet/
Dap_manager_client.h40 void RemoveService(const dbus::ObjectPath& object_path);
49 void OnServiceRemoved(const dbus::ObjectPath& object_path);
50 void OnManagerRemoved(const dbus::ObjectPath& object_path);
58 dbus::ObjectPath service_path_;
Dshill_client.h85 void OnDevicePropertyChangeRegistration(const dbus::ObjectPath& device_path,
89 void OnDevicePropertyChange(const dbus::ObjectPath& device_path,
92 void OnServicePropertyChangeRegistration(const dbus::ObjectPath& path,
96 void OnServicePropertyChange(const dbus::ObjectPath& service_path,
103 void OnStateChangeForSelectedService(const dbus::ObjectPath& service_path,
129 std::map<dbus::ObjectPath, DeviceState> devices_;
Dap_manager_client.cc54 service_path_ = dbus::ObjectPath(); in Stop()
61 void ApManagerClient::RemoveService(const dbus::ObjectPath& object_path) { in RemoveService()
109 void ApManagerClient::OnServiceRemoved(const dbus::ObjectPath& object_path) { in OnServiceRemoved()
113 service_path_ = dbus::ObjectPath(); in OnServiceRemoved()
117 void ApManagerClient::OnManagerRemoved(const dbus::ObjectPath& object_path) { in OnManagerRemoved()
Dshill_client.cc33 using dbus::ObjectPath;
114 bus_->GetObjectProxy(shill::kFlimflamServiceName, ObjectPath{"/"})
162 ObjectPath service_path; in Connect()
272 set<ObjectPath> device_paths_to_remove; in OnManagerPropertyChange()
276 for (const auto& device_path : property_value.TryGet<vector<ObjectPath>>()) { in OnManagerPropertyChange()
302 for (const ObjectPath& device_path : device_paths_to_remove) { in OnManagerPropertyChange()
312 const ObjectPath& device_path, in OnDevicePropertyChangeRegistration()
337 void ShillClient::OnDevicePropertyChange(const ObjectPath& device_path, in OnDevicePropertyChange()
350 ObjectPath service_path{property_value.TryGet<ObjectPath>()}; in OnDevicePropertyChange()
399 void ShillClient::OnServicePropertyChangeRegistration(const ObjectPath& path, in OnServicePropertyChangeRegistration()
[all …]
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.h79 const dbus::ObjectPath& object_path,
86 const dbus::ObjectPath& object_path,
93 const dbus::ObjectPath& object_path,
113 bool ConnectService(const dbus::ObjectPath& object_path,
115 bool DisconnectService(const dbus::ObjectPath& object_path,
130 dbus::ObjectPath GetObjectPathForActiveProfile();
133 const dbus::ObjectPath& object_path);
140 const dbus::ObjectPath& object_path,
Dproxy_dbus_client.cc233 const dbus::ObjectPath& object_path, in WaitForDeviceProxyPropertyValueIn()
245 const dbus::ObjectPath& object_path, in WaitForServiceProxyPropertyValueIn()
257 const dbus::ObjectPath& object_path, in WaitForProfileProxyPropertyValueIn()
270 dbus::ObjectPath service_path; in GetServiceProxy()
316 dbus::ObjectPath service_path; in ConfigureService()
325 dbus::ObjectPath service_path; in ConfigureServiceByGuid()
334 const dbus::ObjectPath& object_path, in ConnectService()
350 const dbus::ObjectPath& object_path, in DisconnectService()
365 dbus::ObjectPath profile_path; in CreateProfile()
377 dbus::ObjectPath profile_path; in PushProfile()
[all …]
/system/connectivity/apmanager/dbus/
Dmanager_dbus_adaptor.h44 dbus::ObjectPath* out_service) override;
47 const dbus::ObjectPath& in_service) override;
67 void OnServiceOwnerVanished(const dbus::ObjectPath& service_path);
74 std::map<dbus::ObjectPath, ServiceOwnerWatcherContext>
Dmanager_dbus_adaptor.cc52 dbus::ObjectPath* out_service) { in CreateService()
81 const dbus::ObjectPath& in_service) { in RemoveService()
101 const dbus::ObjectPath& service_path) { in OnServiceOwnerVanished()
/system/update_engine/
Dconnection_manager.h56 bool GetDefaultServicePath(dbus::ObjectPath* out_path);
58 bool GetServicePathProperties(const dbus::ObjectPath& path,
Dfake_shill_proxy.h45 GetServiceForPath(const dbus::ObjectPath& path) override;
49 const dbus::ObjectPath& path,
Dfake_shill_proxy.cc32 const dbus::ObjectPath& path) { in GetServiceForPath()
42 const dbus::ObjectPath& path, in SetServiceForPath()
Dconnection_manager.cc167 dbus::ObjectPath default_service_path; in GetConnectionProperties()
179 bool ConnectionManager::GetDefaultServicePath(dbus::ObjectPath* out_path) { in GetDefaultServicePath()
192 *out_path = prop_default_service->second.TryGet<dbus::ObjectPath>(); in GetDefaultServicePath()
197 const dbus::ObjectPath& path, in GetServicePathProperties()
/system/update_engine/include/libcros/
Ddbus-proxy-mocks.h40 MOCK_CONST_METHOD0(GetObjectPath, const dbus::ObjectPath&());
61 MOCK_CONST_METHOD0(GetObjectPath, const dbus::ObjectPath&());
/system/webservd/libwebserv/
Ddbus_server.h91 void Offline(const dbus::ObjectPath& object_path);
100 const dbus::ObjectPath& object_path);
131 std::map<dbus::ObjectPath, std::string> protocol_handler_id_map_;

1234