Searched refs:triggers (Results 1 – 14 of 14) sorted by relevance
135 std::vector<std::string> triggers(args.begin() + 1, args.end()); in ParseSection() local136 if (triggers.size() < 1) { in ParseSection()157 ParseTriggers(triggers, action_subcontext, &event_trigger, &property_triggers); in ParseSection()
225 std::vector<std::string> triggers; in BuildTriggersString() local228 triggers.emplace_back(trigger_name + '=' + trigger_value); in BuildTriggersString()231 triggers.emplace_back(event_trigger_); in BuildTriggersString()234 return Join(triggers, " && "); in BuildTriggersString()
185 When `ro.property_service.async_persist_writes` is `true`, triggers for these449 Triggers are subdivided into event triggers and property triggers.451 Event triggers are strings triggered by the 'trigger' command or by455 Property triggers are strings triggered when a named property changes458 'property:<name>=\*' respectively. Property triggers are additionally462 An Action can have multiple property triggers but may only have one482 Init uses the following sequence of triggers during early boot. These are the483 built-in triggers defined in init.cpp.492 Remaining triggers are configured in `init.rc` and are not built-in. The default sequence for
22 # any open file descriptors to this domain, so anything that triggers this
112 # For debug purposes we try to get the canonical path from /proc/self/fd/N. That triggers
18 # Let vendor_init read ro.fstype.data to process init.rc triggers
41 // Also verifies that a gap between CHRE audio data events triggers the
21 # setting persist.device_config.* property either triggers immediate lmkd re-initialization
26 # Simulate a situation when userspace reboot fails to remount userdata. Since triggers in
51 # triggers (e.g. due to userspace reboot) won't retrigger
29 Profcollect collects profiles periodically, as well as through triggers like app launch events. Only
14 # adbd is controlled via property triggers in init.<platform>.usb.rc
330 The `adb install --staged` command triggers a verification for the staged APEX410 cannot have action triggers in APEXes.
480 triggers aren't supported in APEXs.