Home
last modified time | relevance | path

Searched refs:interrupted (Results 1 – 25 of 86) sorted by relevance

1234

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_ability_operation_builder.cpp126 …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 Djs-apis-inner-ability-dataAbilityResult.md56 interrupted: true,
64 interrupted: true,
H A Djs-apis-inner-ability-dataAbilityOperation.md29 | interrupted | boolean | 否 | 是 | 指示是否可以中断批处理操作。 |
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-ability-dataAbilityOperation.md28 | interrupted | boolean | No | Yes | Whether batch operations can be interrupted. |
H A Djs-apis-inner-ability-dataAbilityResult.md55 interrupted: true,
63 interrupted: true,
H A Djs-apis-inner-ability-connectOptions.md65 Callback invoked when a connection is interrupted.
H A Djs-apis-inner-application-uiServiceExtensionconnectcallback.md129 Called when the connection to the UIServiceExtensionAbility is interrupted.
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_operation.cpp128 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 Derrorcode-media.md124 Audio interrupted.
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Ddata_ability_operation_builder.h88 std::shared_ptr<DataAbilityOperationBuilder> WithInterruptionAllowed(bool interrupted);
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Derrorcode-net-socket.md69 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 Dfaqs-startup.md36 ## How do I prevent application development from being interrupted by screen saving? (API 9)
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-atomic.md6 …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 Dkernel-mini-basic-task.md87 …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 Dweb-content-scrolling.md5 …erate a scrolling animation. Currently, the animation effect cannot be interrupted by gestures. Yo…
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-building-ui-event.md11 - **touchcancel**: Triggered when the touch is interrupted, for example, by an incoming call notifi…
H A Darkts-common-events-touch-screen-event.md74 - 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 Dnative__gesture_8h.md61 …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 Dchangelogs-sdk.md7 … 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 Dusing-avplayer-for-playback.md21 …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 Dvideo-playback.md23 …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 Djs-components-common-events.md21 | 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 Dcamera-device-management.md70 …// 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 Derrorcode-avsession.md77 The communication between devices is interrupted.
/ohos5.0/docs/en/application-dev/media/audio/
H A Daudio-playback-overview.md35 If the playback is interrupted when the application switches to the background, you can view the lo…

1234