Home
last modified time | relevance | path

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

/system/core/init/
Daction_parser.cpp56 std::map<std::string, std::string>* property_triggers) { in ParsePropertyTrigger() argument
71 if (auto [it, inserted] = property_triggers->emplace(prop_name, prop_value); !inserted) { in ParsePropertyTrigger()
79 std::map<std::string, std::string>* property_triggers) { in ParseTriggers() argument
95 if (auto result = ParsePropertyTrigger(args[i], subcontext, property_triggers); in ParseTriggers()
131 std::map<std::string, std::string> property_triggers; in ParseSection() local
133 … if (auto result = ParseTriggers(triggers, action_subcontext, &event_trigger, &property_triggers); in ParseSection()
139 property_triggers); in ParseSection()
Daction.cpp78 const std::map<std::string, std::string>& property_triggers) in Action() argument
79 : property_triggers_(property_triggers), in Action()
Daction.h62 const std::map<std::string, std::string>& property_triggers);