HomeSort by relevance Sort by last modified time
    Searched refs:RemoveMatch (Results 1 - 5 of 5) sorted by null

  /external/libchrome/dbus/
mock_bus.h 66 MOCK_METHOD2(RemoveMatch, bool(const std::string& match_rule,
bus.h 514 virtual bool RemoveMatch(const std::string& match_rule, DBusError* error);
bus.cc 737 bool Bus::RemoveMatch(const std::string& match_rule, DBusError* error) {
    [all...]
object_manager.cc 163 bus_->RemoveMatch(match_rule_, error.get());
object_proxy.cc 219 bus_->RemoveMatch(match_rule, error.get());

Completed in 69 milliseconds