Home
last modified time | relevance | path

Searched defs:property_triggers (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Daction_parser.cpp62 std::map<std::string, std::string>* property_triggers) { in ParsePropertyTrigger()
96 std::map<std::string, std::string>* property_triggers) { in ParseTriggers()
146 std::map<std::string, std::string> property_triggers; in ParseSection() local
Daction.cpp101 const std::map<std::string, std::string>& property_triggers) in Action()