HomeSort by relevance Sort by last modified time
    Searched refs:RemoveMatch (Results 1 - 5 of 5) 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 508 virtual bool RemoveMatch(const std::string& match_rule, DBusError* error);
bus.cc 472 RemoveMatch(kDisconnectedMatchRule, error.get());
706 bool Bus::RemoveMatch(const std::string& match_rule, DBusError* error) {
    [all...]
object_proxy.cc 195 bus_->RemoveMatch(*iter, error.get());

Completed in 637 milliseconds