Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-applicationManager.md355 | 9201005 | Add keep alive applications failed. |
371 console.info('Succeeded in adding keep alive apps.');
373 console.error(`Failed to add keep alive apps. Code is ${err.code}, message is ${err.message}`);
420 console.info('Succeeded in removing keep alive apps.');
422 console.error(`Failed to remove keep alive apps. Code is ${err.code}, message is ${err.message}`);
473 console.info('Succeeded in getting keep alive apps.');
475 console.error(`Failed to get keep alive apps. Code is ${err.code}, message is ${err.message}`);
H A Derrorcode-enterpriseDeviceManager.md303 1. Add keep alive applications failed.
/ohos5.0/docs/zh-cn/release-notes/changelogs/v4.0-beta1/
H A Dchangelogs-web.md54 headerValue:"keep-alive"
102 headerValue:"keep-alive"
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.7.3/
H A Dchangelog-web.md55 headerValue:"keep-alive"
102 headerValue:"keep-alive"
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dgc-introduction.md277 C03F00/ArkCompiler: [gc] Heap alive rate: 0.202871
284 C03F00/ArkCompiler: Heap average alive rate: 0.635325
300 - Heap alive rate:堆内对象的存活率。
/ohos5.0/docs/en/release-notes/changelogs/v4.0-beta1/
H A Dchangelogs-web.md54 headerValue:"keep-alive"
102 headerValue:"keep-alive"
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.7.3/
H A Dchangelog-web.md55 headerValue:"keep-alive"
102 headerValue:"keep-alive"
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_endpoints.c584 int32_t alive; in AudioUsbWaitClearUrbs() local
588 alive = bitmap_weight(&endpoint->activeMask, endpoint->nurbs); in AudioUsbWaitClearUrbs()
589 if (alive == 0) { in AudioUsbWaitClearUrbs()
595 if (alive != 0) { in AudioUsbWaitClearUrbs()
596 … AUDIO_DEVICE_LOG_INFO("timeout: still %d active urbs on EP #%x\n", alive, endpoint->endpointNum); in AudioUsbWaitClearUrbs()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dclient_trans_udp_stream_interface.cpp280 bool alive = adaptor->GetAliveState(); in CloseVtpStreamChannel() local
281 if (!alive) { in CloseVtpStreamChannel()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Ddisplay_info.h66 DEFINE_VAR_DEFAULT_FUNC_GET_SET(bool, AliveStatus, alive, true);
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-net-ping.md25 | -q | Implicitly pings an IPv4 address. If the host is still alive, the ping stops after **true** …
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-appManager-sys.md33 Enumerates the types of applications to be kept alive.
47 Enumerates the types of parties that set to keep applications alive.
55 | SYSTEM | 0 | System, which means that the system sets to keep applications alive.|
56 | USER | 1 | User, which means that a user sets to keep applications alive. |
60 Describes the keep-alive application information, which can be obtained by calling [getKeepAliveBun…
70 … | [KeepAliveAppType](#keepaliveapptype14) | Yes| No| Type of the application to be kept alive. |
71 …etter](#keepalivesetter14) | Yes| No| Type of the party that sets to keep the application alive. |
1791 Keeps an application of a specified user alive, or cancels its keep-alive status. This API uses a p…
1805 | enable | boolean | Yes | Whether to keep the application alive or cancel its keep-alive st…
1854 Obtains information about a specified type of keep-alive application of a user. The application inf…
[all …]
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-memory-management.md24 …nalMemory** to adjust the amount of externally allocated memory that is kept alive for a JS object.
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dgc-introduction.md261 C03F00/ArkCompiler: [gc] Heap alive rate: 0.202871
268 C03F00/ArkCompiler: Heap average alive rate: 0.635325
284 - **Heap alive rate**: survival rate of objects in the heap.
/ohos5.0/docs/en/application-dev/reference/apis-form-kit/
H A Djs-apis-app-form-formExtensionAbility.md268 … only when the configuration is updated while the FormExtensionAbility is alive. If no operation i…
290 …llback is triggered only when the configuration is updated while the FormExtensionAbility is alive.
/ohos5.0/docs/en/application-dev/application-models/
H A Duiserviceextension.md25 …e client. Even if the client is destroyed, the background service remains alive. However, the serv…
/ohos5.0/docs/en/readme/
H A Dstartup.md11 …igure their permissions during the startup and keep the specified process alive after sub-processe…
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-event-sequence.md101 headerValue: "keep-alive"
/ohos5.0/docs/en/application-dev/quick-start/
H A Ddeviceconfig-structure.md28 …ue** means that the application will start during the OS startup and keep alive. If the applicatio…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-window.md80 | ohos.display | Display | alive: boolean; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-window.md80 | ohos.display | Display | alive: boolean; | Added|
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfaqs-arkui-web.md146 headerValue:"keep-alive"
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-system-app.md211 | options | [ScreenOnVisibleOptions](#screenonvisibleoptions) | No | With keep-alive, the system i…
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp1259 int alive = static_cast<int>(option.IsKeepAlive()); in SocketSetTcpExtraOptions() local
1260 …setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, reinterpret_cast<void*>(&alive), sizeof(alive)) < 0) { in SocketSetTcpExtraOptions()
/ohos5.0/foundation/communication/dsoftbus/
H A DREADME.md293 ModeCycle cycle; // Interval for detecting whether the Wi-Fi connection is alive.

12