Searched refs:trigger (Results 1 - 6 of 6) sorted by relevance

/system/core/init/
H A Daction.h59 bool InitSingleTrigger(const std::string& trigger);
81 bool ParsePropertyTrigger(const std::string& trigger, std::string* err);
100 void QueueEventTrigger(const std::string& trigger);
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
/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc1085 evt_data.act_data.trigger = *p++;
1090 switch (evt_data.act_data.trigger) {
1306 /* CORE_RESET_NTF received error case , trigger recovery*/
/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.c1698 evt_data.trigger = p_cbk->act_data.trigger;

Completed in 164 milliseconds