/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/ |
H A D | testDataModels.ets | 132 category: Category; 371 'category' : Category.Gatt 378 'category' : Category.Gatt 388 'category' : Category.SPP 395 'category' : Category.SPP 1081 'category' : Category.API 1088 'category' : Category.API 1095 'category' : Category.API 1102 'category' : Category.API 1312 'category' : Category.Profile [all …]
|
H A D | testDataModelsManager.ets | 122 category: Category; 345 'category' : Category.GattManager 352 'category' : Category.GattManager 362 'category' : Category.SPPManager 369 'category' : Category.SPPManager 1004 'category' : Category.GattAutoTestManager 1011 'category' : Category.GattAutoTestManager 1021 'category' : Category.SppAutoTestManager 1028 'category' : Category.SppAutoTestManager 1038 'category' : Category.ProfileAutoTestManager [all …]
|
H A D | testData.ets | 16 export enum Category { 49 category?: Category; 51 constructor(name: string , detail: string , url: string , image: Resource , category: Category) {
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/ |
H A D | homePage.ets | 16 import { Category , TestData } from '../MainAbility/model/testData' 36 … ManualApiTest({ testItems : this.testItems.filter(item => (item.category === Category.API)) }) 40 …ManualApiTest({ testItems : this.testItems.filter(item => (item.category === Category.APIManager))… 44 … AutoTest({ testItems : this.testItems.filter(item => (item.category === Category.AutoTest)) }) 48 …AutoTest({ testItems : this.testItems.filter(item => (item.category === Category.AutoTestManager))… 52 …ManualSceneTest({ testItems : this.testItems.filter(item => (item.category === Category.Scenario))… 56 …ManualSceneTest({ testItems : this.testItems.filter(item => (item.category === Category.ScenarioMa… 60 … ProfileTest({ testItems : this.testItems.filter(item => (item.category === Category.Profile)) }) 64 …ProfileTest({ testItems : this.testItems.filter(item => (item.category === Category.ProfileManager… 68 …BenchmarkTest({ testItems : this.testItems.filter(item => (item.category === Category.BenchMark)) … [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/model/ |
H A D | testDataModels.ets | 208 category: Category; 1453 'category' : Category.App 1460 'category' : Category.App 1467 'category' : Category.App 1475 'category' : Category.API 1482 'category' : Category.API 1489 'category' : Category.API 1496 'category' : Category.API 1503 'category' : Category.API 1510 'category' : Category.API [all …]
|
H A D | testData.ets | 20 export enum Category { 39 category?: Category; 41 constructor(name: string , detail: string , url: string , image: Resource , category: Category) {
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/ |
H A D | homePage.ets | 16 import { Category , TestData } from '../entryability/model/testData' 42 AppTest({ testItems : this.testItems.filter(item => (item.category === Category.App)) }) 46 … ManualApiTest({ testItems : this.testItems.filter(item => (item.category === Category.API)) }) 50 …StabilityTest({ testItems : this.testItems.filter(item => (item.category === Category.Stability)) … 54 … AutoTest({ testItems : this.testItems.filter(item => (item.category === Category.AutoTest)) }) 58 …ManualSceneTest({ testItems : this.testItems.filter(item => (item.category === Category.Scenario))… 62 …BenchmarkTest({ testItems : this.testItems.filter(item => (item.category === Category.BenchMark)) … 66 … StressTest({ testItems : this.testItems.filter(item => (item.category === Category.Stress)) })
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-coding-style-guide.md | 55 **[Category]** Recommendation 97 **[Category]** Recommendation 127 **[Category]** Recommendation 146 **[Category]** Recommendation 176 **[Category]** Recommendation 226 **[Category]** Recommendation 312 **[Category]** Rule 627 **[Category]** Rule 661 **[Category]** Rule 688 **[Category]** Rule [all …]
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-ArkTS-coding-style-guide.md | 57 **[Category]** Recommendation 100 **[Category]** Recommendation 136 **[Category]** Recommendation 155 **[Category]** Recommendation 185 **[Category]** Recommendation 235 **[Category]** Recommendation 324 **[Category]** Rule 640 **[Category]** Rule 676 **[Category]** Rule 703 **[Category]** Rule [all …]
|
H A D | OpenHarmony-Application-Typescript-JavaScript-coding-guide.md | 37 **[Category] Rule** 51 **[Category] Rule** 68 **[Category] Rule** 87 **[Category] Rule** 118 **[Category] Rule** 148 **[Category] Rule** 172 **[Category] Rule** 204 **[Category] Rule** 231 **[Category] Rule** 266 **[Category] Rule** [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-Filter.md | 89 …ams = { name: 'Suggestions', options: ['Category 1','Category 2','Category 3','Category 4','Catego…
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/base/ |
H A D | effect_info.h | 42 enum class Category : uint32_t { enum 67 Category category_;
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | multimodal-menu.md | 22 ## Category section
|
H A D | multimodal-bubble.md | 21 ## Category section
|
H A D | multimodal-badge.md | 15 ## Category section
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hitracemeter-guidelines-arkts.md | 9 **HiTraceMeter Tag**:跟踪数据使用类别分类,称作HiTraceMeter Tag或HiTraceMeter Category。一般每个软件子系统对应一个Tag,该Tag在打点AP…
|
/ohos5.0/docs/zh-cn/design/ |
H A D | OpenHarmony-API-governance.md | 15 
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkui-support-for-aging-adaptation.md | 150 text: 'Category 1', 155 text: 'Category 2', 160 text: 'Category 3',
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/custom/ |
H A D | custom_efilter.cpp | 96 effectInfo->category_ = Category::COLOR_ADJUST; in SetEffectInfo()
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-bundles-ipc.md | 31 | Category | API Description |
|
H A D | kernel-standard-sched-cpuisolation.md | 31 | Category| API | Description |
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | set-security-label.md | 11 | API| Description| Category| Synchronous Programming| Asynchronous Programming|
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | brightness_efilter.cpp | 145 info_->category_ = Category::COLOR_ADJUST; in GetEffectInfo()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | contrast_efilter.cpp | 144 info_->category_ = Category::COLOR_ADJUST; in GetEffectInfo()
|
/ohos5.0/docs/en/readme/ |
H A D | multimodal-input.md | 34 | Category| API | Description |
|