Home
last modified time | relevance | path

Searched refs:triggers (Results 1 – 20 of 20) sorted by relevance

/aosp14/system/core/init/
H A Daction_parser.cpp135 std::vector<std::string> triggers(args.begin() + 1, args.end()); in ParseSection() local
136 if (triggers.size() < 1) { in ParseSection()
157 ParseTriggers(triggers, action_subcontext, &event_trigger, &property_triggers); in ParseSection()
H A Daction.cpp225 std::vector<std::string> triggers; in BuildTriggersString() local
228 triggers.emplace_back(trigger_name + '=' + trigger_value); in BuildTriggersString()
231 triggers.emplace_back(event_trigger_); in BuildTriggersString()
234 return Join(triggers, " && "); in BuildTriggersString()
H A DREADME.md185 When `ro.property_service.async_persist_writes` is `true`, triggers for these
446 Triggers are subdivided into event triggers and property triggers.
448 Event triggers are strings triggered by the 'trigger' command or by
452 Property triggers are strings triggered when a named property changes
455 'property:<name>=\*' respectively. Property triggers are additionally
459 An Action can have multiple property triggers but may only have one
479 Init uses the following sequence of triggers during early boot. These are the
480 built-in triggers defined in init.cpp.
489 Remaining triggers are configured in `init.rc` and are not built-in. The default sequence for
/aosp14/frameworks/base/tests/SmokeTestApps/src/com/android/smoketest/triggers/
H A DCrashyApp2.java17 package com.android.smoketest.triggers;
H A DCrashyApp.java17 package com.android.smoketest.triggers;
H A DUnresponsiveApp.java17 package com.android.smoketest.triggers;
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/
H A Ddoze.md20 Device is asleep and listening for enabled pulsing and wake-up gesture triggers. In this state, no …
23 Device is asleep and not listening for any triggers to wake up. This state is used only when CAR_MO…
26 Device is asleep, showing UI, and listening for enabled pulsing and wake-up triggers. In this state…
32 … in response to incoming notification, but may also be from other pulse triggers specified in [Doz…
35 Device is awake, showing docking UI and listening for enabled pulsing and wake-up triggers. The def…
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/
H A DAndroid.bp30 // --debug triggers the old --minimal-main-dex behavior
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/
H A DAndroid.bp33 // --debug triggers the old --minimal-main-dex behavior
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/
H A DAndroid.bp33 // --debug triggers the old --minimal-main-dex behavior
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/
H A DAndroid.bp33 // --debug triggers the old --minimal-main-dex behavior
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/
H A DAndroid.bp37 // --debug triggers the old --minimal-main-dex behavior
/aosp14/frameworks/base/core/proto/android/os/
H A Dkernelwake.proto31 // Name of the event which triggers application processor
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.bp34 // --debug triggers the old --minimal-main-dex behavior
/aosp14/system/core/bootstat/
H A Dbootstat.rc51 # triggers (e.g. due to userspace reboot) won't retrigger
/aosp14/frameworks/base/services/
H A Dproguard.flags47 # by including that manifest with the library rule that triggers optimization.
/aosp14/system/core/rootdir/
H A Dinit.usb.rc14 # adbd is controlled via property triggers in init.<platform>.usb.rc
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DREADME.md172 rollback. Whoever triggers the rollback provides the list of packages and
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dqs-tiles.md272 2. This triggers a "setting changed" that is caught by `QSTileHost`. This class processes the new v…
/aosp14/frameworks/base/core/proto/android/server/
H A Djobscheduler.proto509 repeated TriggerContentData triggers = 2; field