Home
last modified time | relevance | path

Searched full:app (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/developtools/hapsigner/autosign/
Dautosign.config24 // 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 …]
DcreateAppCertAndProfile.config24 // 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 …]
DsignElf.config20 // 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 …]
DsignHap.config20 // 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 …]
DcreateRootAndSubCert.config32 // 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
/developtools/packing_tool/adapter/ohos/
DAppInfo.java21 * 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 …]
DModuleAppInfo.java31 * 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 …]
DVerifyCollection.java22 * 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 …]
DDeviceConfig.java19 * 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.
DREADME16 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 …]
DCommonEvent.java22 * 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.
/developtools/ace_ets2bundle/arkui-plugins/test/demo/mock/decorators/resource/
Dresource-in-build.ets20 str1: string = 'app.media.ri'
21 str2: string = 'app.photo2.png'
24 Text($r('app.string.app_name'))
25 Image($rawfile('app.photo.png'))
26 TextInput({ text: $r('app.string.input_content') })
30 { value: 'aaa', icon: $r("app.media.selection") },
31 { value: 'bbb', icon: $r("app.media.selection") },
32 { value: 'ccc', icon: $r("app.media.selection") },
33 { value: 'ddd', icon: $r("app.media.selection") }
35 Image($r('app.media.app_icon'))
[all …]
/developtools/smartperf_host/smartperf_device/device_ui/entry/src/main/ets/common/ui/main/
DHomeBottomPage.ets30 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 …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/
DHomeBottomPage.ets30 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 …]
/developtools/smartperf_host/smartperf_host/ide/src/doc/md/
Dquickstart_app_startup.md1 # App startup 的抓取和展示说明
5 ### App startup 抓取参数的配置
10 - App startup:配置项的总开关。
12 ### App startup 展示说明
14 将抓取的 App startup 文件导入到 smartperf 工具中,查看应用启动各阶段耗时的情况。
16 ### App startup 泳道图展示
18 App startup 的泳道图展示:
20 …lity Launching(加载UI Ability)、UI Ability OnForeground(应用进入前台)、First Frame - APP Phase(首帧渲染提交-应用)、Fi…
22 ### App startup 泳道图点选功能
34 ### App startup 泳道图 Tab 页跳转功能
[all …]
/developtools/hapsigner/hapsigntool_cpp/profile/include/
Dprofile_verify.h33 * @brief Parse and verify the app provision
34 * @param appProvision The app provision json string.
35 * @param info Out param, the parsed app provision structure.
40 * @brief Parse app provision
41 * @param appProvision The app provision json string.
42 * @param info Out param, the parsed app provision structure.
47 * @brief Parse app provision profile
48 * @param appProvision The app provision json string.
49 * @param info Out param, the parsed app provision structure.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DPowerDubai.ets44 …, '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/smartperf_host/smartperf_device/device_ui/entry/src/main/ets/common/ui/detail/
DPowerDubai.ets44 …, '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/packing_tool/packing_tool/frameworks/test/unittest/hap_packager_test/hap_packager_file/fa/assets_jsbundle/default/js/MainAbility/
Dapp.js22 var app = { variable
31 exports.default = app;
32 globalThis['app.js_8e74c152fb289caceeb880912823241e9d4b2806ecc0022940f4429f6d749b02']
33 = globalThis['app.js_8e74c152fb289caceeb880912823241e9d4b2806ecc0022940f4429f6d749b02'] || {
34 default: app
37 //# sourceMappingURL=app.js.map
/developtools/packing_tool/packing_tool/frameworks/test/unittest/general_normalize_test/general_normalize_file/fa/assets_jsbundle/default/js/MainAbility/
Dapp.js22 var app = { variable
31 exports.default = app;
32 globalThis['app.js_8e74c152fb289caceeb880912823241e9d4b2806ecc0022940f4429f6d749b02']
33 = globalThis['app.js_8e74c152fb289caceeb880912823241e9d4b2806ecc0022940f4429f6d749b02'] || {
34 default: app
37 //# sourceMappingURL=app.js.map
/developtools/packing_tool/packing_tool/frameworks/test/unittest/version_normalize_test/version_normalize_file/fa/assets_jsbundle/default/js/MainAbility/
Dapp.js22 var app = { variable
31 exports.default = app;
32 globalThis['app.js_8e74c152fb289caceeb880912823241e9d4b2806ecc0022940f4429f6d749b02']
33 = globalThis['app.js_8e74c152fb289caceeb880912823241e9d4b2806ecc0022940f4429f6d749b02'] || {
34 default: app
37 //# sourceMappingURL=app.js.map
/developtools/ace_ets2bundle/arkui-plugins/test/ut/ui-plugins/decorators/resource/
Dresource-in-build.test.ts59 … (((gensym___147578113) == (null)) ? undefined : gensym___147578113.str1)})) ?? ("app.media.ri"));
61 …(((gensym___220149772) == (null)) ? undefined : gensym___220149772.str2)})) ?? ("app.photo2.png"));
81 Text(undefined, _r("", "", "app.string.app_name"), undefined, undefined);
82 Image(undefined, _rawfile("", "", "app.photo.png"), undefined, undefined);
84 text: _r("", "", "app.string.input_content"),
90 icon: _r("", "", "app.media.selection"),
93 icon: _r("", "", "app.media.selection"),
96 icon: _r("", "", "app.media.selection"),
99 icon: _r("", "", "app.media.selection"),
103 top: _r("", "", "app.float.elements_margin_horizontal_m"),
[all …]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
Dprovision_verify_test.cpp26 "issuer": "App Gallery"
34 "app-distribution-type": "os_integration",
45 "app-feature": "hos_normal_app"
54 "app-distribution-type": "os_integration",
64 "app-feature": "hos_normal_app"
74 "app-distribution-type": "os_integration",
85 "app-feature": "hos_normal_app"
94 "app-distribution-type": "app_gallery",
105 "app-feature": "hos_normal_app"
112 "issuer": "App Gallery"
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/
Dhelp.txt16 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…
70app-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…
93app-ca-key-v1" -issuerKeyPwd ****** -subject "C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN= App…
96 generate-app-cert [options]:
116app-cert -keyAlias "oh-app1-key-v1" -keyPwd ****** -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony Comm…
117app-cert -keyAlias "oh-app1-key-v1" -keyPwd ****** -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony Comm…
[all …]
/developtools/hapsigner/hapsigntool_cpp/cmd/include/
Dhelp.h27 USAGE: <generate-keypair|generate-csr|generate-cert|generate-ca|generate-app-cert|generate-profile-…
28 USAGE: <sign-profile|verify-profile|sign-app|verify-app>[options]
43 -keystoreFile "/home/app-keypair.jks" -keystorePwd ******
61 -subject "C=CN, O=OpenHarmony, OU=OpenHarmony Community, CN=App1 Release" -keystoreFile "/home/app-…
94 …generate-cert -keyAlias "oh-app1-key-v1" -keyPwd ****** -issuerKeyAlias "oh-app-sign-srv-ca-key-v1"
97 …Signature -extKeyUsage codeSignature -signAlg SHA256withECDSA -keystoreFile "/home/app-keypair.jks"
122 …-subject "C=CN, O=OpenHarmony, OU=OpenHarmony Community,CN=Root CA" -keystoreFile "/home/app-keyp…
124 …generate-ca -keyAlias "oh-app1-key-v1" -keyAlg ECC -issuerKeyAlias "oh-sub-app-ca-key-v1" -issuerK…
127 -keystoreFile "/home/app-keypair.jks" -keystorePwd ****** -outFile "/home/sub-app-sign-srv-ca.cer"
131 generate-app-cert[options]:
[all …]

12345678910>>...24