Searched refs:triggers (Results 1 - 2 of 2) sorted by relevance

/system/core/init/
H A Daction_parser.cpp72 return Error() << "multiple property triggers found for same property";
101 return Error() << "multiple event triggers are not allowed";
115 std::vector<std::string> triggers(args.begin() + 1, args.end());
116 if (triggers.size() < 1) {
133 if (auto result = ParseTriggers(triggers, action_subcontext, &event_trigger, &property_triggers);
H A Daction.cpp148 // This function checks that all property triggers are satisfied, that is
193 std::vector<std::string> triggers; local
196 triggers.emplace_back(trigger_name + '=' + trigger_value);
199 triggers.emplace_back(event_trigger_);
202 return Join(triggers, " && ");

Completed in 53 milliseconds