Home
last modified time | relevance | path

Searched refs:RemoveMatch (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/dbus/
Dmock_bus.h59 MOCK_METHOD2(RemoveMatch, bool(const std::string& match_rule,
Dbus.cc477 RemoveMatch(kDisconnectedMatchRule, error.get()); in ShutdownAndBlock()
701 bool Bus::RemoveMatch(const std::string& match_rule, DBusError* error) { in RemoveMatch() function in dbus::Bus
971 RemoveMatch(name_owner_changed_match_rule, error.get()); in UnlistenForServiceOwnerChangeInternal()
Dbus.h504 virtual bool RemoveMatch(const std::string& match_rule, DBusError* error);
Dobject_manager.cc163 bus_->RemoveMatch(match_rule_, error.get()); in CleanUp()
Dobject_proxy.cc296 bus_->RemoveMatch(match_rule, error.get()); in Detach()