Home
last modified time | relevance | path

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

12345678

/ohos5.0/base/startup/init/services/param/trigger/
H A Dtrigger_processor.c280 cJSON *triggers = cJSON_GetObjectItemCaseSensitive(fileRoot, TRIGGER_ARR_NAME_IN_JSON); in ParseTriggerConfig() local
281 if (triggers == NULL || !cJSON_IsArray(triggers)) { in ParseTriggerConfig()
284 int size = cJSON_GetArraySize(triggers); in ParseTriggerConfig()
288 cJSON *item = cJSON_GetArrayItem(triggers, i); in ParseTriggerConfig()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v2_0/foo/audio/v2_0/
H A DIAudioCallback.idl38 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
48 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
/ohos5.0/drivers/interface/audio/v1_0/
H A DIAudioCallback.idl37 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
47 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
/ohos5.0/drivers/interface/audio/v2_0/
H A DIAudioCallback.idl37 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
47 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
/ohos5.0/drivers/interface/audio/v3_0/
H A DIAudioCallback.idl37 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
50 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
/ohos5.0/drivers/interface/audio/v4_0/
H A DIAudioCallback.idl37 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
50 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-Computed.md200 …**celsius--** -> **fahrenheit** -> **kelvin**. The change of **kelvin** triggers the **onKelvinMon…
201 …**celsius++** -> **fahrenheit** -> **kelvin**. The change of **kelvin** triggers the **onKelvinMon…
250 - The change of **quantity** triggers the recomputation of **total** and **qualifiesForDiscount**. …
251 - The change of **total** and **qualifiesForDiscount** triggers the update of the **Text** componen…
H A Darkts-state.md53 …is section describes what changes can be observed and how the framework triggers UI re-renders aft…
218 - The framework executes an update method of the dependent components, which triggers re-rendering …
268 …es for all **MyComponent** instances that depend on these variables and triggers re-rendering of t…
308 … // The update of the @State decorated variable triggers the update of the <Text> component.
316 … // The update of the @State decorated variable triggers the update of the <Button> component.
937 3. The value change of **count** triggers the re-render of the **Text** component.
991 2. The change of **this.message** triggers the re-render of the second **Text** component.
993 …he re-render of the second **Text** component triggers the change of **this.message**, which again…
H A Darkts-state-management-overview.md12 …eraction between the user and the application triggers an update in the text state, which in turn
26 …nvoking the event method of the component. The change of the state data triggers the re-rendering …
161 …tself. The data itself is observable. This means that changing the data triggers the update of the…
163 - State variables are independent of the UI. Changing data triggers the update of the corresponding…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-monopolize-events.md72 …// When this.monopolize is true, clicking the inner column triggers only a touch event on it, but …
73 …// When this.monopolize is false, clicking the inner column triggers a touch event on it and the o…
H A Dts-universal-events-key.md67 …Source](ts-appendix-enums.md#keysource) | Type of the input device that triggers the key event. …
68 … number | ID of the input device that triggers the key event. …
H A Dts-universal-mouse-key.md3 If a mouse action triggers multiple events, the order of these events is fixed. By default, mouse e…
40 …rsal-events-click.md#eventtarget8) | Display area of the component that triggers the event.<br>**A…
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___on_frame_available_listener.md6 …ed through **OH_NativeImage_SetOnFrameAvailableListener**. The listener triggers a callback when a…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_subscribe.cpp209 int SQLiteSingleVerStorageExecutor::RemoveTrigger(const std::vector<std::string> &triggers) in RemoveTrigger() argument
212 for (const auto &trigger : triggers) { in RemoveTrigger()
/ohos5.0/docs/en/application-dev/media/avsession/
H A Ddistributed-avsession-overview.md18 After the user triggers a projection, the remote device automatically creates an **AVSession** obje…
26 4. Upon the receipt of the control command, the **AVSession** object on the local device triggers a…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-performancemonitor-sys.md46 | startInputType | [ActionType](#actiontype)| Yes | Type of action that triggers the user scene. |
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hichecker.md37 | GetTriggerRule()&nbsp;:&nbsp;uint_64_t | Obtains the rule that triggers the current alarm.|
72 …The log prints information such as the rule, thread ID, thread name, and stack that triggers the a…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-gesture-events-multi-level-gesture.md129 … is not set for component C, a touch in the target touch of component D triggers the **onTouch** e…
131 …ode.Block** for component C, a touch in the target touch of component D triggers the **onTouch** e…
165 … is not set for component A, a touch in the target touch of component B triggers the **onTouch** e…
167 …Mode.None** for component A, a touch in the target touch of component B triggers the **onTouch** e…
H A Djs-framework-syntax-hml.md54 Events are bound to components through **'on'** or **'\@'**. When a component triggers an event, th…
140 …nd then all the way up on other ancestors. If an element triggers this event, it first triggers th…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-piece.md21 …te icon for the operational piece. When users click the delete icon, it triggers the close event.<…
H A Djs-components-common-events.md52 | deviceId<sup>6+</sup> | number | ID of the device that triggers the event. …
53 | target<sup>6+</sup> | [Target](#target6)| Target object that triggers the event. …
100 When a component triggers an event, the event callback receives an event object by default. You can…
/ohos5.0/drivers/interface/distributed_audio/audio/v1_0/
H A DIAudioCallback.idl37 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audio_v1_0/foo/distributed_audio/audio/v1_0/
H A DIAudioCallback.idl37 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
/ohos5.0/docs/en/application-dev/form/
H A Darkts-ui-widget-update-by-time.md117 …he timer starts at 03:20 when widget A is added, triggers an update for widget A at 03:50, and tri…
/ohos5.0/docs/en/application-dev/dfx/
H A Dhiappevent-watcher-crash-events-ndk.md125 …mplemented callback. After receiving the event, the watcher immediately triggers the OnReceive cal…
247 …ion of inter-process communication. JsError triggers in-process stack backtracking, and NativeCras…

12345678