Home
last modified time | relevance | path

Searched refs:match_rules_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/dbus/
Dobject_proxy.cc217 for (const auto& match_rule : match_rules_) { in Detach()
225 match_rules_.clear(); in Detach()
610 if (match_rules_.find(match_rule) == match_rules_.end()) { in AddMatchRuleWithCallback()
619 match_rules_.insert(match_rule); in AddMatchRuleWithCallback()
638 if (match_rules_.find(match_rule) != match_rules_.end()) in AddMatchRuleWithoutCallback()
649 match_rules_.insert(match_rule); in AddMatchRuleWithoutCallback()
Dobject_proxy.h319 std::set<std::string> match_rules_; variable