Home
last modified time | relevance | path

Searched refs:property_triggers (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Daction_parser.cpp59 std::map<std::string, std::string>* property_triggers) { in ParsePropertyTrigger() argument
74 if (auto [it, inserted] = property_triggers->emplace(prop_name, prop_value); !inserted) { in ParsePropertyTrigger()
82 std::map<std::string, std::string>* property_triggers) { in ParseTriggers() argument
98 if (auto result = ParsePropertyTrigger(args[i], subcontext, property_triggers); in ParseTriggers()
134 std::map<std::string, std::string> property_triggers; in ParseSection() local
136 … if (auto result = ParseTriggers(triggers, action_subcontext, &event_trigger, &property_triggers); in ParseSection()
142 property_triggers); in ParseSection()
Daction.cpp76 const std::map<std::string, std::string>& property_triggers) in Action() argument
77 : property_triggers_(property_triggers), in Action()
Daction.h62 const std::map<std::string, std::string>& property_triggers);