OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnregisterObjectPath
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/dbus/
mock_bus.h
62
MOCK_METHOD1(
UnregisterObjectPath
, void(const ObjectPath& object_path));
bus.h
535
virtual void
UnregisterObjectPath
(const ObjectPath& object_path);
exported_object.cc
116
bus_->
UnregisterObjectPath
(object_path_);
bus.cc
753
void Bus::
UnregisterObjectPath
(const ObjectPath& object_path) {
[
all
...]
Completed in 546 milliseconds