Lines Matching refs:match_rule
392 // Add a match_rule listening NameOwnerChanged for the well-known name
426 const std::string match_rule =
430 return AddMatchRuleWithCallback(match_rule,
590 const std::string& match_rule,
593 DCHECK(!match_rule.empty());
597 if (match_rules_.find(match_rule) == match_rules_.end()) {
599 bus_->AddMatch(match_rule, error.get());
601 LOG(ERROR) << "Failed to add match rule \"" << match_rule << "\". Got "
606 match_rules_.insert(match_rule);
619 const std::string& match_rule,
621 DCHECK(!match_rule.empty());
625 if (match_rules_.find(match_rule) != match_rules_.end())
629 bus_->AddMatch(match_rule, error.get());
631 LOG(ERROR) << "Failed to add match rule \"" << match_rule << "\". Got "
636 match_rules_.insert(match_rule);