HomeSort by relevance Sort by last modified time
    Searched refs:object_path (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/libchrome/dbus/
mock_exported_object.cc 10 const ObjectPath& object_path)
11 : ExportedObject(bus, object_path) {
mock_object_manager.cc 11 const ObjectPath& object_path)
12 : ObjectManager(bus, service_name, object_path) {
mock_object_proxy.cc 11 const ObjectPath& object_path)
12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) {
object_manager.h 15 #include "dbus/object_path.h"
90 // object_path));
94 // Properties* GetProperties(const dbus::ObjectPath& object_path) {
96 // object_manager_->GetProperties(object_path, kInterface));
113 // object_proxy = object_manager_->GetObjectProxy(object_path);
148 // D-Bus object identified by |object_path| and accessibile through
157 const dbus::ObjectPath& object_path,
161 // object has been added with the path |object_path|. The D-Bus interface
169 virtual void ObjectAdded(const ObjectPath& /* object_path */,
173 // object with the path |object_path| has been removed. Ths D-Bus interfac
    [all...]
mock_bus.h 11 #include "dbus/object_path.h"
24 const ObjectPath& object_path));
27 const ObjectPath& object_path,
30 const ObjectPath& object_path));
59 MOCK_METHOD4(TryRegisterObjectPath, bool(const ObjectPath& object_path,
63 MOCK_METHOD1(UnregisterObjectPath, void(const ObjectPath& object_path));
object_manager.cc 34 const ObjectPath& object_path)
37 object_path_(object_path),
115 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) {
116 ObjectMap::iterator iter = object_map_.find(object_path);
124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path,
126 ObjectMap::iterator iter = object_map_.find(object_path);
320 const dbus::ObjectPath object_path,
325 NotifyPropertiesChangedHelper(object_path, signal);
334 const dbus::ObjectPath object_path,
347 PropertySet* properties = GetProperties(object_path, interface)
361 ObjectPath object_path; local
378 ObjectPath object_path; local
400 ObjectPath object_path; local
517 const dbus::ObjectPath object_path = tmp->first; local
    [all...]
mock_exported_object.h 11 #include "dbus/object_path.h"
20 const ObjectPath& object_path);
bus.h 23 #include "dbus/object_path.h"
88 // bus.GetObjectProxy(service_name, object_path);
123 // const ObjectPath& object_path,
130 // bus.GetExportedObject(service_name, object_path);
258 // |object_path| looks like "/org/freedesktop/NetworkManager/Devices/0".
262 const ObjectPath& object_path);
268 const ObjectPath& object_path,
285 // |object_path| looks like "/org/freedesktop/NetworkManager/Devices/0".
290 // |service_name| and |object_path| to remove, and calls |callback| when it
296 const ObjectPath& object_path,
    [all...]
mock_object_manager.h 12 #include "dbus/object_path.h"
23 const ObjectPath& object_path);
  /system/connectivity/apmanager/
rpc_interface.h 20 #include <dbus/object_path.h>
  /external/libbrillo/brillo/dbus/
mock_dbus_object.h 21 const dbus::ObjectPath& object_path)
22 : DBusObject(object_manager, bus, object_path) {}
mock_exported_object_manager.h 12 #include <dbus/object_path.h>
  /system/weaved/buffet/
ap_manager_client.cc 61 void ApManagerClient::RemoveService(const dbus::ObjectPath& object_path) {
62 CHECK(object_path.IsValid());
64 if (!manager_proxy_->RemoveService(object_path, &error)) {
109 void ApManagerClient::OnServiceRemoved(const dbus::ObjectPath& object_path) {
110 VLOG(1) << "service removed: " << object_path.value();
111 if (object_path != service_path_)
117 void ApManagerClient::OnManagerRemoved(const dbus::ObjectPath& object_path) {
118 VLOG(1) << "manager removed: " << object_path.value();
ap_manager_client.h 40 void RemoveService(const dbus::ObjectPath& object_path);
49 void OnServiceRemoved(const dbus::ObjectPath& object_path);
50 void OnManagerRemoved(const dbus::ObjectPath& object_path);
  /system/connectivity/shill/test-scripts/
list-devices 10 print "[ %s ]" % (obj.object_path)
list-profiles 25 print "[ %s ]" % (obj.object_path)
list-services 10 print "[ %s ]" % (service.object_path)
test-flimflam 37 def print_properties(object_path, properties):
38 print "[ %s ]" % (object_path)
57 for object_path in networks:
59 bus.get_object("org.chromium.flimflam", object_path),
92 for object_path in networks:
94 bus.get_object("org.chromium.flimflam", object_path),
111 for object_path in networks:
113 bus.get_object("org.chromium.flimflam", object_path),
127 for object_path in services:
129 bus.get_object("org.chromium.flimflam", object_path),
    [all...]
  /system/update_engine/
shill_proxy_interface.h 24 #include <dbus/object_path.h>
  /system/webservd/webservd/
dbus_request_handler.h 21 #include <dbus/object_path.h>
  /system/connectivity/shill/cellular/
modem_manager_1.cc 110 const string& object_path,
113 AddModem1(object_path, properties);
120 const string& object_path,
122 LOG(INFO) << "MM1: Removing interfaces from " << object_path;
126 RemoveModem(object_path);
  /system/connectivity/shill/binder/
binder_control.cc 152 SupplicantEventDelegateInterface* delegate, const string& object_path) {
153 return new ChromeosSupplicantInterfaceProxy(proxy_bus_, object_path,
158 const string& object_path) {
159 return new ChromeosSupplicantNetworkProxy(proxy_bus_, object_path);
165 WiFiEndpoint* wifi_endpoint, const string& object_path) {
166 return new ChromeosSupplicantBSSProxy(proxy_bus_, object_path, wifi_endpoint);
binder_control.h 64 const std::string& object_path) override;
67 const std::string& object_path) override;
73 WiFiEndpoint* wifi_endpoint, const std::string& object_path) override;
  /system/connectivity/shill/dbus/
chromeos_dbus_objectmanager_proxy.cc 127 const dbus::ObjectPath& object_path,
130 << object_path.value() << ")";
134 interfaces_added_callback_.Run(object_path.value(), interface_to_properties);
138 const dbus::ObjectPath& object_path,
141 << object_path.value() << ")";
142 interfaces_removed_callback_.Run(object_path.value(), interfaces);
chromeos_supplicant_bss_proxy.h 36 const std::string& object_path,

Completed in 716 milliseconds

1 2 3 4 5