OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveMatch
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/dbus/
mock_bus.h
56
MOCK_METHOD2(
RemoveMatch
, bool(const std::string& match_rule,
bus_unittest.cc
327
ASSERT_TRUE(bus->
RemoveMatch
(
334
ASSERT_TRUE(bus->
RemoveMatch
(
340
ASSERT_FALSE(bus->
RemoveMatch
(
bus.h
519
virtual bool
RemoveMatch
(const std::string& match_rule, DBusError* error);
bus.cc
517
RemoveMatch
(kDisconnectedMatchRule, error.get());
752
bool Bus::
RemoveMatch
(const std::string& match_rule, DBusError* error) {
[
all
...]
object_manager.cc
162
bus_->
RemoveMatch
(match_rule_, error.get());
object_proxy.cc
214
bus_->
RemoveMatch
(*iter, error.get());
Completed in 208 milliseconds