HomeSort by relevance Sort by last modified time
    Searched defs:object_path (Results 1 - 4 of 4) sorted by null

  /external/dbus-binding-generator/chromeos-dbus-bindings/
header_generator.h 41 std::string object_path; member in struct:chromeos_dbus_bindings::ServiceConfig::__anon8810
  /external/libchrome/dbus/
object_proxy.h 21 #include "dbus/object_path.h"
46 const ObjectPath& object_path,
186 const ObjectPath& object_path() const { return object_path_; } function in class:dbus::ObjectProxy
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...]
message.cc 15 #include "dbus/object_path.h"
180 case OBJECT_PATH: {
184 output += indent + "object_path \"" + value.value() + "\"\n";
851 ObjectPath object_path; local
852 if (!array_reader.PopObjectPath(&object_path))
854 object_paths->push_back(object_path);

Completed in 90 milliseconds