/external/chromium_org/chromeos/dbus/ |
cros_disks_client_unittest.cc | 5 #include "chromeos/dbus/cros_disks_client.h" 8 #include "dbus/message.h" 10 #include "third_party/cros_system_api/dbus/service_constants.h" 17 void AppendBoolDictEntry(dbus::MessageWriter* array_writer, 20 dbus::MessageWriter entry_writer(NULL); 28 void AppendStringDictEntry(dbus::MessageWriter* array_writer, 31 dbus::MessageWriter entry_writer(NULL); 61 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); 63 dbus::MessageWriter writer(response.get()) [all...] |
mock_dbus_thread_manager_without_gmock.h | 12 #include "chromeos/dbus/dbus_thread_manager.h" 14 namespace dbus { namespace 17 } // namespace dbus 58 virtual dbus::Bus* GetSystemBus() OVERRIDE; 59 virtual dbus::Bus* GetIBusBus() OVERRIDE; 93 const dbus::ObjectPath& object_path) OVERRIDE; 95 const dbus::ObjectPath& object_path) OVERRIDE; 182 void set_ibus_bus(dbus::Bus* ibus_bus) { 217 dbus::Bus* ibus_bus_;
|
fake_system_clock_client.cc | 5 #include "chromeos/dbus/fake_system_clock_client.h"
|
image_burner_client.h | 13 #include "chromeos/dbus/dbus_client_implementation_type.h" 15 namespace dbus { namespace 28 // A callback to be called when DBus method call fails. 61 dbus::Bus* bus);
|
introspectable_client_unittest.cc | 5 #include "chromeos/dbus/introspectable_client.h" 14 "\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n" 16 " <interface name=\"org.freedesktop.DBus.Introspectable\">\n" 63 EXPECT_EQ("org.freedesktop.DBus.Introspectable", interfaces[0]);
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old.c | 2 * WPA Supplicant / dbus-based control interface 10 #include <dbus/dbus.h> 25 * @path: The dbus object path 88 * @message: Pointer to incoming dbus message this error refers to 89 * Returns: A dbus error message 103 * @message: Pointer to incoming dbus message this error refers to 104 * Returns: a dbus error message 117 * @message: Pointer to incoming dbus message this error refers to 118 * Returns: a dbus error messag [all...] |
dbus_old_handlers_wps.c | 2 * WPA Supplicant / dbus-based control interface (WPS) 10 #include <dbus/dbus.h> 21 * @message: Pointer to incoming dbus message 23 * Returns: A dbus message containing a UINT32 indicating success (1) or 61 * @message: Pointer to incoming dbus message 63 * Returns: A dbus message containing a UINT32 indicating success (1) or 122 * @message: Pointer to incoming dbus message 124 * Returns: A dbus message containing a UINT32 indicating success (1) or
|
dbus_new_helpers.c | 2 * WPA Supplicant / dbus-based control interface 86 wpa_printf(MSG_ERROR, "%s: out of memory creating dbus reply", 122 /* According to DBus documentation max length of signature is 255 */ 358 * message_handler - Handles incoming DBus messages 359 * @connection: DBus connection on which message was received 388 wpa_printf(MSG_MSGDUMP, "dbus: %s.%s (%s)", 429 * @connection: DBus connection 456 * wpa_dbus_ctrl_iface_init - Initialize dbus control interface 458 * @dbus_path: DBus path to interface object 459 * @dbus_service: DBus service name to register wit [all...] |
dbus_new.c | 2 * WPA Supplicant / dbus-based control interface 37 * DBus is to register for the NameOwnerChanged signal which will 46 "interface=org.freedesktop.DBus,member=NameOwnerChanged"; 101 wpa_printf(MSG_ERROR, "dbus: failed to add filter"); 137 iface = wpa_s->global->dbus; 165 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 208 iface = wpa_s->global->dbus; 225 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 247 iface = wpa_s->global->dbus; 276 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal") [all...] |
dbus_old_handlers.c | 2 * WPA Supplicant / dbus-based control interface 10 #include <dbus/dbus.h> 34 * @message: Pointer to incoming dbus message this error refers to 35 * Returns: a dbus error message 57 * @message: Pointer to incoming dbus message this reply refers to 58 * Returns: a dbus message containing a single UINT32 that indicates 77 * @message: Pointer to incoming dbus message 80 * or a dbus error message with more information 83 * by dbus clients to register a network interface that wpa_supplican [all...] |
dbus_new_handlers_wps.c | 2 * WPA Supplicant / dbus-based control interface (WPS) 44 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Role type, " 56 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Uknown role %s", val); 75 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Type type, " 87 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Unknown type %s", 108 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Bssid type, " 117 wpa_printf(MSG_DEBUG, "dbus: WPS.Stsrt - Wrong Bssid length " 137 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Pin type, " 161 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong " 171 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong [all...] |
/external/chromium_org/chrome/browser/chromeos/dbus/ |
proxy_resolution_service_provider.cc | 5 #include "chrome/browser/chromeos/dbus/proxy_resolution_service_provider.h" 12 #include "dbus/bus.h" 13 #include "dbus/message.h" 14 #include "dbus/exported_object.h" 19 #include "third_party/cros_system_api/dbus/service_constants.h" 81 scoped_refptr<dbus::ExportedObject> exported_object) OVERRIDE { 114 scoped_refptr<dbus::ExportedObject> exported_object) { 150 scoped_refptr<dbus::ExportedObject> exported_object, 155 dbus::Signal signal(signal_interface, signal_name); 156 dbus::MessageWriter writer(&signal) [all...] |
cros_dbus_service.h | 13 namespace dbus { namespace 41 scoped_refptr<dbus::ExportedObject> exported_object) = 0; 59 dbus::Bus* bus,
|
/external/chromium_org/device/bluetooth/ |
bluetooth_profile_chromeos.cc | 20 #include "chromeos/dbus/bluetooth_profile_manager_client.h" 21 #include "chromeos/dbus/bluetooth_profile_service_provider.h" 22 #include "chromeos/dbus/dbus_thread_manager.h" 23 #include "dbus/bus.h" 24 #include "dbus/file_descriptor.h" 25 #include "dbus/object_path.h" 44 scoped_ptr<dbus::FileDescriptor> CheckValidity( 45 scoped_ptr<dbus::FileDescriptor> fd) { 95 object_path_ = dbus::ObjectPath("/org/chromium/bluetooth_profile/" + 98 dbus::Bus* system_bus = DBusThreadManager::Get()->GetSystemBus() [all...] |
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
p2p_disconnect.py | 6 import dbus namespace 12 from dbus.mainloop.glib import DBusGMainLoop 21 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1" 42 # Dbus Paths 72 self.bus = dbus.SystemBus() 76 self.wpas = dbus.Interface(self.wpas_object, 84 except dbus.DBusException, exc: 93 self.p2p_interface = dbus.Interface(self.interface_object, 137 # Dbus interface
|
p2p_flush.py | 7 import dbus namespace 13 from dbus.mainloop.glib import DBusGMainLoop 22 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1" 42 # Dbus Paths 72 self.bus = dbus.SystemBus() 76 self.wpas = dbus.Interface(self.wpas_object, 84 except dbus.DBusException, exc: 93 self.p2p_interface = dbus.Interface(self.interface_object, 137 # Dbus interface
|
p2p_stop_find.py | 5 import dbus namespace 11 from dbus.mainloop.glib import DBusGMainLoop 20 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1" 44 # Dbus Paths 74 self.bus = dbus.SystemBus() 78 self.wpas = dbus.Interface(self.wpas_object, 86 except dbus.DBusException, exc: 95 self.p2p_interface = dbus.Interface(self.interface_object, 142 # Dbus interface
|
/external/chromium_org/chromeos/network/ |
network_device_handler.cc | 9 #include "chromeos/dbus/dbus_thread_manager.h" 10 #include "chromeos/dbus/shill_device_client.h" 11 #include "chromeos/dbus/shill_ipconfig_client.h" 14 #include "dbus/object_path.h" 15 #include "third_party/cros_system_api/dbus/service_constants.h" 91 dbus::ObjectPath(ipconfig_path), 95 // IPConfig.Refresh callbacks to complete because the Refresh DBus calls will 96 // be executed in order and thus before any further DBus requests that 115 base::StringPrintf("DBus call failed: %d", call_status), ""); 143 dbus::ObjectPath(device_path) [all...] |
/external/chromium_org/chromeos/dbus/ibus/ |
ibus_component_unittest.cc | 4 #include "chromeos/dbus/ibus/ibus_component.h" 9 #include "dbus/message.h" 50 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); 51 dbus::MessageWriter writer(response.get()); 56 dbus::MessageReader reader(response.get());
|
ibus_lookup_table_unittest.cc | 6 #include "chromeos/dbus/ibus/ibus_lookup_table.h" 13 #include "chromeos/dbus/ibus/ibus_object.h" 14 #include "chromeos/dbus/ibus/ibus_text.h" 15 #include "dbus/message.h" 51 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); 52 dbus::MessageWriter writer(response.get()); 57 dbus::MessageReader reader(response.get()); 98 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()) [all...] |
ibus_engine_service_unittest.cc | 5 #include "chromeos/dbus/ibus/ibus_engine_service.h" 11 #include "chromeos/dbus/ibus/ibus_constants.h" 12 #include "chromeos/dbus/ibus/ibus_lookup_table.h" 13 #include "chromeos/dbus/ibus/ibus_property.h" 14 #include "chromeos/dbus/ibus/ibus_text.h" 15 #include "dbus/message.h" 16 #include "dbus/mock_bus.h" 17 #include "dbus/mock_exported_object.h" 18 #include "dbus/object_path.h" 19 #include "dbus/values_util.h [all...] |
/external/chromium_org/chrome/browser/chromeos/power/ |
video_activity_notifier.cc | 8 #include "chromeos/dbus/dbus_thread_manager.h" 9 #include "chromeos/dbus/power_manager_client.h"
|
/external/chromium_org/dbus/ |
object_manager.h | 12 #include "dbus/object_path.h" 13 #include "dbus/property.h" 18 // http://dbus.freedesktop.org/doc/dbus-specification.html 28 // documented in dbus/property.h 31 // dbus::ObjectManager::Interface class, and defining a Properties structure as 32 // documented in dbus/property.h. 35 // class ExampleClient : public dbus::ObjectManager::Interface { 37 // struct Properties : public dbus::PropertySet { 38 // dbus::Property<std::string> name 119 namespace dbus { namespace [all...] |
object_path.h | 11 #include "dbus/dbus_export.h" 13 namespace dbus { namespace 22 // dbus::MessageReader::PopObjectPath to fill in and from std::string 53 } // namespace dbus
|
/external/dnsmasq/dbus/ |
dnsmasq.conf | 3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|