Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dobject_proxy.cc294 for (const auto& match_rule : match_rules_) { in Detach()
302 match_rules_.clear(); in Detach()
653 if (match_rules_.find(match_rule) == match_rules_.end()) { in AddMatchRuleWithCallback()
662 match_rules_.insert(match_rule); in AddMatchRuleWithCallback()
681 if (match_rules_.find(match_rule) != match_rules_.end()) in AddMatchRuleWithoutCallback()
692 match_rules_.insert(match_rule); in AddMatchRuleWithoutCallback()
Dobject_proxy.h350 std::set<std::string> match_rules_; variable