/ohos5.0/base/startup/init/services/param/trigger/ |
H A D | trigger_processor.c | 280 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 D | IAudioCallback.idl | 38 * @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 D | IAudioCallback.idl | 37 * @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 D | IAudioCallback.idl | 37 * @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 D | IAudioCallback.idl | 37 * @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 D | IAudioCallback.idl | 37 * @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 D | arkts-new-Computed.md | 200 …**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 D | arkts-state.md | 53 …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 D | arkts-state-management-overview.md | 12 …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 D | ts-universal-attributes-monopolize-events.md | 72 …// 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 D | ts-universal-events-key.md | 67 …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 D | ts-universal-mouse-key.md | 3 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.md | 6 …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 D | sqlite_single_ver_storage_executor_subscribe.cpp | 209 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 D | distributed-avsession-overview.md | 18 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 D | js-apis-arkui-performancemonitor-sys.md | 46 | startInputType | [ActionType](#actiontype)| Yes | Type of action that triggers the user scene. |
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hichecker.md | 37 | GetTriggerRule() : 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 D | arkts-gesture-events-multi-level-gesture.md | 129 … 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 D | js-framework-syntax-hml.md | 54 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 D | js-components-basic-piece.md | 21 …te icon for the operational piece. When users click the delete icon, it triggers the close event.<…
|
H A D | js-components-common-events.md | 52 | 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 D | IAudioCallback.idl | 37 * @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 D | IAudioCallback.idl | 37 * @param AudioCallbackType Indicates the occurred event that triggers this callback.
|
/ohos5.0/docs/en/application-dev/form/ |
H A D | arkts-ui-widget-update-by-time.md | 117 …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 D | hiappevent-watcher-crash-events-ndk.md | 125 …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…
|