HomeSort by relevance Sort by last modified time
    Searched refs:UnregisterExportedObject (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/dbus/
bus_unittest.cc 218 TEST(BusTest, UnregisterExportedObject) {
236 // calling UnregisterExportedObject. This ensures the dbus::ExportedObject is
240 bus->UnregisterExportedObject(ObjectPath("/org/chromium/TestObject"));
bus.h 334 virtual void UnregisterExportedObject(const ObjectPath& object_path);
604 // Helper function used for UnregisterExportedObject().
bus.cc 305 void Bus::UnregisterExportedObject(const ObjectPath& object_path) {
    [all...]
  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_service_provider.cc 76 bus_->UnregisterExportedObject(object_path_);
bluetooth_profile_service_provider.cc 76 bus_->UnregisterExportedObject(object_path_);
bluetooth_agent_service_provider.cc 116 bus_->UnregisterExportedObject(object_path_);
bluetooth_gatt_characteristic_service_provider.cc 88 bus_->UnregisterExportedObject(object_path_);
bluetooth_gatt_descriptor_service_provider.cc 86 bus_->UnregisterExportedObject(object_path_);

Completed in 101 milliseconds