Searched defs:object_path (Results 1 - 13 of 13) sorted by relevance

/system/connectivity/shill/dbus/
H A Dchromeos_supplicant_bss_proxy.cc38 const std::string& object_path,
44 dbus::ObjectPath(object_path))),
36 ChromeosSupplicantBSSProxy( const scoped_refptr<dbus::Bus>& bus, const std::string& object_path, WiFiEndpoint* wifi_endpoint) argument
H A Dchromeos_supplicant_network_proxy.cc52 const std::string& object_path)
57 dbus::ObjectPath(object_path))) {
50 ChromeosSupplicantNetworkProxy( const scoped_refptr<dbus::Bus>& bus, const std::string& object_path) argument
H A Dchromeos_dbus_adaptor.cc48 const std::string& object_path)
49 : dbus_path_(object_path),
51 SLOG(this, 2) << "DBusAdaptor: " << object_path;
86 string ChromeosDBusAdaptor::SanitizePathElement(const string& object_path) { argument
87 string sanitized_path(object_path);
47 ChromeosDBusAdaptor(const scoped_refptr<dbus::Bus>& bus, const std::string& object_path) argument
H A Dchromeos_dbus_objectmanager_proxy.cc127 const dbus::ObjectPath& object_path,
130 << object_path.value() << ")";
134 interfaces_added_callback_.Run(object_path.value(), interface_to_properties);
138 const dbus::ObjectPath& object_path,
141 << object_path.value() << ")";
142 interfaces_removed_callback_.Run(object_path.value(), interfaces);
126 InterfacesAdded( const dbus::ObjectPath& object_path, const DBusInterfaceToProperties& dbus_interface_to_properties) argument
137 InterfacesRemoved( const dbus::ObjectPath& object_path, const std::vector<std::string>& interfaces) argument
H A Dchromeos_dbus_control.cc234 const string& object_path) {
236 proxy_bus_, object_path, delegate);
241 const string& object_path) {
242 return new ChromeosSupplicantNetworkProxy(proxy_bus_, object_path);
249 const string& object_path) {
250 return new ChromeosSupplicantBSSProxy(proxy_bus_, object_path, wifi_endpoint);
232 CreateSupplicantInterfaceProxy( SupplicantEventDelegateInterface* delegate, const string& object_path) argument
240 CreateSupplicantNetworkProxy( const string& object_path) argument
247 CreateSupplicantBSSProxy( WiFiEndpoint* wifi_endpoint, const string& object_path) argument
H A Dchromeos_supplicant_interface_proxy.cc64 const std::string& object_path,
70 dbus::ObjectPath(object_path))),
62 ChromeosSupplicantInterfaceProxy( const scoped_refptr<dbus::Bus>& bus, const std::string& object_path, SupplicantEventDelegateInterface* delegate) argument
/system/weaved/buffet/
H A Dap_manager_client.cc61 void ApManagerClient::RemoveService(const dbus::ObjectPath& object_path) { argument
62 CHECK(object_path.IsValid());
64 if (!manager_proxy_->RemoveService(object_path, &error)) {
109 void ApManagerClient::OnServiceRemoved(const dbus::ObjectPath& object_path) { argument
110 VLOG(1) << "service removed: " << object_path.value();
111 if (object_path != service_path_)
117 void ApManagerClient::OnManagerRemoved(const dbus::ObjectPath& object_path) { argument
118 VLOG(1) << "manager removed: " << object_path.value();
/system/connectivity/shill/cellular/
H A Dmodem_manager_1.cc110 const string& object_path,
113 AddModem1(object_path, properties);
120 const string& object_path,
122 LOG(INFO) << "MM1: Removing interfaces from " << object_path;
126 RemoveModem(object_path);
109 OnInterfacesAddedSignal( const string& object_path, const InterfaceToProperties& properties) argument
119 OnInterfacesRemovedSignal( const string& object_path, const vector<string>& interfaces) argument
/system/webservd/webservd/
H A Ddbus_protocol_handler.cc34 const dbus::ObjectPath& object_path,
38 object_path}},
32 DBusProtocolHandler( ExportedObjectManager* object_manager, const dbus::ObjectPath& object_path, ProtocolHandler* protocol_handler, Server* server) argument
/system/connectivity/shill/binder/
H A Dbinder_control.cc152 SupplicantEventDelegateInterface* delegate, const string& object_path) {
153 return new ChromeosSupplicantInterfaceProxy(proxy_bus_, object_path,
158 const string& object_path) {
159 return new ChromeosSupplicantNetworkProxy(proxy_bus_, object_path);
165 WiFiEndpoint* wifi_endpoint, const string& object_path) {
166 return new ChromeosSupplicantBSSProxy(proxy_bus_, object_path, wifi_endpoint);
151 CreateSupplicantInterfaceProxy( SupplicantEventDelegateInterface* delegate, const string& object_path) argument
157 CreateSupplicantNetworkProxy( const string& object_path) argument
164 CreateSupplicantBSSProxy( WiFiEndpoint* wifi_endpoint, const string& object_path) argument
/system/webservd/libwebserv/
H A Ddbus_protocol_handler.cc177 void DBusProtocolHandler::Disconnect(const dbus::ObjectPath& object_path) { argument
178 proxies_.erase(object_path);
H A Ddbus_server.cc147 void DBusServer::Offline(const dbus::ObjectPath& /* object_path */) {
170 void DBusServer::ProtocolHandlerRemoved(const dbus::ObjectPath& object_path) { argument
171 auto p = protocol_handler_id_map_.find(object_path);
182 registered_handler->Disconnect(object_path);
/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_dbus_client.cc233 const dbus::ObjectPath& object_path,
240 object_path, property_name, expected_values, timeout_milliseconds,
245 const dbus::ObjectPath& object_path,
252 object_path, property_name, expected_values, timeout_milliseconds,
257 const dbus::ObjectPath& object_path,
264 object_path, property_name, expected_values, timeout_milliseconds,
334 const dbus::ObjectPath& object_path,
336 auto proxy = GetProxyForObjectPath<ServiceProxy>(object_path);
345 object_path, shill::kStateProperty, expected_values,
350 const dbus::ObjectPath& object_path,
232 WaitForDeviceProxyPropertyValueIn( const dbus::ObjectPath& object_path, const std::string& property_name, const std::vector<brillo::Any>& expected_values, long timeout_milliseconds, brillo::Any* final_value, long* elapsed_time_milliseconds) argument
244 WaitForServiceProxyPropertyValueIn( const dbus::ObjectPath& object_path, const std::string& property_name, const std::vector<brillo::Any>& expected_values, long timeout_milliseconds, brillo::Any* final_value, long* elapsed_time_milliseconds) argument
256 WaitForProfileProxyPropertyValueIn( const dbus::ObjectPath& object_path, const std::string& property_name, const std::vector<brillo::Any>& expected_values, long timeout_milliseconds, brillo::Any* final_value, long* elapsed_time_milliseconds) argument
333 ConnectService( const dbus::ObjectPath& object_path, long timeout_milliseconds) argument
349 DisconnectService( const dbus::ObjectPath& object_path, long timeout_milliseconds) argument
438 GetProxyForObjectPath( const dbus::ObjectPath& object_path) argument
487 WaitForProxyPropertyValueIn( const dbus::ObjectPath& object_path, const std::string& property_name, const std::vector<brillo::Any>& expected_values, long timeout_milliseconds, brillo::Any* final_value, long* elapsed_time_milliseconds) argument
[all...]

Completed in 299 milliseconds