Searched defs:trigger (Results 1 - 3 of 3) sorted by relevance

/system/core/init/
H A Daction.cpp109 bool Action::ParsePropertyTrigger(const std::string& trigger, std::string* err) { argument
111 std::string prop_name(trigger.substr(prop_str.length()));
114 *err = "property trigger found without matching '='";
132 *err = "empty trigger is not valid";
162 bool Action::InitSingleTrigger(const std::string& trigger) { argument
163 std::vector<std::string> name_vector{trigger};
251 void ActionManager::QueueEventTrigger(const std::string& trigger) { argument
252 event_queue_.emplace(trigger);
340 *err = "actions must have a trigger";
/system/nfc/src/nfa/include/
H A Dnfa_ee_api.h160 /* Union of NFCEE action parameter depending on the associated trigger */
169 application initiated trigger */
174 tNFA_EE_TRIGGER trigger; /* the trigger of this event */ member in struct:__anon2098
/system/nfc/src/nfc/include/
H A Dnfc_api.h505 tNFC_EE_TRIGGER trigger; /* the trigger of this event */ member in struct:__anon2361

Completed in 99 milliseconds