HomeSort by relevance Sort by last modified time
    Searched refs:ObjectPath (Results 101 - 125 of 196) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/chromeos/dbus/ibus/
ibus_client.h 34 typedef base::Callback<void(const dbus::ObjectPath&)>
42 // |callback| will be called with an ObjectPath which is used in input context
ibus_engine_service.h 18 class ObjectPath;
153 const dbus::ObjectPath& object_path);
ibus_input_context_client.h 66 const dbus::ObjectPath& object_path) = 0;
ibus_panel_service.h 18 class ObjectPath;
mock_ibus_input_context_client.cc 26 dbus::Bus* bus, const dbus::ObjectPath& object_path) {
  /external/chromium_org/dbus/
mock_object_proxy.h 22 const ObjectPath& object_path);
mock_unittest.cc 40 ObjectPath("/org/chromium/TestObject"));
56 ObjectPath("/org/chromium/TestObject")))
135 ObjectPath("/org/chromium/TestObject"));
164 ObjectPath("/org/chromium/TestObject"));
exported_object.h 39 ExportedObject(Bus* bus, const ObjectPath& object_path);
161 ObjectPath object_path_;
property_unittest.cc 35 Property<std::vector<ObjectPath> > objects;
75 ObjectPath("/org/chromium/TestObject"));
166 std::vector<ObjectPath> objects = properties_->objects.value();
168 EXPECT_EQ(ObjectPath("/TestObjectPath"), objects[0]);
215 std::vector<ObjectPath> objects = properties_->objects.value();
217 EXPECT_EQ(ObjectPath("/TestObjectPath"), objects[0]);
test_service.cc 114 ExportedObject* root_object = bus_->GetExportedObject(ObjectPath("/"));
173 ObjectPath("/org/chromium/TestObject"));
249 ObjectPath("/org/chromium/TestService"));
377 // Variant<[objectpath:"/TestObjectPath"]>
385 variant_array_writer.AppendObjectPath(ObjectPath("/TestObjectPath"));
433 ObjectPath object_path;
475 dict_entry_writer.AppendObjectPath(ObjectPath("/org/chromium/TestObject"));
500 // "Objects": Variant<[objectpath:"/TestObjectPath"]>
536 variant_array_writer.AppendObjectPath(ObjectPath("/TestObjectPath"));
544 void TestService::AddObject(const ObjectPath& object_path)
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_manager_client.cc 33 const dbus::ObjectPath& profile_path,
59 const dbus::ObjectPath& profile_path,
shill_profile_client_unittest.cc 38 dbus::ObjectPath(kDefaultProfilePath)) {
78 dbus::ObjectPath(kDefaultProfilePath),
86 dbus::ObjectPath(kDefaultProfilePath),
120 client_->GetProperties(dbus::ObjectPath(kDefaultProfilePath),
154 client_->GetEntry(dbus::ObjectPath(kDefaultProfilePath),
179 client_->DeleteEntry(dbus::ObjectPath(kDefaultProfilePath),
bluetooth_agent_service_provider.cc 28 const dbus::ObjectPath& object_path,
145 dbus::ObjectPath device_path;
170 dbus::ObjectPath device_path;
192 dbus::ObjectPath device_path;
217 dbus::ObjectPath device_path;
243 dbus::ObjectPath device_path;
270 dbus::ObjectPath device_path;
295 dbus::ObjectPath device_path;
447 dbus::ObjectPath object_path_;
470 const dbus::ObjectPath& object_path
    [all...]
gsm_sms_client_unittest.cc 81 dbus::ObjectPath(kObjectPath));
95 GetObjectProxy(kServiceName, dbus::ObjectPath(kObjectPath)))
201 client_->SetSmsReceivedHandler(kServiceName, dbus::ObjectPath(kObjectPath),
217 client_->ResetSmsReceivedHandler(kServiceName, dbus::ObjectPath(kObjectPath));
234 client_->Delete(kServiceName, dbus::ObjectPath(kObjectPath), kIndex,
275 client_->Get(kServiceName, dbus::ObjectPath(kObjectPath), kIndex,
318 client_->List(kServiceName, dbus::ObjectPath(kObjectPath),
bluetooth_profile_service_provider.cc 28 const dbus::ObjectPath& object_path,
105 dbus::ObjectPath device_path;
150 dbus::ObjectPath device_path;
230 dbus::ObjectPath object_path_;
253 const dbus::ObjectPath& object_path,
mock_dbus_thread_manager_without_gmock.h 16 class ObjectPath;
93 const dbus::ObjectPath& object_path) OVERRIDE;
95 const dbus::ObjectPath& object_path) OVERRIDE;
shill_manager_client.h 19 class ObjectPath;
166 const dbus::ObjectPath& profile_path,
sms_client.cc 39 const dbus::ObjectPath& object_path,
88 const dbus::ObjectPath& object_path,
shill_manager_client.cc 30 dbus::ObjectPath(flimflam::kFlimflamServicePath))),
126 const dbus::ObjectPath& profile_path,
133 writer.AppendObjectPath(dbus::ObjectPath(profile_path));
185 writer.AppendObjectPath(dbus::ObjectPath(service_path));
system_clock_client.cc 25 dbus::ObjectPath(system_clock::kSystemClockServicePath));
  /external/llvm/lib/Object/
ObjectFile.cpp 77 ObjectFile *ObjectFile::createObjectFile(StringRef ObjectPath) {
79 if (MemoryBuffer::getFile(ObjectPath, File))
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 61 void ParseModalias(const dbus::ObjectPath& object_path,
132 const dbus::ObjectPath& object_path)
287 system_bus, dbus::ObjectPath(kAgentPath), this));
293 dbus::ObjectPath(kAgentPath),
436 const dbus::ObjectPath& device_path,
454 const dbus::ObjectPath& device_path,
470 const dbus::ObjectPath& device_path,
488 const dbus::ObjectPath& device_path,
509 const dbus::ObjectPath& device_path,
528 const dbus::ObjectPath& device_path
    [all...]
  /external/chromium_org/chromeos/network/
network_configuration_handler.cc 141 dbus::ObjectPath(service_path_),
176 dbus::ObjectPath(profile_path),
231 dbus::ObjectPath(service_path),
250 dbus::ObjectPath(service_path),
274 dbus::ObjectPath(service_path),
299 dbus::ObjectPath(profile),
336 dbus::ObjectPath(service_path),
362 const dbus::ObjectPath& service_path) {
network_configuration_handler.h 28 class ObjectPath;
124 const dbus::ObjectPath& service_path);
network_configuration_handler_unittest.cc 125 const dbus::ObjectPath& path,
131 void OnSetProperties(const dbus::ObjectPath& service_path,
140 const dbus::ObjectPath& service_path,
152 const dbus::ObjectPath& service_path,
162 const dbus::ObjectPath& profile_path,
166 callback.Run(dbus::ObjectPath("/service/2"));
170 const dbus::ObjectPath& service_path,
178 void OnDeleteEntry(const dbus::ObjectPath& profile_path,
213 SetProperty(dbus::ObjectPath(service_path), key,
216 dbus::ObjectPath(service_path), key, *networkNameValue
    [all...]

Completed in 407 milliseconds

1 2 3 45 6 7 8