/system/update_engine/ |
shill_proxy_interface.h | 24 #include <dbus/object_path.h>
|
/system/webservd/libwebserv/ |
dbus_server.cc | 147 void DBusServer::Offline(const dbus::ObjectPath& /* object_path */) { 170 void DBusServer::ProtocolHandlerRemoved(const dbus::ObjectPath& object_path) { 171 auto p = protocol_handler_id_map_.find(object_path); 182 registered_handler->Disconnect(object_path);
|
/external/autotest/client/cros/networking/ |
apmanager_proxy.py | 116 dbus_object.object_path) 145 dbus_object.object_path) 189 return service.object_path
|
/external/autotest/client/site_tests/network_WiMaxSmoke/ |
network_WiMaxSmoke.py | 46 logging.info('ConnectService: %s', self._service.object_path) 84 logging.info('DisonnectService: %s', self._service.object_path) 115 self._service.object_path, interface)
|
/external/libbrillo/brillo/dbus/ |
exported_object_manager_unittest.cc | 13 #include <dbus/object_path.h> 58 // OBJPATH object_path, 82 // OBJPATH object_path, ARRAY<STRING> interfaces);
|
dbus_object.h | 80 #include <dbus/object_path.h> 461 // object_path - D-Bus object path for the object instance. 469 const dbus::ObjectPath& object_path, 476 // object_path - D-Bus object path for the object instance. 482 const dbus::ObjectPath& object_path); 486 const dbus::ObjectPath& object_path, 513 // object_path - D-Bus object path for the object instance. 516 const dbus::ObjectPath& object_path);
|
/system/connectivity/shill/ |
control_interface.h | 124 const std::string& object_path) = 0; 127 const std::string& object_path) = 0; 134 const std::string& object_path) = 0;
|
mock_control.h | 72 const std::string& object_path)); 75 const std::string& object_path)); 80 const std::string& object_path));
|
nice_mock_control.h | 72 const std::string& object_path)); 75 const std::string& object_path)); 80 const std::string& object_path));
|
/system/connectivity/shill/dbus/ |
chromeos_dbus_control.h | 67 const std::string& object_path) override; 70 const std::string& object_path) override; 77 const std::string& object_path) override;
|
chromeos_supplicant_network_proxy.h | 37 const std::string& object_path);
|
chromeos_dbus_adaptor.h | 46 const std::string& object_path); 119 static std::string SanitizePathElement(const std::string& object_path);
|
/external/libchrome/dbus/ |
property.h | 68 // dbus::ObjectProxy* GetObjectProxy(const dbus::ObjectPath& object_path) { 69 // return GetObject(object_path).first; 72 // Properties* GetProperties(const dbus::ObjectPath& object_path) { 73 // return GetObject(object_path).second; 76 // Object GetObject(const dbus::ObjectPath& object_path) { 77 // ObjectMap::iterator it = object_map_.find(object_path); 88 // object_path)); 93 // object_map_[object_path] = object; 103 // ExampleClient::Properties* p = example_client->GetProperties(object_path); 153 // void Client::PropertyChanged(const dbus::ObjectPath& object_path, [all...] |
exported_object.cc | 19 #include "dbus/object_path.h" 33 const ObjectPath& object_path) 35 object_path_(object_path),
|
exported_object.h | 20 #include "dbus/object_path.h" 39 ExportedObject(Bus* bus, const ObjectPath& object_path);
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
proxy_generator.cc | 76 text.AddLine("#include <dbus/object_path.h>"); 385 args.emplace_back("dbus::ObjectPath", "object_path", true); [all...] |
header_generator.h | 41 std::string object_path; member in struct:chromeos_dbus_bindings::ServiceConfig::__anon10260
|
/external/autotest/client/cros/cellular/pseudomodem/ |
dbus_std_ifaces.py | 395 def InterfacesAdded(self, object_path, interfaces_and_properties): 400 @param object_path: Path of the added object. 405 logging.info((self.path + ': InterfacesAdded(' + object_path + 410 def InterfacesRemoved(self, object_path, interfaces): 415 @param object_path: Path of the remove object. 420 logging.info((self.path + ': InterfacesRemoved(' + object_path +
|
/external/libcxx/test/libcxx/test/ |
format.py | 104 object_path = tmpBase + '.o' 110 source_path, out=exec_path, object_file=object_path, 139 libcxx.util.cleanFile(object_path)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
format.py | 104 object_path = tmpBase + '.o' 110 source_path, out=exec_path, object_file=object_path, 139 libcxx.util.cleanFile(object_path)
|
/external/autotest/client/cros/scripts/ |
device | 60 print 'Device: %s' % device.object_path
|
/system/update_engine/update_manager/ |
real_shill_provider.h | 27 #include <dbus/object_path.h>
|
/external/autotest/client/site_tests/network_ShillInitScripts/ |
mock_flimflam.py | 21 def __init__(self, bus, object_path): 22 dbus.service.Object.__init__(self, bus, object_path)
|
/external/dbus/dbus/ |
dbus-message.h | 103 const char *object_path); 108 const char *object_path);
|
/system/connectivity/shill/cellular/ |
modem_manager.h | 169 const std::string& object_path, 172 const std::string& object_path,
|