Searched refs:property_triggers (Results 1 – 3 of 3) sorted by relevance
/system/core/init/ |
D | action_parser.cpp | 62 std::map<std::string, std::string>* property_triggers) { in ParsePropertyTrigger() argument 77 if (auto [it, inserted] = property_triggers->emplace(prop_name, prop_value); !inserted) { in ParsePropertyTrigger() 96 std::map<std::string, std::string>* property_triggers) { in ParseTriggers() argument 112 if (auto result = ParsePropertyTrigger(args[i], subcontext, property_triggers); in ParseTriggers() 154 std::map<std::string, std::string> property_triggers; in ParseSection() local 157 ParseTriggers(triggers, action_subcontext, &event_trigger, &property_triggers); in ParseSection() 163 property_triggers); in ParseSection()
|
D | action.cpp | 101 const std::map<std::string, std::string>& property_triggers) in Action() argument 102 : property_triggers_(property_triggers), in Action()
|
D | action.h | 64 const std::map<std::string, std::string>& property_triggers);
|