| /developtools/hapsigner/autosign/ |
| D | autosign.config | 24 // keypair of app signature 25 app.keypair.keyAlias=oh-app1-key-v1 26 app.keypair.keyPwd=123456 42 // Sub APP CA 43 sub-ca.app.keyAlias=oh-app-sign-srv-ca-key-v1 44 sub-ca.app.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN= Application Signature Service CA 45 sub-ca.app.outFile=app-sign-srv-ca1.cer 52 // App signature cert 53 cert.app.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN=App1 Release 54 cert.app.outFile=app1.pem [all …]
|
| D | createAppCertAndProfile.config | 24 // keypair of app signature 25 app.keypair.keyAlias=oh-app1-key-v1 26 app.keypair.keyPwd=123456 35 // Sub APP CA 36 sub-ca.app.keyAlias=openharmony application ca 37 sub-ca.app.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Team,CN= OpenHarmony Application CA 38 sub-ca.app.outFile=subCA.cer 40 // App signature cert 41 cert.app.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Team,CN=OpenHarmony Application Release 42 cert.app.outFile=app1.pem [all …]
|
| D | signElf.config | 20 // keypair of app signature 21 app.keypair.keyAlias=oh-app1-key-v1 22 app.keypair.keyPwd=123456 24 // App signature cert 25 cert.app.outFile=app1.pem 30 // Sign app 31 sign.app.inFile=elf-unsigned 32 sign.app.outFile=elf-signed 33 sign.app.inForm=elf 37 sign.app.keyAlias=$app.keypair.keyAlias [all …]
|
| D | signHap.config | 20 // keypair of app signature 21 app.keypair.keyAlias=oh-app1-key-v1 22 app.keypair.keyPwd=123456 24 // App signature cert 25 cert.app.outFile=app1.pem 30 // Sign app 31 sign.app.inFile=app1-unsigned.hap 32 sign.app.outFile=app1-signed.hap 36 sign.app.keyAlias=$app.keypair.keyAlias 37 sign.app.appCertFile=$cert.app.outFile [all …]
|
| D | createRootAndSubCert.config | 32 // Sub APP CA 33 sub-ca.app.keyAlias=oh-app-sign-srv-ca-key-v1 34 sub-ca.app.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN= Application Signature Service CA 35 sub-ca.app.outFile=app-sign-srv-ca1.cer 47 sub-ca.app.issuer=$root-ca.subject 48 sub-ca.app.issuerKeyAlias=$root-ca.keyAlias
|
| D | autosign.py | 41 'generate-app-cert': { 57 'sign-app': { 158 'sign.app': 'sign-app' 165 'sign.app': 'sign-app' 172 'sign.app': 'sign-app' 179 'app.keypair': 'generate-keypair', 183 'sub-ca.app': 'generate-ca', 185 'cert.app': 'generate-app-cert', 195 'sub-ca.app': 'generate-ca', 204 'app.keypair': 'generate-keypair', [all …]
|
| /developtools/packing_tool/adapter/ohos/ |
| D | AppInfo.java | 21 * App AppInfo info. 26 * Indicates the bundleName of app AppInfo. 31 * Indicates the vendor of app AppInfo. 36 * Indicates the relatedBundleName of app AppInfo. 41 * Indicates the versionName of app AppInfo. 46 * Indicates the versionCode of app AppInfo. 51 * Indicates the target Api Version of app AppInfo. 56 * Indicates the compatible Api Version of app AppInfo. 61 * Indicates the appName of app AppInfo. 66 * Indicates the appNameEN of app AppInfo. [all …]
|
| D | ModuleAppInfo.java | 31 * Indicates the bundleName of app AppJson. 36 * Indicates the debug of app AppJson. 41 * Indicates the icon of app AppJson. 46 * Indicates the label of app AppJson. 51 * Indicates the description of app AppJson. 56 * Indicates the vendor of app AppJson. 61 * Indicates the versionCode of app AppJson. 66 * Indicates the versionName of app AppJson. 71 * Indicates the minCompatibleVersionCode of app AppJson. 76 * Indicates the minAPIVersion of app AppJson. [all …]
|
| D | VerifyCollection.java | 22 * collection of members in app fields, 23 * those members will be verified when pack app. 27 * Indicates the bundleName of app. 32 * Indicates the vendor of app. 47 * Indicates the minCompatibleVersionCode of app. 52 * Indicates the minApiVersion of app. 57 * Indicates the targetApiVersion of app. 62 * Indicates the apiReleaseType of app. 67 * Indicates the targetBundleName value of app 72 * Indicates the targetPriority value of app [all …]
|
| D | README | 16 use commands for package hap or app. 19 1.When the app depends on a hap, you need to wait the hap has been packaged, 22 For example: --mode hap --mode app 23 the mode value is app. 25 For example: --mode hap app 38 9.In app package mode, signature and certificate may be resource files later, 89 APP USAGE: 93 APP MODE OPTIONS: 94 --mode not null must be app. 99 --out-path not null target app binary path,must end with .app. [all …]
|
| D | DeviceConfig.java | 19 * App DeviceConfig info. 24 * Indicates the target request Sdk Version of app DeviceConfig. 30 * Indicates the compatible request Sdk Version of app DeviceConfig. 36 * Indicates the jointUserid of app DeviceConfig. 41 * Indicates the process of app DeviceConfig. 46 * Indicates the arkFlag of app DeviceConfig. 52 * Indicates the targetArkVersion of app DeviceConfig. 58 * Indicates the compatibleArkVersion of app DeviceConfig. 64 * Indicates the directLaunch of app DeviceConfig. 70 * Indicates the distributedNotificationEnabled of app AppJson.
|
| D | CommonEvent.java | 22 * App CommonEvent info. 27 * Indicates the name of app CommonEvent. 32 * Indicates the permission of app CommonEvent. 37 * Indicates the data of app CommonEvent. 42 * Indicates the type of app CommonEvent. 47 * Indicates the events of app CommonEvent.
|
| D | Shortcut.java | 23 * App Shortcut info. 28 * Indicates the shortcutId of app Shortcut. 33 * Indicates the label of app Shortcut. 38 * Indicates the icon of app Shortcut. 43 * Indicates the intents of app Shortcut.
|
| /developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/ |
| D | window_manager_service.txt | 32 app name [com.huawei.hmos.hwupgradeguide] 37 app state #BACKGROUND 40 app name [com.huawei.hmos.settings] 45 app state #BACKGROUND 48 app name [com.huawei.hms.hmscore] 53 app state #BACKGROUND 56 app name [com.huawei.hmsapp.himovie] 61 app state #BACKGROUND 64 app name [com.huawei.hmos.calendar] 69 app state #BACKGROUND [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/ |
| D | HomeBottomPage.ets | 30 Image($r('app.media.icon_home_selected')).width(this.imgW).height(this.imgH) 31 Text('首页').fontSize('12vp').fontColor($r('app.color.colorPrimary')) 33 Image($r('app.media.icon_home_unselected')).width(this.imgW).height(this.imgH) 40 .backgroundColor($r('app.color.color_fff')) 46 Image($r('app.media.icon_report_selected')).width(this.imgW).height(this.imgH) 47 Text('报告').fontSize('12vp').fontColor($r('app.color.colorPrimary')) 49 Image($r('app.media.icon_report_unselected')).width(this.imgW).height(this.imgH) 56 .backgroundColor($r('app.color.color_fff')) 62 Image($r('app.media.icon_mine_selected')).width(this.imgW).height(this.imgH) 63 Text('我的').fontSize('12vp').fontColor($r('app.color.colorPrimary')) [all …]
|
| D | Home.ets | 62 .fontColor($r('app.color.color_fff')) 72 .border({ radius: '90vp', width: '0.5vp', color: $r('app.color.color_fff') }) 76 colors: [[$r('app.color.color_80B3193F'), 0.0], [$r('app.color.color_80fff'), 1.0]] 80 .fontColor($r('app.color.color_fff')) 91 .border({ width: '1vp', radius: this.circleRadius, color: $r('app.color.color_80fff') }) 112 Text(this.state.toString()).fontSize(12).height('5%').fontColor($r('app.color.color_fff')) 115 .fontColor($r('app.color.color_fff')) 119 }.backgroundColor($r('app.color.colorPrimary')).width('100%') 135 new OtherSupport('亮度调节', '调节屏幕亮度', TestMode.BRIGHTNESS, $r('app.media.icon_brightness_plus')) 149 .fontColor($r('app.color.color_333')) [all …]
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_app_startup.md | 1 # App startup 的抓取和展示说明 5 ### App startup 抓取参数的配置 10 - App startup:配置项的总开关。 12 ### App startup 展示说明 14 将抓取的 App startup 文件导入到 smartperf 工具中,查看应用启动各阶段耗时的情况。 16 ### App startup 泳道图展示 18 App startup 的泳道图展示: 20 …ity Launching(加载 UI Ability)、UI Ability OnForeground(应用进入前台)、First Frame - APP Phase(首帧渲染提交-应用)、Fi… 22 ### App startup 泳道图点选功能 34 ### App startup 泳道图 Tab 页跳转功能 [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/ |
| D | PowerDubai.ets | 44 …, 'Toal', sumPower.toFixed(5) + '', sumCurrent.toFixed(5) + '', '100%', $r('app.color.color_fff'))) 45 …werSensorInfo('', 'Sensor', 'Power(mAh)', 'Current(mA)', 'Percent(%)', $r('app.color.colorPrimary'… 48 it.setColor($r('app.color.color_fff')) 50 …AppInfo('', '', 'ProcessName', 'Power(mAh)', 'Current(mA)', 'Percent', $r('app.color.colorPrimary'… 60 …}.fontWeight(FontWeight.Bold).fontColor($r('app.color.color_333')).fontSize('12fp').textAlign(Text… 68 .fontColor($r('app.color.color_333')) 71 .border({ width: '1vp', color: $r('app.color.color_999') }) 76 .fontColor($r('app.color.color_333')) 79 .border({ width: '1vp', color: $r('app.color.color_999') }) 84 .fontColor($r('app.color.color_333')) [all …]
|
| /developtools/ace_ets2bundle/compiler/test/ut/import/ |
| D | importSystemApi.ts | 18 import { app } from "@system.router"; 22 import { app1, app2 } = require('@system.app'); 26 import app from "@system.router" 30 import app = require('@system.app') 45 var { app } = globalThis.requireNativeModule('system.router'); 48 var { app1, app2 } = globalThis.requireNativeModule('system.app'); 51 var app = globalThis.requireNativeModule('system.router'); 54 var app = globalThis.requireNativeModule('system.app');
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/ |
| D | help.txt | 16 USAGE: <generate-keypair|generate-csr|generate-cert|generate-ca|generate-app-cert|generate-profile-… 17 USAGE: <sign-profile|verify-profile|sign-app|verify-app> [options] 29 …ey-v1" -keyPwd ****** -keyAlg ECC -keySize NIST-P-256 -keystoreFile "D:\OH\app-keypair.jks" -keyst… 43 …Community,CN=App1 Release" -signAlg SHA256withECDSA -keystoreFile "D:\OH\app-keypair.jks" -keyst… 70 …app-sign-srv-ca-key-v1" -issuerKeyPwd ****** -subject "C=CN,O=OpenHarmony,OU=OpenHarmony Communit… 92 …,CN=Root CA" -validity 365 -signAlg SHA384withECDSA -keystoreFile "D:\OH\app-keypair.jks" -keyst… 93 …app-ca-key-v1" -issuerKeyPwd ****** -subject "C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN= App… 96 generate-app-cert [options]: 116 …app-cert -keyAlias "oh-app1-key-v1" -keyPwd ****** -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony Comm… 117 …app-cert -keyAlias "oh-app1-key-v1" -keyPwd ****** -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony Comm… [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
| D | LoginPage.ets | 23 Image($r('app.media.logo')).width('100vp').height('100vp').margin({ top: '180vp' }) 25 Text($r('app.string.login')) 27 .fontColor($r('app.color.color_fff')) 30 .border({ width: '1vp', color: $r('app.color.color_fff'), radius: '20vp' }) 46 colors: [[$r('app.color.colorPrimary'), 0.0], [$r('app.color.colorPrimary'), 1.0]]
|
| D | StartTestPage.ets | 38 new SwitchItem('trace', '是否抓取trace', $r('app.media.icon_average_frame_b'), false, true), 39 new SwitchItem('screenCapture', '是否开启截图', $r('app.media.icon_screencap'), false, true) 95 Image($r('app.media.logo')).width('70vp').height('70vp').margin({ left: '2%' }) 100 Text(this.selectApp).fontSize('15fp').fontColor($r('app.color.color_333')) 102 … Image($r('app.media.icon_enter')).width('15vp').height('15vp').margin({ right: '35vp' }) 108 .backgroundColor($r('app.color.color_fff')) 118 … Image($r('app.media.icon_test_index')).width('25vp').height('25vp').margin({ left: '2%' }) 121 Text('测试指标').fontSize('15fp').fontColor($r('app.color.color_333')) 123 … Image($r('app.media.icon_enter')).width('15vp').height('15vp').margin({ right: '15vp' }) 127 console.log('TestIndicators---------please choose app') [all …]
|
| D | SettingsPage.ets | 31 Image($r('app.media.icon_language')).width('25vp').height('25vp').margin({ left: '2%' }) 34 Text('语言切换').fontSize('15fp').fontColor($r('app.color.color_333')) 36 Image($r('app.media.icon_enter')).width('15vp').height('15vp').margin({ left: '15vp' }) 38 … }.height('47vp').width('95%').backgroundColor($r('app.color.color_fff')).margin({ top: '10vp' }) 44 .fontColor($r('app.color.color_fff')) 47 .backgroundColor($r('app.color.colorPrimary'))
|
| D | FloatBall.ets | 149 .border({ radius: '90vp', width: '0.5vp', color: $r('app.color.colorPrimary') }) 153 colors: [[$r('app.color.colorPrimary'), 1.0], [$r('app.color.colorPrimary'), 1.0]] 158 .fontColor($r('app.color.color_fff')) 197 .border({ radius: '90vp', width: '0.5vp', color: $r('app.color.color_666') }) 201 colors: [[$r('app.color.color_666'), 0.7], [$r('app.color.color_666'), 0.7]] 210 .border({ radius: '90vp', width: '0.5vp', color: $r('app.color.colorPrimary') }) 214 colors: [[$r('app.color.colorPrimary'), 0.7], [$r('app.color.colorPrimary'), 0.7]] 220 .fontColor($r('app.color.color_fff')) 269 .border({ radius: '90vp', width: '0.5vp', color: $r('app.color.colorPrimary') }) 273 colors: [[$r('app.color.colorPrimary'), 1.0], [$r('app.color.colorPrimary'), 1.0]] [all …]
|
| /developtools/hapsigner/tools/ |
| D | commands.config | 17 …'generate-ca -keyAlias "oh-app-啥呀sign-……%%%#srv-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIS… 66 …app-cert -keyAlias "oh-app1-key-v1" -keyPwd 123456 -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony Comm… 67 …app-cert -keyAlias "oh-app1-key-v1" -keyPwd 123456 -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony Comm… 68 …app-cert -keyAlias "oh-app1-key-v1" -keyPwd 123456 -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony Comm… 69 …app-cert -keyAlias "oh-app1-key-v1" -keyPwd 123456 -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony Comm… 70 …app-cert -keyAlias "oh-app1-key-v1" -keyPwd 123456 -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony Comm… 71 …app-cert -keyAlias "oh-app1-key-v1" -keyPwd 123456 -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony Comm… 72 …'generate-app-cert -keyAlias "oh-app1-key-v1" -keyPwd 123456 -issuer "C=CN,O=OpenHarmony,OU=OpenHa… 73 …app-cert -keyAlias "oh-app1-key-v1" -keyPwd 123456 -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony Comm… 89 …'sign-app -keyAlias "oh-app1-key-v1" -signAlg "SHA256withECDSA" -mode "localSign" -appCertFile "ap… [all …]
|