OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetExportedObject
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/dbus/
bus_unittest.cc
194
TEST(BusTest,
GetExportedObject
) {
199
bus->
GetExportedObject
(ObjectPath("/org/chromium/TestObject"));
204
bus->
GetExportedObject
(ObjectPath("/org/chromium/TestObject"));
210
bus->
GetExportedObject
(
232
bus->
GetExportedObject
(ObjectPath("/org/chromium/TestObject"));
245
bus->
GetExportedObject
(ObjectPath("/org/chromium/TestObject"));
mock_bus.h
27
MOCK_METHOD1(
GetExportedObject
, ExportedObject*(
test_service.cc
114
ExportedObject* root_object = bus_->
GetExportedObject
(ObjectPath("/"));
197
exported_object_ = bus_->
GetExportedObject
(
273
exported_object_manager_ = bus_->
GetExportedObject
(
bus.h
128
// bus.
GetExportedObject
(service_name, object_path);
325
virtual ExportedObject*
GetExportedObject
(const ObjectPath& object_path);
bus.cc
289
ExportedObject* Bus::
GetExportedObject
(const ObjectPath& object_path) {
309
//
GetExportedObject
() call to return a new object, rather than this one.
[
all
...]
/external/chromium_org/chrome/browser/chromeos/dbus/
cros_dbus_service_unittest.cc
53
// |mock_bus_|'s
GetExportedObject
() will return mock_exported_object_|
56
GetExportedObject
(dbus::ObjectPath(kLibCrosServicePath)))
86
// - The service object is exported by
GetExportedObject
()
cros_dbus_service.cc
66
exported_object_ = bus_->
GetExportedObject
(
/external/chromium_org/mojo/dbus/
dbus_external_service.cc
78
bus_->
GetExportedObject
(dbus::ObjectPath(kMojoDBusImplPath));
/external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_service_provider.cc
47
exported_object_ = bus_->
GetExportedObject
(object_path_);
bluetooth_profile_service_provider.cc
37
exported_object_ = bus_->
GetExportedObject
(object_path_);
bluetooth_agent_service_provider.cc
37
exported_object_ = bus_->
GetExportedObject
(object_path_);
bluetooth_gatt_characteristic_service_provider.cc
58
exported_object_ = bus_->
GetExportedObject
(object_path_);
bluetooth_gatt_descriptor_service_provider.cc
56
exported_object_ = bus_->
GetExportedObject
(object_path_);
Completed in 130 milliseconds