Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dobject_manager.cc163 bus_->RemoveMatch(match_rule_, error.get()); in CleanUp()
165 LOG(ERROR) << "Failed to remove match rule: " << match_rule_; in CleanUp()
167 match_rule_.clear(); in CleanUp()
202 match_rule_ = match_rule; in SetupMatchRuleAndFilter()
Dobject_manager.h321 std::string match_rule_; variable