Home
last modified time | relevance | path

Searched refs:configurations (Results 1 – 25 of 120) sorted by relevance

12345

/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dopengles.md253 - Specify a set of required configurations and use **eglChooseConfig** to enable EGL to recommend t…
257 …nfig(EGLDisplay dpy, // Handle to the EGL display connection for which configurations are selected.
259 …e selected configurations. The eglChooseConfig function selects the configurations that match the …
261 … EGLint *num_config); // Number of configurations that match the attributes.
275 - Use **eglGetConfigs** to query all supported configurations and use **eglGetConfigAttrib** to fil…
276 The following describes how to use this method to obtain the desired configurations.
287 // Obtain all the configurations.
316 …(EGLDisplay display, // Handle to the EGL display connection for which configurations are selected.
317 EGLConfig *configs, // Array for storing the obtained configurations.
319 EGLint *num_config); // Number of available configurations.
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Derrorcode-camera.md173 Unresolved conflicts with current configurations.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.5/
H A Dchangelogs-wifiManager.md76 | **function** removeAllNetwork(): **void**; | Deletes all hotspot configurations. …
92 …ion** removeAllDeviceConfigs(): **void**; | Deletes all hotspot configurations. |
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-customization-customConfig.md3 This module provides APIs for applications to obtain custom configurations, such as channel IDs.
H A Djs-apis-system-request.md30 | options | [UploadRequestOptions](#uploadrequestoptionsdeprecated) | Yes| Upload configurations.|
145 …ions | [DownloadRequestOptions](#downloadrequestoptionsdeprecated) | Yes| Download configurations.|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/
H A Derrorcode-notification.md266 The current notification status does not support duplicate configurations.
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-smallchip-driver-oom.md39 …r/vendor_name/product_name/config/device_info/device_info.hcs**. Add configurations for the device…
109 …t_name/config/device_info/device_info.hcs**. Modify the file and add configurations to the **devic…
229 …name/config/device\_info/device\_info.hcs**. Modify the file and add configurations to the **devic…
248 Add configurations to **device/vendor\_name/drivers/Kconfig**. The sample code is as follows:
H A Dporting-stm32mp15xx-on-smallsystem.md125 1. Add the chip, product name, and vendor name configurations to **//device/board/bearpi/bearpi_hm_…
148 2. Add driver configurations to **//device/soc/st/common/platform/Kconfig**.
175 3. Enable related configurations in **//vendor/bearpi/bearpi_hm_micro/kernel_configs/debug_tee.conf…
459 The system will be started according to startup configurations in the **//vendor/bearpi/bearpi_hm_m…
H A Dstandard-system-porting-guide.md42 The main configurations are as follows:
194 …config/device_info/device_info.hcs** file. Modify the file by adding configurations for the device…
261 …config/device_info/device_info.hcs** file. Modify the file by adding configurations for the device…
371 …config/device_info/device_info.hcs** file. Modify the file by adding configurations for the device…
H A Dporting-cst85f01-combo-demo.md106 …use the `Kconfig` file for configurations in the corresponding board and SoC directories. Let's se…
116 ├── Kconfig.liteos_m.boards --- Board configurations of the board vendor.
117 └── Kconfig.liteos_m.defconfig.boards --- Board configurations of the board vendor.
166 …*SOC_CST85F01**. You can run the `make menuconfig` command in `kernel/liteos_m` for configurations.
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Derrorcode-notification.md266 The current notification status does not support duplicate configurations.
270 …or code is reported when the current notification status does not support duplicate configurations.
274 The current notification status does not support duplicate configurations.
/ohos5.0/docs/en/application-dev/napi/
H A Dneon-guide.md17 …the armeabi-v7a ABI supports precompiled runtime libraries with many configurations. The directory…
37 …chain selects binary libraries that depend on different architecture configurations based on the c…
/ohos5.0/docs/docker/
H A DREADME_en.md7 …en-us#/login). Using the Docker image will help simplify environment configurations needed for the…
/ohos5.0/docs/en/application-dev/quick-start/
H A Dapplication-package-structure-stage.md22 | Configuration files| A collection of application-level and module-level configurations.<br> - **A…
25 …*: project-level or module-level build configurations, including application signatures and produc…
H A Dapp-clone.md8 - These two applications are independent of each other in terms of enabling, related configurations
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dhap-package.md51 …ttps://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V13/ide-run-debug-configurations-V13)。
/ohos5.0/docs/en/application-dev/tools/
H A Drestool.md29 ….<br>[Parameter description](#target-config-parameters): Specify the configurations to be included…
35 Format: Use semicolons (;\) to separate different parameter configurations. Use square brackets ([]…
/ohos5.0/docs/en/readme/
H A Ddfx.md26 base/hiviewdfx # DFX base repository, which stores compilation-related configurations
H A Dglobalization.md9 …es system and application resources based on device types and system configurations, and provides …
H A Dcompilation and building.md83 1. Parsing commands: Parse the name of the product to build and load related configurations.
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp602 constexpr BASE_NS::pair<BloomConfiguration::BloomQualityType, uint32_t> configurations[] = { in CreateComputePsos() local
607 for (const auto& configuration : configurations) { in CreateComputePsos()
716 constexpr BASE_NS::pair<BloomConfiguration::BloomQualityType, uint32_t> configurations[] = { in CreateRenderPsos() local
725 for (const auto& configuration : configurations) { in CreateRenderPsos()
/ohos5.0/docs/en/application-dev/application-models/
H A Dmodule-switch.md4 When switching an application from the FA model to the stage model, migrate the configurations unde…
66 | configChanges | System configurations that the ability concerns.| / | This configuration is not s…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-methods-calendarpicker-dialog.md42 …r>**NOTE**<br>In the **acceptButtonStyle** and **cancelButtonStyle** configurations, only one **pr…
43 …r>**NOTE**<br>In the **acceptButtonStyle** and **cancelButtonStyle** configurations, only one **pr…
/ohos5.0/docs/en/device-dev/get-code/
H A Dgettools-acquire.md45 …aweiCloud SWR. Using the Docker image will help simplify environment configurations needed for the…
170 …to quickly build a distribution of , greatly simplifying environment configurations needed for bui…
/ohos5.0/docs/en/application-dev/ui/
H A Djs-framework-js-tag.md44 The "window" defines window-related configurations. To solve the screen adaptation problem, you can…

12345