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

  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.h 14 #include "dbus/object_path.h"
83 const dbus::ObjectPath& object_path);
183 const dbus::ObjectPath& object_path() const { return object_path_; } function in class:chromeos::BluetoothDeviceChromeOS
  /external/chromium_org/chromeos/dbus/ibus/
ibus_client.cc 15 #include "dbus/object_path.h"
128 dbus::ObjectPath object_path; local
129 if (!reader.PopObjectPath(&object_path)) {
135 callback.Run(object_path);
  /external/chromium_org/dbus/
object_manager.cc 25 const ObjectPath& object_path)
28 object_path_(object_path),
109 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) {
110 ObjectMap::iterator iter = object_map_.find(object_path);
118 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path,
120 ObjectMap::iterator iter = object_map_.find(object_path);
153 ObjectPath object_path; local
155 !dict_entry_reader.PopObjectPath(&object_path))
158 UpdateObject(object_path, &dict_entry_reader);
170 ObjectPath object_path; local
191 ObjectPath object_path; local
    [all...]
test_service.cc 14 #include "dbus/object_path.h"
433 ObjectPath object_path; local
434 if (!reader.PopString(&action) || !reader.PopObjectPath(&object_path)) {
440 AddObject(object_path);
442 RemoveObject(object_path);
544 void TestService::AddObject(const ObjectPath& object_path) {
549 object_path));
552 void TestService::AddObjectInternal(const ObjectPath& object_path) {
555 writer.AppendObjectPath(object_path);
570 void TestService::RemoveObject(const ObjectPath& object_path) {
    [all...]
message.cc 14 #include "dbus/object_path.h"
182 case OBJECT_PATH: {
186 output += indent + "object_path \"" + value.value() + "\"\n";
850 ObjectPath object_path; local
851 if (!array_reader.PopObjectPath(&object_path))
853 object_paths->push_back(object_path);
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 594 const char* object_path; member in struct:policy::FakeDeviceData
635 dev.object_path);
  /external/chromium_org/content/common/
sandbox_win.cc 511 string16 object_path = PrependWindowsSessionPath(L"\\BaseNamedObjects"); local
512 policy->AddKernelObjectToClose(L"Directory", object_path.data());
513 object_path = PrependWindowsSessionPath(
515 policy->AddKernelObjectToClose(L"Section", object_path.data());

Completed in 87 milliseconds