/ohos5.0/docs/zh-cn/application-dev/reference/apis-mdm-kit/ |
H A D | js-apis-enterprise-applicationManager.md | 355 | 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 D | errorcode-enterpriseDeviceManager.md | 303 1. Add keep alive applications failed.
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v4.0-beta1/ |
H A D | changelogs-web.md | 54 headerValue:"keep-alive" 102 headerValue:"keep-alive"
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.7.3/ |
H A D | changelog-web.md | 55 headerValue:"keep-alive" 102 headerValue:"keep-alive"
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | gc-introduction.md | 277 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 D | changelogs-web.md | 54 headerValue:"keep-alive" 102 headerValue:"keep-alive"
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.7.3/ |
H A D | changelog-web.md | 55 headerValue:"keep-alive" 102 headerValue:"keep-alive"
|
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_endpoints.c | 584 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 D | client_trans_udp_stream_interface.cpp | 280 bool alive = adaptor->GetAliveState(); in CloseVtpStreamChannel() local 281 if (!alive) { in CloseVtpStreamChannel()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | display_info.h | 66 DEFINE_VAR_DEFAULT_FUNC_GET_SET(bool, AliveStatus, alive, true);
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-net-ping.md | 25 | -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 D | js-apis-app-ability-appManager-sys.md | 33 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 D | use-jsvm-memory-management.md | 24 …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 D | gc-introduction.md | 261 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 D | js-apis-app-form-formExtensionAbility.md | 268 … 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 D | uiserviceextension.md | 25 …e client. Even if the client is destroyed, the background service remains alive. However, the serv…
|
/ohos5.0/docs/en/readme/ |
H A D | startup.md | 11 …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 D | web-event-sequence.md | 101 headerValue: "keep-alive"
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | deviceconfig-structure.md | 28 …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 D | js-apidiff-window.md | 80 | ohos.display | Display | alive: boolean; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-window.md | 80 | ohos.display | Display | alive: boolean; | Added|
|
/ohos5.0/docs/zh-cn/application-dev/faqs/ |
H A D | faqs-arkui-web.md | 146 headerValue:"keep-alive"
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-system-app.md | 211 | options | [ScreenOnVisibleOptions](#screenonvisibleoptions) | No | With keep-alive, the system i…
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | socket_exec.cpp | 1259 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 D | README.md | 293 ModeCycle cycle; // Interval for detecting whether the Wi-Fi connection is alive.
|