HomeSort by relevance Sort by last modified time
    Searched defs:dbus (Results 101 - 120 of 120) sorted by null

1 2 3 45

  /external/chromium_org/dbus/
message_unittest.cc 5 #include "dbus/message.h"
11 #include "dbus/object_path.h"
12 #include "dbus/test_proto.pb.h"
15 namespace dbus { namespace
632 } // namespace dbus
object_manager.cc 5 #include "dbus/object_manager.h"
9 #include "dbus/bus.h"
10 #include "dbus/message.h"
11 #include "dbus/object_proxy.h"
12 #include "dbus/property.h"
14 namespace dbus { namespace
295 } // namespace dbus
object_manager_unittest.cc 5 #include "dbus/object_manager.h"
15 #include "dbus/bus.h"
16 #include "dbus/object_path.h"
17 #include "dbus/object_proxy.h"
18 #include "dbus/property.h"
19 #include "dbus/test_service.h"
22 namespace dbus { namespace
336 } // namespace dbus
property.h 14 #include "dbus/dbus_export.h"
15 #include "dbus/message.h"
16 #include "dbus/object_proxy.h"
35 // struct Properties : public dbus::PropertySet {
36 // dbus::Property<std::string> name;
37 // dbus::Property<uint16> version;
38 // dbus::Property<dbus::ObjectPath> parent;
39 // dbus::Property<std::vector<std::string> > children;
41 // Properties(dbus::ObjectProxy* object_proxy
117 namespace dbus { namespace
    [all...]
signal_sender_verification_unittest.cc 14 #include "dbus/bus.h"
15 #include "dbus/message.h"
16 #include "dbus/object_proxy.h"
17 #include "dbus/test_service.h"
20 namespace dbus { namespace
194 UMA_HISTOGRAM_COUNTS("DBus.RejectedSignalCount", 0);
196 base::StatisticsRecorder::FindHistogram("DBus.RejectedSignalCount");
384 } // namespace dbus
bus.h 8 #include <dbus/dbus.h>
20 #include "dbus/dbus_export.h"
21 #include "dbus/object_path.h"
32 namespace dbus { namespace
67 // deal with the connection to dbus-daemon to be blocking.
79 // dbus::Bus::Options options;
82 // dbus::Bus bus(options);
84 // dbus::ObjectProxy* object_proxy =
87 // dbus::MethodCall method_call(interface_name, method_name)
    [all...]
dbus_statistics.cc 5 #include "dbus/dbus_statistics.h"
16 namespace dbus { namespace
20 // Used to store dbus statistics sorted alphabetically by service, interface,
61 // Simple class for gathering DBus usage statistics.
186 return "No DBus calls.";
283 } // namespace dbus
end_to_end_async_unittest.cc 16 #include "dbus/bus.h"
17 #include "dbus/message.h"
18 #include "dbus/object_path.h"
19 #include "dbus/object_proxy.h"
20 #include "dbus/test_service.h"
23 namespace dbus { namespace
245 // Called when the connection with dbus-daemon is disconnected.
647 } // namespace dbus
message.h 10 #include <dbus/dbus.h>
14 #include "dbus/dbus_export.h"
15 #include "dbus/file_descriptor.h"
16 #include "dbus/object_path.h"
27 namespace dbus { namespace
46 // as the class is inside 'dbus' namespace. We chose to name this way, as
47 // libdbus defines lots of types starting with DBus, such as
148 // interface ("org.freedesktop.DBus.Introspectable"), create a method
178 // ("org.freedesktop.DBus.Introspectable"), create a signal like this
    [all...]
object_proxy.cc 5 #include "dbus/bus.h"
15 #include "dbus/dbus_statistics.h"
16 #include "dbus/message.h"
17 #include "dbus/object_path.h"
18 #include "dbus/object_proxy.h"
19 #include "dbus/scoped_dbus_error.h"
21 namespace dbus { namespace
25 const char kErrorServiceUnknown[] = "org.freedesktop.DBus.Error.ServiceUnknown";
31 const char kDBusSystemObjectPath[] = "/org/freedesktop/DBus";
34 const char kDBusSystemObjectInterface[] = "org.freedesktop.DBus";
    [all...]
test_service.cc 5 #include "dbus/test_service.h"
10 #include "dbus/bus.h"
11 #include "dbus/exported_object.h"
12 #include "dbus/message.h"
13 #include "dbus/object_manager.h"
14 #include "dbus/object_path.h"
15 #include "dbus/property.h"
24 namespace dbus { namespace
113 // Use "/" just like dbus-send does.
616 } // namespace dbus
    [all...]
bus.cc 5 #include "dbus/bus.h"
16 #include "dbus/exported_object.h"
17 #include "dbus/message.h"
18 #include "dbus/object_manager.h"
19 #include "dbus/object_path.h"
20 #include "dbus/object_proxy.h"
21 #include "dbus/scoped_dbus_error.h"
23 namespace dbus { namespace
29 "type='signal', path='/org/freedesktop/DBus/Local',"
30 "interface='org.freedesktop.DBus.Local', member='Disconnected'"
    [all...]
message.cc 5 #include "dbus/message.h"
14 #include "dbus/object_path.h"
47 namespace dbus { namespace
472 // former is always 4 per dbus-types.h, whereas the latter is usually 1.
988 } // namespace dbus
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-signals.py 3 import dbus namespace
7 from dbus.mainloop.glib import DBusGMainLoop
30 dbus_interface=dbus.PROPERTIES_IFACE)
34 dbus_interface=dbus.PROPERTIES_IFACE)
49 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE)
53 dbus_interface=dbus.PROPERTIES_IFACE)
59 dbus_interface=dbus.PROPERTIES_IFACE)
63 dbus_interface=dbus.PROPERTIES_IFACE)
68 dbus_interface=dbus.PROPERTIES_IFACE)
73 dbus_interface=dbus.PROPERTIES_IFACE
    [all...]
  /external/chromium_org/chromeos/dbus/
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_;
cros_disks_client.h 14 #include "chromeos/dbus/dbus_client_implementation_type.h"
20 namespace dbus { namespace
27 // completely duplicated in third_party/dbus/service_constants.h. We should
108 DiskInfo(const std::string& device_path, dbus::Response* response);
167 void InitializeFromResponse(dbus::Response* response);
190 // A class to make the actual DBus calls for cros-disks service.
280 dbus::Bus* bus);
  /external/chromium_org/chrome/test/pyautolib/
policy_base.py 62 import dbus namespace
186 """Checks whether cryptohomed is running and ready to accept DBus calls."""
189 bus = dbus.SystemBus()
192 dbus.Interface(proxy, 'org.chromium.CryptohomeInterface')
193 except dbus.DBusException:
278 bus = dbus.SystemBus()
288 interface = dbus.Interface(proxy, 'org.chromium.CryptohomeInterface')
pyauto.py 457 """Is the ChromeOS session_manager running and ready to accept DBus calls?
463 to ensure that we don't look at the DBus interface
472 import dbus namespace
474 bus = dbus.SystemBus()
477 dbus.Interface(proxy, 'org.chromium.SessionManagerInterface')
478 except dbus.DBusException:
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 172 * dbus_ctrl_interface - Enable the DBus control interface
246 struct wpas_dbus_priv *dbus; member in struct:wpa_global
  /external/dnsmasq/src/
dnsmasq.h 314 #define SERV_FROM_DBUS 128 /* 1 if source is DBus */
677 /* DBus stuff */
678 /* void * here to avoid depending on dbus headers outside dbus.c */
679 void *dbus; member in struct:daemon
874 /* dbus.c */

Completed in 1019 milliseconds

1 2 3 45