Searched refs:RemoveMatch (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/dbus/
H A Dmock_bus.h56 MOCK_METHOD2(RemoveMatch, bool(const std::string& match_rule,
H A Dbus_unittest.cc327 ASSERT_TRUE(bus->RemoveMatch(
334 ASSERT_TRUE(bus->RemoveMatch(
340 ASSERT_FALSE(bus->RemoveMatch(
H A Dbus.h519 virtual bool RemoveMatch(const std::string& match_rule, DBusError* error);
H A Dbus.cc517 RemoveMatch(kDisconnectedMatchRule, error.get());
752 bool Bus::RemoveMatch(const std::string& match_rule, DBusError* error) { function in class:dbus::Bus
1025 RemoveMatch(name_owner_changed_match_rule, error.get());
H A Dobject_manager.cc162 bus_->RemoveMatch(match_rule_, error.get());
H A Dobject_proxy.cc214 bus_->RemoveMatch(*iter, error.get());

Completed in 102 milliseconds