HomeSort by relevance Sort by last modified time
    Searched full:dbus (Results 276 - 300 of 743) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer.cc 21 #include "chromeos/dbus/cryptohome_client.h"
22 #include "chromeos/dbus/dbus_method_call_status.h"
23 #include "chromeos/dbus/dbus_thread_manager.h"
41 // A dbus callback which handles a boolean result.
46 // status - The dbus operation status.
47 // value - The value returned by the dbus operation.
55 LOG(ERROR) << "Cryptohome DBus method failed: " << from_here.ToString()
66 // A dbus callback which handles a string result.
70 // status - The dbus operation status.
71 // result - The result returned by the dbus operation
    [all...]
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 10 #include "chromeos/dbus/dbus_thread_manager.h"
11 #include "chromeos/dbus/mock_dbus_thread_manager.h"
12 #include "chromeos/dbus/mock_shill_manager_client.h"
13 #include "chromeos/dbus/mock_shill_profile_client.h"
14 #include "chromeos/dbus/mock_shill_service_client.h"
15 #include "chromeos/dbus/shill_profile_client_stub.h"
22 #include "third_party/cros_system_api/dbus/service_constants.h"
72 EXPECT_TRUE(false) << "DBus Error: " << error_name << "("
102 .WillRepeatedly(Return(reinterpret_cast<dbus::Bus*>(NULL)));
125 const dbus::ObjectPath& path
    [all...]
network_handler_callbacks.h 13 #include "chromeos/dbus/dbus_method_call_status.h"
58 // |dbus_error_name| and |dbus_error_message| are provided by the DBus handler.
69 // the DBus Dictionary callback into one that calls the error callback
  /external/chromium_org/dbus/
dbus_statistics.h 10 #include "dbus/dbus_export.h"
12 // The functions defined here are used to gather DBus statistics, and
17 namespace dbus { namespace
34 // Initializes / shuts down dbus statistics gathering. Calling Initialize
77 } // 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...]
exported_object.cc 5 #include "dbus/exported_object.h"
14 #include "dbus/bus.h"
15 #include "dbus/message.h"
16 #include "dbus/object_path.h"
17 #include "dbus/scoped_dbus_error.h"
19 namespace dbus { namespace
155 UMA_HISTOGRAM_TIMES("DBus.SignalSendTime",
272 UMA_HISTOGRAM_ENUMERATION("DBus.ExportedMethodHandleSuccess",
296 UMA_HISTOGRAM_TIMES("DBus.ExportedMethodHandleTime",
317 } // namespace dbus
    [all...]
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...]
mock_unittest.cc 10 #include "dbus/message.h"
11 #include "dbus/mock_bus.h"
12 #include "dbus/mock_exported_object.h"
13 #include "dbus/mock_object_proxy.h"
14 #include "dbus/object_path.h"
23 namespace dbus { namespace
182 } // 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...]
  /external/chromium_org/chromeos/dbus/ibus/
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_text.h 13 namespace dbus { namespace
16 } // dbus
81 bool CHROMEOS_EXPORT PopIBusText(dbus::MessageReader* reader,
86 bool CHROMEOS_EXPORT PopStringFromIBusText(dbus::MessageReader* reader,
92 dbus::MessageWriter* writer);
98 dbus::MessageWriter* writer);
100 // Handles IBusText object which is used in dbus communication with ibus-daemon.
mock_ibus_input_context_client.h 10 #include "chromeos/dbus/ibus/ibus_input_context_client.h"
27 virtual void Initialize(dbus::Bus* bus,
28 const dbus::ObjectPath& object_path) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
reset_screen_handler.cc 15 #include "chromeos/dbus/dbus_thread_manager.h"
16 #include "chromeos/dbus/power_manager_client.h"
17 #include "chromeos/dbus/session_manager_client.h"
  /external/chromium_org/chromeos/dbus/
fake_shill_manager_client.h 9 #include "chromeos/dbus/shill_manager_client.h"
10 #include "chromeos/dbus/shill_property_changed_observer.h"
45 const dbus::ObjectPath& profile_path,
shill_service_client_stub.cc 5 #include "chromeos/dbus/shill_service_client_stub.h"
14 #include "chromeos/dbus/dbus_thread_manager.h"
15 #include "chromeos/dbus/shill_manager_client.h"
16 #include "chromeos/dbus/shill_profile_client_stub.h"
17 #include "chromeos/dbus/shill_property_changed_observer.h"
18 #include "dbus/bus.h"
19 #include "dbus/message.h"
20 #include "dbus/object_proxy.h"
21 #include "third_party/cros_system_api/dbus/service_constants.h"
70 const dbus::ObjectPath& service_path
    [all...]
fake_image_burner_client.h 10 #include "chromeos/dbus/image_burner_client.h"
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_chromeos_unittest.cc 8 #include "chromeos/dbus/dbus_thread_manager.h"
9 #include "chromeos/dbus/shill_manager_client.h"
13 #include "third_party/cros_system_api/dbus/service_constants.h"
  /external/dnsmasq/src/
dbus.c 21 #include <dbus/dbus.h>
25 "\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
27 " <interface name=\"org.freedesktop.DBus.Introspectable\">\n"
109 /* mark everything from DBUS */
150 my_syslog(LOG_WARNING, _("attempt to set an IPv6 server address via DBus - no IPv6 support"));
286 my_syslog(LOG_INFO, _("setting upstream servers from DBus"));
302 /* returns NULL or error message, may fail silently if dbus daemon not yet up. */
324 return _("could not register a DBus message handler");
326 daemon->dbus = connection;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.h 2 * WPA Supplicant / dbus-based control interface
126 int type; /** the dbus type of the dict entry's value */
127 int array_type; /** the dbus type of the array elements if the dict
  /external/chromium_org/ash/system/chromeos/network/
network_observer.cc 8 #include "third_party/cros_system_api/dbus/service_constants.h"
  /external/chromium_org/chrome/browser/chromeos/power/
brightness_observer.h 10 #include "chromeos/dbus/power_manager_client.h"
idle_action_warning_observer.cc 8 #include "chromeos/dbus/dbus_thread_manager.h"
resume_observer.cc 9 #include "chromeos/dbus/dbus_thread_manager.h"
resume_observer.h 10 #include "chromeos/dbus/power_manager_client.h"
  /external/chromium_org/chrome/browser/chromeos/
prerender_condition_network.cc 9 #include "third_party/cros_system_api/dbus/service_constants.h"

Completed in 373 milliseconds

<<11121314151617181920>>