/ohos5.0/docs/en/design/ux-design/ |
H A D | design-map-cached-drawings.md | 6 …ges on a device based on its DPI, an excellent application must contain multiple sets of sliced im… 9 Folders with multiple sets of sliced images of the same name 18 Image resources can be reused for multiple devices or delivered separately for different devices ba… 30 . 74 - If multiple licenses refer to the same license file, repeat the path in the field. 78 - For a single license requiring multiple files, separate the paths with a colon. 139 - **Single license pointing to multiple license files**: 143 - Separate the multiple paths in `License File` with a colon (`:`). 152 - **Multiple licenses with multiple license files**: 187 3. When a path in `License File` contains multiple files, separate them with a colon (`:`). 216 … "Description": "An example library with multiple licenses corresponding to a single license file." 232 "Description": "A complex library with a single license covering multiple license files." 280 … - When multiple licenses correspond to a single license file, repeat the path of the license file. [all …]
|
H A D | contribution-process.md | 126 … of Gerrit and is used to associate multiple repositories to be modified. Skip this step if modifi… 134 After the code is modified, run the following command in multiple repositories: 192 >**How do I create PRs at the same time if multiple code repositories have compilation dependencies… 193 >During the development of the operating system \(OS\), it is common that multiple code repositorie… 213 - If feature development or bug fixing involves multiple code repositories, multiple PRs can be a… 221 If multiple PRs are associated with the same issue, the comment "start build" on any PR can trigger…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v4.0-beta1/ |
H A D | changelogs-arkcompiler.md | 40 size_t multiple = 2; 45 oldSpaceMaxLimit = oldSpace_->GetMaximumCapacity() - delta * multiple; 48 oldSpaceMaxLimit = oldSpace_->GetMaximumCapacity() + delta * multiple; 71 size_t multiple = 2; 76 oldSpaceMaxLimit = oldSpace_->GetMaximumCapacity() - delta * multiple; 79 oldSpaceMaxLimit = oldSpace_->GetMaximumCapacity() + delta * multiple;
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.7.3/ |
H A D | changelog-arkcompiler.md | 40 size_t multiple = 2; 45 oldSpaceMaxLimit = oldSpace_->GetMaximumCapacity() - delta * multiple; 48 oldSpaceMaxLimit = oldSpace_->GetMaximumCapacity() + delta * multiple; 71 size_t multiple = 2; 76 oldSpaceMaxLimit = oldSpace_->GetMaximumCapacity() - delta * multiple; 79 oldSpaceMaxLimit = oldSpace_->GetMaximumCapacity() + delta * multiple;
|
/ohos5.0/docs/en/application-dev/basic-services/account/ |
H A D | account-overview.md | 5 …stem allows multiple system (OS) accounts to be created on a device. This allows multiple users to… 9 Users are identified by accounts. A user can have multiple accounts. The **account** module manages… 27 … system account are in many-to-many (N:M) relationship. A user can have multiple application accou…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _native_display_manager___displays_info.md | 6 …_DisplaysInfo struct encapsulates the information about displays of a device with multiple screens. 20 | uint32_t [displaysLength](#displayslength) | Number of displays of a device with multiple screens… 46 Number of displays of a device with multiple screens.
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | multiInstance.md | 2 Multi-instance allows an application to run on multiple pages so that a user can log in multiple ac… 6 Relationship between multiple application instances: 7 - The application icons of multiple instances are the same.
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.22/ |
H A D | changelogs-access_token.md | 11 …)** is called multiple times to request user authorization for the same permission, the authorizat… 23 Ehen **requestPermissionsFromUser()** is called to request the same permission for multiple times, …
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | concurrency-overview.md | 3 …multiple tasks are executed at the same time. For a multi-core device, these tasks may be executed… 9 - Multithreaded concurrency allows multiple segments of code to be executed at a time. When the mai… 14 The concurrency capability is used in multiple scenarios, including []asynchronous concurrent tasks…
|
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-key-generation-overview.md | 27 | HMAC | An integer multiple of 8, ranging from 8 to 1024 (inclusive)| 8+ | Yes| 32 | <!--DelRow-->DSA | An integer multiple of 8, ranging from 512 to 1024 (inclusive) | 8+ | No| 52 | RSA | An integer multiple of 8, ranging from 1024 to 2048 (inclusive)| 12+ | 53 | HMAC | An integer multiple of 8, ranging from 8 to 1024 (inclusive)| 12+ |
|
H A D | huks-encryption-decryption-overview.md | 16 …a multiple of the block size used by the encryption algorithm. If the padding mode is **NoPadding*… 17 …a multiple of the block size used by the encryption algorithm. If the padding mode is **NoPadding*…
|
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/ |
H A D | thermal_sensor_provision.cpp | 228 int multiple = sensorIter.second->GetMultiple(); in ReportThermalZoneData() local 229 if (multiple == 0) { in ReportThermalZoneData() 232 int result = reportTime % multiple; in ReportThermalZoneData() 233 multipleList.push_back(multiple); in ReportThermalZoneData()
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | thread_memory_shared.md | 5 …multiple threads are required for simultaneous operations, you are advised to use SharedArrayBuffe… 7 …red between multiple threads. The objects before and after the transfer point to the same memory b… 79 …tion** button. This is because SharedArrayBuffer is shared memory. When multiple threads perform a… 84 When multiple threads operate the memory at the same time, the following situation occurs: Thread A… 169 In the example scenario below where multiple threads write data to a file, improper manipulation on… 171 The main thread uses the **startWrite(useLock: boolean)** method to enable multiple threads to writ… 219 // Enable multiple threads to write the file based on the offset. 220 …k through sabInLock:SharedArrayBuffer of the main thread to ensure that multiple threads operate t… 221 … through sabForLine:SharedArrayBuffer of the main thread to ensure that multiple threads operate t…
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | cpp.md | 28 …DK used for compilation. The two libc++ libraries may be different from multiple major versions, w… 39 …ersion does not ensure ABI compatibility. If an application package has multiple dynamic libraries… 41 …multiple libraries in your project, the dependency is a HAR package of a dynamic library, or there…
|
/ohos5.0/docs/en/application-dev/reference/apis-form-kit/ |
H A D | js-apis-application-formBindingData.md | 23 …to be displayed on the JS widget. The value can be an object containing multiple key-value pairs o… 38 …containing multiple key-value pairs or a string in JSON format. The image data is identified by **…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.31/ |
H A D | changelogs-bundlemanager.md | 31 …ication icon and application label are displayed. If an application has multiple entry UIAbilities… 57 …multiple entry icons, different icons and names will be displayed on the home screen after the app… 70 …n be configured for an application. After the application is installed, multiple icons and names a… 74 … installed, only one icon and name are displayed on the home screen. If multiple entry UIAbilities…
|
/ohos5.0/docs/en/contribute/template/ |
H A D | native-template.md | 18 * In the detailed description, if there are multiple paragraphs, end each paragraph with \n.\n 37 * In the detailed description, if there are multiple paragraphs, end each paragraph with \n.\n 51 * In the detailed description, if there are multiple paragraphs, end each paragraph with \n.\n 65 * In the detailed description, if there are multiple paragraphs, end each paragraph with \n.\n 89 * In the detailed description, if there are multiple paragraphs, end each paragraph with \n.\n 115 * In the detailed description, if there are multiple paragraphs, end each paragraph with \n.\n
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | packing-tool.md | 38 …of the Maple SO file. The file name extension must be .so. If there are multiple SO files, separat… 40 …ath of the DEX file. The file name extension must be .dex. If there are multiple DEX files, separa… 59 HSP files enable file sharing among multiple HAPs. You can use the JAR package of the packing tool … 73 …ath of the DEX file. The file name extension must be .dex. If there are multiple DEX files, separa… 108 …th of the HAP files. The file name extension must be .hap. If there are multiple HAP files, separa… 109 …th of the HSP files. The file name extension must be .hsp. If there are multiple HSP files, separa… 122 If multiple teams develop the same application but it is inconvenient to share code, you can use mu… 187 | --hqf-list | Yes | NA | Path of the HQF file. If there are multiple HQF files, separa… 224 …th of the HSP files. The file name extension must be .hsp. If there are multiple HSP files, separa… 268 …e HAP file directory, which contains all files of the HAP. If there are multiple HAP file director… [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-ChipGroup.md | 26 multiple?: boolean, 45 …multiple | boolean | 否 | @Prop | true:支持多个chip被选中… 53 > 1. 针对selectedIndexes和multiple接口,multiple等于false的时候,当没有传入selectedIndexes时候,默认是第一个chip被选中,当传入的selec… 280 multiple: false, 371 multiple: true, 464 multiple: true, 769 multiple: true 786 multiple: true,
|