Lines Matching refs:set
7 …ra. Each SysCap corresponds to a set of APIs, whose availability depends on the support of the tar…
15 The supported SysCap set, associated SysCap set, and required SysCap set are collections of SysCaps.
16 …set covers the device capabilities, and the required SysCap set covers the application capabilitie…
17 The associated SysCap set covers the system capabilities of associated APIs that DevEco Studio offe…
23 Each device provides a SysCap set that matches its hardware capability.
24 … general devices and custom devices. The general devices' supported SysCap set is defined by OpenH…
30 …set of APIs for DevEco Studio. DevEco Studio identifies the supported SysCap set based on the devi…
50 DevEco Studio automatically configures the associated SysCap set and required SysCap set based on t…
51 You can add APIs to the associated SysCap set in DevEco Studio by adding system capabilities. Howev…
52 Exercise caution when modifying the required SysCap set. Incorrect modifications may result in the …
58 …"general": [ // General devices. Each general device supports a SysCap set. Multiple ge…
70 … // The SysCap set in addedSysCaps and the SysCap set supported by each device configured in de…
76 …es configured in devices. It is the required SysCap set with addedSysCaps set and removedSysCaps s…
77 …"removedSysCaps": [] // When the required SysCap set is a capability subset of a device, the a…
84 …set and required SysCap set of the application are the same as the supported SysCap set of the dev…
90 …the associated SysCap set of an application is the union of multiple devices' supported SysCap set…
171 1. A set of OpenHarmony source code consists of optional and mandatory components. Different compon…
177 …rd party. Since there is mapping between components and SysCap, the SysCap set of the product can …
179 5. The SysCap set is encoded to generate the PCID. You can import the PCID to DevEco Studio and dec…
181 6. System parameters deployed on devices contain the SysCap set. The system provides native interfa…
183 …set required by the application is encoded into the Required Product Compatibility ID (RPCID) and …