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

  /system/core/init/
action.cpp 144 auto res = property_triggers_.emplace(prop_name, prop_value);
188 // for each (name, value) in property_triggers_, check that the current
192 // be present in property_triggers_; it skips the check of the current
196 if (property_triggers_.empty()) {
201 for (const auto& t : property_triggers_) {
233 return property_triggers_ == other.property_triggers_ &&
240 for (const auto& t : property_triggers_) {
action.h 79 std::map<std::string, std::string> property_triggers_; member in class:Action

Completed in 49 milliseconds