/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | data_ability_operation_builder.cpp | 126 …DataAbilityOperationBuilder> DataAbilityOperationBuilder::WithInterruptionAllowed(bool interrupted) in WithInterruptionAllowed() argument 129 TAG_LOGI(AAFwkTag::DATA_ABILITY, "interrupted=%{public}d", interrupted); in WithInterruptionAllowed() 136 interrupted_ = interrupted; in WithInterruptionAllowed()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-ability-dataAbilityResult.md | 56 interrupted: true, 64 interrupted: true,
|
H A D | js-apis-inner-ability-dataAbilityOperation.md | 29 | interrupted | boolean | 否 | 是 | 指示是否可以中断批处理操作。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-ability-dataAbilityOperation.md | 28 | interrupted | boolean | No | Yes | Whether batch operations can be interrupted. |
|
H A D | js-apis-inner-ability-dataAbilityResult.md | 55 interrupted: true, 63 interrupted: true,
|
H A D | js-apis-inner-ability-connectOptions.md | 65 Callback invoked when a connection is interrupted.
|
H A D | js-apis-inner-application-uiServiceExtensionconnectcallback.md | 129 Called when the connection to the UIServiceExtensionAbility is interrupted.
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/ |
H A D | napi_data_ability_operation.cpp | 128 bool interrupted = false; in BuildDataAbilityOperation() local 129 UnwrapBooleanByPropertyName(env, param, "interrupted", interrupted); in BuildDataAbilityOperation() 130 builder->WithInterruptionAllowed(interrupted); in BuildDataAbilityOperation()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/ |
H A D | errorcode-media.md | 124 Audio interrupted.
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | data_ability_operation_builder.h | 88 std::shared_ptr<DataAbilityOperationBuilder> WithInterruptionAllowed(bool interrupted);
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | errorcode-net-socket.md | 69 This error code is reported if the system call is interrupted. 73 The system call is interrupted. 112 This error code is reported if the system call is interrupted.
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-startup.md | 36 ## How do I prevent application development from being interrupted by screen saving? (API 9)
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-basic-atomic.md | 6 …simultaneously accessed by multiple tasks. If the data modification is interrupted by another task… 10 …e that the "read-modify-write" operations on the same data will not be interrupted, that is, the o…
|
H A D | kernel-mini-basic-task.md | 87 …tion can be resumed along with tasks and the system can start from the interrupted code after the … 113 …| **LOS_TaskLock**: locks task scheduling. However, tasks can still be interrupted.<br>**LOS_TaskU… 147 > - Locking task scheduling does not disable interrupts. Tasks can still be interrupted while task …
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-content-scrolling.md | 5 …erate a scrolling animation. Currently, the animation effect cannot be interrupted by gestures. Yo…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-building-ui-event.md | 11 - **touchcancel**: Triggered when the touch is interrupted, for example, by an incoming call notifi…
|
H A D | arkts-common-events-touch-screen-event.md | 74 - If **event.type** is **TouchType.Cancel**, the current finger operation is interrupted and cancel…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__gesture_8h.md | 61 …r) (const ArkUI_GestureInterruptInfo \*event) | Returns the pointer to interrupted gesture recogni… 62 …const ArkUI_GestureInterruptInfo \*event) | Obtains the pointer to the interrupted gesture event. …
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.24/ |
H A D | changelogs-sdk.md | 7 … an application developed in the FA model. The build process should be interrupted if this require…
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | using-avplayer-for-playback.md | 21 …nagement/continuous-task.md) to prevent the playback from being forcibly interrupted by the system. 22 - If the media asset being played involves audio, the playback may be interrupted by other applicat… 43 …ttribute.<br>This event is reported when the current audio playback is interrupted by another (for…
|
H A D | video-playback.md | 23 …nagement/continuous-task.md) to prevent the playback from being forcibly interrupted by the system. 24 - If the media asset being played involves audio, the playback may be interrupted by other applicat… 49 …ttribute.<br>This event is reported when the current audio playback is interrupted by another (for…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-common-events.md | 21 | touchcancel | TouchEvent | Triggered when the tapping is interrupted. … 32 | pinchcancel<sup>7+</sup> | PinchEvent | Triggered when a pinch operation is interrupted. …
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-device-management.md | 70 …// If the USB connection of the camera is interrupted, the callback function returns the CAMERA_ST…
|
/ohos5.0/docs/en/application-dev/reference/apis-avsession-kit/ |
H A D | errorcode-avsession.md | 77 The communication between devices is interrupted.
|
/ohos5.0/docs/en/application-dev/media/audio/ |
H A D | audio-playback-overview.md | 35 If the playback is interrupted when the application switches to the background, you can view the lo…
|