/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_result_set_impl_test.cpp | 68 { Names[0].first, i }, in makeEntry() 69 { Names[1].first, "name_" + std::to_string(i) }, in makeEntry() 70 { Names[2].first, 1.65 }, in makeEntry() 71 { Names[3].first, i & 0x1 }, in makeEntry() 72 { Names[4].first, bytes} in makeEntry() 80 std::find_if(Names.begin(), Names.end(), [&columnType, &name](auto &pr) { in getColumnType() 101 ASSERT_EQ(Names.size(), names.size()); 102 for (int i = 0; i < Names.size(); i++) { 103 ASSERT_EQ(Names[i].first, names[i]); 183 for (int i = 0; i < Names.size(); i++) { [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_create_gpu_buffers.h | 65 struct Names { struct 69 BASE_NS::vector<Names> names_; argument
|
H A D | render_node_create_gpu_images.h | 75 struct Names { struct 79 BASE_NS::vector<Names> names_; argument
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-coding-style-guide.md | 53 ### Use UpperCamelCase for Class Names, Enum Names, and Namespace Names 95 ### Use lowerCamelCase for Variable Names, Method Names, and Parameter Names 125 ### Use Uppercase Letters for Constant Names and Enum Value Names and Separate Words by Underscores 144 ### Do Not Use Negative Boolean Variable Names
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-ArkTS-coding-style-guide.md | 55 ## Use UpperCamelCase for Class Names, Enum Names, and Namespace Names 98 ## Use lowerCamelCase for Variable Names, Method Names, and Parameter Names 134 ## Use Uppercase Letters for Constant Names and Enum Value Names and Separate Words by Underscores 153 ## Do Not Use Negative Boolean Variable Names
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-processRunningInfo.md | 24 | bundleNames | Array<string> | Yes| No| Names of all running bundles in the process.|
|
H A D | js-apis-inner-application-extensionRunningInfo-sys.md | 33 | clientPackage | Array<String> | Yes | No | Names of all packages in the process. |
|
H A D | js-apis-inner-application-processInformation.md | 24 | bundleNames | Array<string> | No| No| Names of all running bundles in the process.<br>**Ato…
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-Release/ |
H A D | changelogs-account_os_account.md | 3 ## cl.account_os_account.1 Allowing Spaces in App Account Names
|
/ohos5.0/docs/en/application-dev/reference/apis-test-kit/ |
H A D | js-apis-inner-application-abilityDelegatorArgs.md | 34 | testRunnerClassName | string | Yes | Yes | Names of the test case executors.|
|
/ohos5.0/docs/en/release-notes/changelogs/v4.0-beta1/ |
H A D | changelogs-ability.md | 4 ## cl.ability.1 RestartFlag Attribute Names Changed and Unsupported Attribute Deleted in appRecovery
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.6/ |
H A D | changelogs-ability.md | 3 ## cl.ability.1 RestartFlag Attribute Names Changed and Unsupported Attribute Deleted in appRecovery
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.3/ |
H A D | changelogs-ability.md | 3 ## cl.ability.1 RestartFlag Attribute Names Changed and Unsupported Attribute Deleted in appRecovery
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.3/ |
H A D | changelogs-testfwk_arkxtest.md | 3 ## cl.testfwk_arkxtest.1 Change to the WindowFilter Attribute Names
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.35/ |
H A D | changelogs-bundlemanager.md | 3 …ncherAbilityResourceInfo Is Changed to Support Obtaining of the Icons and Names of Disabled Applic…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-multimedia.md | 169 ## cl.multimedia.5 Event Names in ProfessionalPhotoSession.on/off Changed 220 ## cl.multimedia.6 Event Names in ProfessionalVideoSession.on/off Changed
|
/ohos5.0/docs/zh-cn/application-dev/internationalization/ |
H A D | i18n-character-processing.md | 94 let nameTransliter = i18n.Transliterator.getInstance('Han-Latin/Names');
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | source-obfuscation.md | 205 * Names of classes or objects exported from remote HARs (packages whose real paths are in oh_module… 206 * Names and property names specified by [keep options](#keep-options). 207 * Names in the SDK API list. 537 Names (such as variable names, class names, and attribute names) in the .d.ts file of the specified… 546 ./src/main/ets/fileName.ts // Names in the fileName.ts file are not obfuscated. 547 ../folder // Names in all the files under the folder directory and its subdirect… 548 ../oh_modules/json5 // Names in all the files in the imported third-party library json5 ar… 872 | Main Module| Dependent Module| Confusion of Imported and Exported Names|
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-request.md | 5 ## cl.request.1 Changes of Error Code Definitions and Some API Names
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.3.3/ |
H A D | changelogs-bundlemanager.md | 17 ## cl.bundlemanager.2 Level-2 Module File Names Changed
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-character-processing.md | 94 let nameTransliter = i18n.Transliterator.getInstance('Han-Latin/Names');
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-resultset.md | 36 | columnNames | Array<string> | Yes| Names of all columns in the result set.|
|
H A D | js-apis-data-DataShareResultSet-sys.md | 66 | columnNames | Array<string> | Yes | Names of all columns in the result set. |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-checkboxgroup.md | 169 | name | Array<string> | Names of all the selected check boxes in the group. |
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-ability.md | 133 ## cl.ability.3 RestartFlag Attribute Names Changed and Unsupported Attribute Deleted in appRecovery
|