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

12 3 4 5

  /external/chromium_org/chromeos/dbus/
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);
modem_messaging_client.h 14 #include "chromeos/dbus/dbus_client_implementation_type.h"
16 namespace dbus { namespace
30 typedef base::Callback<void(const dbus::ObjectPath& message_path,
32 typedef base::Callback<void(const std::vector<dbus::ObjectPath>& paths)>
40 dbus::Bus* bus);
44 const dbus::ObjectPath& object_path,
49 const dbus::ObjectPath& object_path) = 0;
53 const dbus::ObjectPath& object_path,
54 const dbus::ObjectPath& sms_path,
59 const dbus::ObjectPath& object_path
    [all...]
shill_ipconfig_client.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
14 #include "chromeos/dbus/shill_client_helper.h"
23 namespace dbus { namespace
28 } // namespace dbus
46 dbus::Bus* bus);
50 const dbus::ObjectPath& ipconfig_path,
55 const dbus::ObjectPath& ipconfig_path,
60 virtual void Refresh(const dbus::ObjectPath& ipconfig_path,
65 virtual void GetProperties(const dbus::ObjectPath& ipconfig_path,
75 const dbus::ObjectPath& ipconfig_path) = 0
    [all...]
sms_client.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
19 namespace dbus { namespace
39 dbus::Bus* bus);
43 const dbus::ObjectPath& object_path,
cryptohome_client.h 15 #include "chromeos/dbus/dbus_client_implementation_type.h"
16 #include "chromeos/dbus/dbus_method_call_status.h"
18 namespace dbus { namespace
56 dbus::Bus* bus);
226 // Calls the TpmAttestationIsPrepared dbus method. The callback is called
231 // Calls the TpmAttestationIsEnrolled dbus method. The callback is called
237 // will be called when the dbus call completes. When the operation completes,
245 // will be called when the dbus call completes. When the operation completes,
254 // |callback| will be called when the dbus call completes. When the operation
264 // be called when the dbus call completes. When the operation completes, th
    [all...]
gsm_sms_client.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
20 namespace dbus { namespace
43 dbus::Bus* bus);
47 const dbus::ObjectPath& object_path,
52 const dbus::ObjectPath& object_path) = 0;
56 const dbus::ObjectPath& object_path,
62 const dbus::ObjectPath& object_path,
68 const dbus::ObjectPath& object_path,
74 const dbus::ObjectPath& object_path) = 0;
system_clock_client.h 10 #include "chromeos/dbus/dbus_client_implementation_type.h"
12 namespace dbus { namespace
40 dbus::Bus* bus);
bluetooth_input_client.h 14 #include "chromeos/dbus/dbus_client_implementation_type.h"
15 #include "dbus/object_path.h"
16 #include "dbus/property.h"
18 namespace dbus { namespace
20 } // namespace dbus
29 struct Properties : public dbus::PropertySet {
31 dbus::Property<std::string> reconnect_mode;
33 Properties(dbus::ObjectProxy* object_proxy,
47 virtual void InputAdded(const dbus::ObjectPath& object_path) {}
52 virtual void InputRemoved(const dbus::ObjectPath& object_path) {
    [all...]
dbus_method_call_status.h 10 namespace dbus { namespace
14 } // namespace dbus
18 // An enum to describe whether or not a DBus method call succeeded.
45 const dbus::ObjectPath& result)> ObjectPathDBusMethodCallback;
49 typedef base::Callback<void(const dbus::ObjectPath& result)> ObjectPathCallback;
debug_daemon_client.h 12 #include "chromeos/dbus/dbus_client_implementation_type.h"
16 namespace dbus { namespace
18 } // namespace dbus
150 dbus::Bus* bus);
session_manager_client.h 14 #include "chromeos/dbus/dbus_client_implementation_type.h"
16 namespace dbus { namespace
18 } // namespace dbus
177 dbus::Bus* bus);
  /external/chromium_org/dbus/
object_path.cc 5 #include "dbus/object_path.h"
9 #include "dbus/string_util.h"
11 namespace dbus { namespace
33 } // namespace dbus
string_util.cc 5 #include "dbus/string_util.h"
9 namespace dbus { namespace
48 } // namespace dbus
file_descriptor.cc 7 #include "dbus/file_descriptor.h"
9 namespace dbus { namespace
33 } // namespace dbus
file_descriptor.h 9 #include "dbus/dbus_export.h"
11 namespace dbus { namespace
26 // writer.AppendFileDescriptor(dbus::FileDescriptor(1));
37 // dbus::MessageReader::PopFileDescriptor to fill in and from int values.
73 } // namespace dbus
scoped_dbus_error.h 8 #include <dbus/dbus.h>
10 namespace dbus { namespace
32 } // namespace dbus
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-getall.py 3 import dbus namespace
9 bus = dbus.SystemBus()
13 dbus_interface=dbus.PROPERTIES_IFACE)
22 wpas = dbus.Interface(wpas_obj, "fi.w1.wpa_supplicant1")
26 dbus_interface=dbus.PROPERTIES_IFACE)
32 dbus_interface=dbus.PROPERTIES_IFACE)
38 dbus_interface=dbus.PROPERTIES_IFACE)
42 dbus_interface=dbus.PROPERTIES_IFACE)
48 dbus_interface=dbus.PROPERTIES_IFACE)
52 dbus_interface=dbus.PROPERTIES_IFACE
    [all...]
  /external/chromium_org/chrome/browser/chromeos/dbus/
proxy_resolution_service_provider.h 16 #include "chrome/browser/chromeos/dbus/cros_dbus_service.h"
17 #include "dbus/exported_object.h"
19 namespace dbus { namespace
48 // This service can be manually tested using dbus-monitor and
49 // dbus-send. For instance, you can resolve proxy configuration for
54 // % dbus-monitor --system interface=org.chromium.TestInterface
58 // % dbus-send --system --type=method_call
84 scoped_refptr<dbus::ExportedObject> exported_object) OVERRIDE;
105 // Called on UI thread from dbus request.
106 void ResolveProxyHandler(dbus::MethodCall* method_call
    [all...]
service_provider_test_helper.h 11 #include "chrome/browser/chromeos/dbus/cros_dbus_service.h"
12 #include "dbus/mock_exported_object.h"
13 #include "dbus/mock_object_proxy.h"
14 #include "dbus/object_proxy.h"
18 namespace dbus { namespace
22 } // namespace dbus
27 // Setups mocking of dbus classes.
51 dbus::ObjectProxy::SignalCallback signal_callback,
52 dbus::ObjectProxy::OnConnectedCallback on_connected_callback);
54 // Calls tested dbus method
    [all...]
  /external/chromium_org/chrome/test/pyautolib/chromeos/
enable_testing.py 18 import dbus namespace
44 system_bus = dbus.SystemBus()
45 manager = dbus.Interface(system_bus.get_object(self.SESSION_MANAGER_SERVICE,
  /external/chromium_org/chromeos/dbus/ibus/
ibus_client.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
14 #include "dbus/object_path.h"
16 namespace dbus { namespace
18 } // namespace dbus
25 // A class to make the actual DBus calls for IBusBus service.
34 typedef base::Callback<void(const dbus::ObjectPath&)>
70 dbus::Bus* bus);
ibus_input_context_client.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
14 #include "chromeos/dbus/ibus/ibus_constants.h"
15 #include "dbus/object_path.h"
17 namespace dbus { namespace
19 } // namespace dbus
48 // A class to make the actual DBus calls for IBusInputContext service.
65 virtual void Initialize(dbus::Bus* bus,
66 const dbus::ObjectPath& object_path) = 0;
ibus_engine_service.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
14 #include "chromeos/dbus/ibus/ibus_constants.h"
16 namespace dbus { namespace
19 } // namespace dbus
100 // A class to make the actual DBus method call handling for IBusEngine service.
152 dbus::Bus* bus,
153 const dbus::ObjectPath& object_path);
ibus_panel_service.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
14 #include "chromeos/dbus/ibus/ibus_constants.h"
16 namespace dbus { namespace
19 } // namespace dbus
79 // A class to make the actual DBus method call handling for IBusPanel service.
122 dbus::Bus* bus,
  /external/chromium_org/chromeos/network/
network_configuration_handler.h 18 #include "chromeos/dbus/dbus_method_call_status.h"
27 namespace dbus { namespace
35 // most calls are asynchronous for that reason. No calls will block on DBus
124 const dbus::ObjectPath& service_path);

Completed in 595 milliseconds

12 3 4 5