Home
last modified time | relevance | path

Searched refs:Names (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_result_set_impl_test.cpp68 { 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 Drender_node_create_gpu_buffers.h65 struct Names { struct
69 BASE_NS::vector<Names> names_; argument
H A Drender_node_create_gpu_images.h75 struct Names { struct
79 BASE_NS::vector<Names> names_; argument
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-coding-style-guide.md53 ### 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 DOpenHarmony-ArkTS-coding-style-guide.md55 ## 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 Djs-apis-inner-application-processRunningInfo.md24 | bundleNames | Array&lt;string&gt; | Yes| No| Names of all running bundles in the process.|
H A Djs-apis-inner-application-extensionRunningInfo-sys.md33 | clientPackage | Array&lt;String&gt; | Yes | No | Names of all packages in the process. |
H A Djs-apis-inner-application-processInformation.md24 | bundleNames | Array&lt;string&gt; | No| No| Names of all running bundles in the process.<br>**Ato…
/ohos5.0/docs/en/release-notes/changelogs/v3.2-Release/
H A Dchangelogs-account_os_account.md3 ## cl.account_os_account.1 Allowing Spaces in App Account Names
/ohos5.0/docs/en/application-dev/reference/apis-test-kit/
H A Djs-apis-inner-application-abilityDelegatorArgs.md34 | testRunnerClassName | string | Yes | Yes | Names of the test case executors.|
/ohos5.0/docs/en/release-notes/changelogs/v4.0-beta1/
H A Dchangelogs-ability.md4 ## 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 Dchangelogs-ability.md3 ## 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 Dchangelogs-ability.md3 ## 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 Dchangelogs-testfwk_arkxtest.md3 ## cl.testfwk_arkxtest.1 Change to the WindowFilter Attribute Names
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.35/
H A Dchangelogs-bundlemanager.md3 …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 Dchangelogs-multimedia.md169 ## 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 Di18n-character-processing.md94 let nameTransliter = i18n.Transliterator.getInstance('Han-Latin/Names');
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dsource-obfuscation.md205 * 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 Dchangelogs-request.md5 ## 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 Dchangelogs-bundlemanager.md17 ## cl.bundlemanager.2 Level-2 Module File Names Changed
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-character-processing.md94 let nameTransliter = i18n.Transliterator.getInstance('Han-Latin/Names');
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-resultset.md36 | columnNames | Array&lt;string&gt; | Yes| Names of all columns in the result set.|
H A Djs-apis-data-DataShareResultSet-sys.md66 | columnNames | Array&lt;string&gt; | Yes | Names of all columns in the result set. |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-checkboxgroup.md169 | name | Array&lt;string&gt; | Names of all the selected check boxes in the group. |
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-ability.md133 ## cl.ability.3 RestartFlag Attribute Names Changed and Unsupported Attribute Deleted in appRecovery

12