| /applications/standard/app_samples/ |
| D | OAT.xml | 103 …<filteritem type="filepath" name="network/Bluetooth/entry/src/main/java/ohos/samples/bluetooth/ada… 106 …<filteritem type="filepath" name="code/BasicFeature/Native/XComponent/entry/src/ohosTest/resources… 111 …<filteritem type="filepath" name="code/BasicFeature/Native/XComponent/entry/src/main/resources/bas… 115 …<filteritem type="filepath" name="code/BasicFeature/Security/Asset/entry/src/ohosTest/resources/ba… 126 …<filteritem type="filepath" name="code/BasicFeature/Media/AVSession/AvCastPickerForCall/entry/src/… 127 …<filteritem type="filepath" name="code/BasicFeature/Media/AVSession/AvCastPickerForCall/entry/src/… 128 …<filteritem type="filepath" name="code/BasicFeature/Media/AVSession/AvCastPickerForCall/entry/src/… 130 …<filteritem type="filepath" name="code/BasicFeature/Media/AVSession/AvCastPickerForCall/entry/src/… 134 …<filteritem type="filepath" name="ability/DistributedMusicPlayer/entry/src/main/resources/rawfile/… 135 …<filteritem type="filepath" name="ability/DistributedMusicPlayer/entry/src/main/resources/rawfile/… [all …]
|
| /applications/standard/app_samples/code/BasicFeature/Media/Image/photomodify/src/main/cpp/ |
| D | CMakeLists.txt | 10 add_library(entry SHARED Image.cpp) target 11 target_link_libraries(entry PUBLIC libace_napi.z.so) 12 target_link_libraries(entry PUBLIC libimage_source.so) 13 target_link_libraries(entry PUBLIC libimage_packer.so) 14 target_link_libraries(entry PUBLIC libpixelmap.so) 15 target_link_libraries(entry PUBLIC libhilog_ndk.z.so)
|
| /applications/standard/app_samples/code/DocsSample/ApplicationModels/StageModelAbilityDevelop/ |
| D | README_zh.md | 57 …e/temptest.txt"}],点击list[获取应用文件路径方式二],弹出toast[[{"/data/storage/el2/base/haps/entry/temptest.txt"}]; 133 entry/src/main/ets/ 199 …entry/src/main/ets/componentstartupability/SingletonAbility.ts) [SpecifiedFirstAbility.ts](entry/… 205 …entry/src/main/ets/pages/page_migrationability/Page_MigrationAbilitySecond.ets) [Page_MigrationAb… 211 …源码链接: [Index.ets](entry/src/main/ets/pages/Index.ets) [Page_StartFAModel.ets](entry/src/main/ets… 215 …源码链接: [Index.ets](entry/src/main/ets/pages/Index.ets) [Page_StartFAModel.ets](entry/src/main/ets… 219 …源码链接: [Index.ets](entry/src/main/ets/pages/Index.ets) [Page_StartFAModel.ets](entry/src/main/ets…
|
| /applications/standard/app_samples/code/Project/ApplicationHap/MultiHap/ |
| D | README_zh.md | 21 …ure模块中hdc-path为:绝对路径/audioFeature/build/default/outputs/default/entry/audioFeature-entry-default-s… 32 hdc install -r ".\audioFeature\build\default\outputs\default\audioFeature-entry-default-signed.hap" 33 hdc install -r ".\videoFeature\build\default\outputs\default\videoFeature-entry-default-signed.hap" 34 hdc install .\entry\build\default\outputs\default\entry-default-signed.hap 35 hdc install .\entry\build\default\outputs\ohosTest\entry-ohosTest-signed.hap 47 entry/src/ 49 | |--- module.json5 // entry模块配置hap类型:"type": "entry" 63 entry:应用的主模块,一个应用中,只有一个entry类型的HAP,一般实现应用的入口界面、入口图标、主特性功能等 71 * 新创建两个Module作为将被跳转的hap,分别命名为videoFeature,audioFeature。源码参考[Index.ets](entry/src/main/ets/pages/Ind… 72 …* 配置每个hap的type:把entry文件夹下的module.json5中"type": "entry",videoFeature和audioFeature文件夹下的module.json5中…
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/ |
| D | CMakeLists.txt | 10 add_library(entry SHARED target 22 target_link_libraries(entry PUBLIC ${hilog-lib}) 23 target_link_libraries(entry PUBLIC libace_napi.z.so) 24 target_link_libraries(entry PUBLIC libace_ndk.z.so) 25 target_link_libraries(entry PUBLIC libnative_window.so) 26 target_link_libraries(entry PUBLIC libnative_drawing.so)
|
| /applications/standard/app_samples/code/DocsSample/ApplicationModels/MindSporeLiteCDemo/entry/src/main/cpp/ |
| D | CMakeLists.txt | 14 add_library(entry SHARED mslite_napi.cpp) target 15 target_link_libraries(entry PUBLIC mindspore_lite_ndk) 16 target_link_libraries(entry PUBLIC hilog_ndk.z) 17 target_link_libraries(entry PUBLIC rawfile.z) 18 target_link_libraries(entry PUBLIC ace_napi.z)
|
| /applications/standard/app_samples/code/SystemFeature/ApplicationModels/EmbeddedUIExtensionAbility/ |
| D | README_zh.md | 22 entry/src/main/ets/ 33 entry/src/main/resources 47 * 使用方在主页面[Index.ets](entry/src/main/ets/pages/Index.ets)中通过EmbeddedUIExtensionComponent页面嵌入提供方应用的Em… 49 * 源码链接: [Index.ets](entry/src/main/ets/pages/Index.ets) 53 * 提供方UIExtensionAbility页面在[Extension.ets](entry/src/main/ets/pages/Extension.ets)中实现,在页面中需要导入Embedd… 55 * 源码链接:[Extension.ets](entry/src/main/ets/pages/Extension.ets) 59 …ts](entry/src/main/ets/pages/Index.ets)和提供方EmbeddedUIExtensionAbility页面在[Extension.ets](entry/src/… 61 * 源码链接:[main_pages.json](entry/src/main/resources/base/profile/main_pages.json) 65 * 在工程Module对应的[module.json5配置文件](entry/src/main/module.json5)中注册EmbeddedUIExtensionAbility。type标签需要… 67 * 源码链接:[module.json5](entry/src/main/module.json5)
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/cpp/ |
| D | CMakeLists.txt | 10 add_library(entry SHARED target 20 target_link_libraries(entry PUBLIC ${hilog-lib}) 21 target_link_libraries(entry PUBLIC libace_napi.z.so) 22 target_link_libraries(entry PUBLIC libnative_drawing.so) 23 target_link_libraries(entry PUBLIC libpixelmap_ndk.z.so libimage_source_ndk.z.so librawfile.z.so)
|
| /applications/standard/app_samples/code/SystemFeature/ApplicationModels/UIExtensionAbility/ |
| D | README_zh.md | 21 entry/src/main/ets/ 32 entry/src/main/resources 46 * 使用方在主页面[Index.ets](entry/src/main/ets/pages/Index.ets)中通过UIExtensionComponent嵌入提供方应用的UIExtensionA… 48 * 源码链接: [Index.ets](entry/src/main/ets/pages/Index.ets) 52 * 提供方UIExtensionAbility页面在[Extension.ets](entry/src/main/ets/pages/Extension.ets)中实现,在页面中需要导入UIExte… 54 * 源码链接:[Extension.ets](entry/src/main/ets/pages/Extension.ets) 58 ….ets](entry/src/main/ets/pages/Index.ets)和提供方UIExtensionAbility页面在[Extension.ets](entry/src/main/e… 60 * 源码链接:[main_pages.json](entry/src/main/resources/base/profile/main_pages.json) 64 * 在工程Module对应的[module.json5配置文件](entry/src/main/module.json5)中注册UIExtensionAbility,type字段需要配置为UIExt… 66 * 源码链接:[module.json5](entry/src/main/module.json5)
|
| /applications/standard/app_samples/code/SystemFeature/AutoFill/AutoFillScenarioization/ |
| D | README_zh.md | 33 entry/src/main/ets/ 52 ….ets](entry/src/main/ets/pages/Index.ets),[AutoFillAbility.ts](entry/src/main/ets/autofillability/… 58 ….ets](entry/src/main/ets/pages/Index.ets),[AutoFillAbility.ts](entry/src/main/ets/autofillability/… 64 …entry/src/main/ets/pages/Index.ets),[AutoFillAbility.ts](entry/src/main/ets/autofillability/TextAu… 70 …(entry/src/main/ets/autofillpages/RegisterPage.ets),[AutoFillAbility.ts](entry/src/main/ets/autofi…
|
| /applications/standard/app_samples/code/SystemFeature/AutoFill/AutoFill/ |
| D | README_zh.md | 37 entry/src/main/ets/ 59 …x.ets](entry/src/main/ets/pages/Index.ets),[AutoFillAbility.ts](entry/src/main/ets/autofillability… 65 …x.ets](entry/src/main/ets/pages/Index.ets),[AutoFillAbility.ts](entry/src/main/ets/autofillability… 71 …entry/src/main/ets/autofillpages/RegisterPage.ets), [AutoFillAbility.ts](entry/src/main/ets/autof… 78 …entry/src/main/ets/pages/Index.ets),[AutoFillAbility.ts](entry/src/main/ets/autofillability/AutoFi… 84 …s](entry/src/main/ets/autofillpages/RegisterPage.ets),[AutoFillAbility.ts](entry/src/main/ets/auto…
|
| /applications/standard/photos/common/src/main/ets/default/model/browser/ |
| D | SelectManager.ts | 96 …* Change the select all status of the entry, depending on the total deselection status of the time… 635 let entry = this.getGroupEntry(itemCoordinate); 636 this.toggleClickSet(entry, targetId, isSelected); 637 let entrySelectedCount = entry.getSelectedCount(); 638 Log.info(TAG, `check all selected ${entrySelectedCount} ${entry.getTotalCount()}`); 640 if (entrySelectedCount == entry.getTotalCount()) { 642 entry.selectAll(); 647 if (this.isAllSelected && (entrySelectedCount < entry.getTotalCount())) { 667 let entry = this.mSelectionEntryArray[itemCoordinate.getGroupId()]; 668 if (entry == undefined) { [all …]
|
| /applications/standard/app_samples/code/UI/JsComponentCollection/JsComponentCollection/ |
| D | README_zh.md | 28 entry/src/main/js/MainAbility 88 …ar](entry/src/main/js/MainAbility/common/titleBar),[commonItemSlider](entry/src/main/js/MainAbilit… 89 * 全局样式源文件:[common.css](entry/src/main/js/MainAbility/common/css) 93 * 全局封装组件源文件:[titleBar](entry/src/main/js/MainAbility/common/titleBar) 94 * 全局样式源文件:[common.css](entry/src/main/js/MainAbility/common/css) 99 * 全局封装组件源文件:[titleBar](entry/src/main/js/MainAbility/common/titleBar) 103 * 全局封装组件源文件:[titleBar](entry/src/main/js/MainAbility/common/titleBar) 104 * 全局样式源文件:[common.css](entry/src/main/js/MainAbility/common/css) 109 * 全局封装组件源文件:[titleBar](entry/src/main/js/MainAbility/common/titleBar) 110 * 全局样式源文件:[common.css](entry/src/main/js/MainAbility/common/css) [all …]
|
| /applications/standard/app_samples/code/BasicFeature/FileManagement/FileBackupExtension/entry/src/main/resources/base/profile/ |
| D | backup_config.json | 7 "data/storage/el1/base/haps/entry/files", 8 "data/storage/el1/base/haps/entry/preferences", 12 "data/storage/el2/base/haps/entry/files", 13 "data/storage/el2/base/haps/entry/preferences",
|
| /applications/standard/app_samples/code/DocsSample/ApplicationModels/FAModelAbilityDevelop/ |
| D | README_zh.md | 89 entry/src/main/ets/ 130 …entry/src/main/ets/MainAbility/pages/pagePageAbilityFirst.ets) [pagePageAbilitySecond.ets](entry/s… 136 …* 源码链接:[pageServiceAbility.ets](entry/src/main/ets/MainAbility/pages/pageServiceAbility.ets) [ser… 141 …* 源码链接:[pageDataAbility.ets](entry/src/main/ets/MainAbility/pages/pageDataAbility.ets) [data.ts](… 145 …码链接:[pageInterflowFaAndStage.ets](entry/src/main/ets/MainAbility/pages/pageInterflowFaAndStage.ets… 149 …entry/src/main/ets/FormAbility/form.ts) [index.css](entry/src/main/js/widget/pages/index/index.cs…
|
| /applications/standard/app_samples/code/SystemFeature/Media/Recorder/ |
| D | README_zh.md | 31 entry/src/main/ets/ 63 …entry/src/main/ets/model/RecordModel.ts),[RecordModel.ts](entry/src/main/ets/model/RecordModel.ts)… 68 …entry/src/main/ets/common/RenameDialog.ets),[MediaManager.ts](entry/src/main/ets/model/MediaManage… 73 …entry/src/main/ets/model/DateTimeUtil.ts),[AudioModel.ts](entry/src/main/ets/model/AudioModel.ts),…
|
| /applications/standard/app_samples/code/LaunguageBaseClassLibrary/ZipLib/ |
| D | README_zh.md | 22 3.文件创建成功后,文件名称自动追加.txt后缀并在主页面列表会显示,同时文件的物理地址为/data/app/el2/100/base/ohos.samples.ziplib/haps/entry/… 38 5.文件创建成功后,文件名称自动追加.txt后缀并在主页面列表会显示,同时文件的物理地址为/data/app/el2/100/base/ohos.samples.ziplib/haps/entry/… 50 …,hello!",数据压入gzipTest.gz文件中,同时文件的物理地址为/data/app/el2/100/base/ohos.samples.ziplib/haps/entry/cache/。 52 …",并将解压后的结果写入gzipTest.txt文件中,同时文件的物理地址为/data/app/el2/100/base/ohos.samples.ziplib/haps/entry/cache/。 60 …的结果写入zlibDeflateFile.txt文件中,同时文件的物理地址为/data/app/el2/100/base/ohos.samples.ziplib/haps/entry/cache/。 62 …的结果写入zlibInflateFile.txt文件中,同时文件的物理地址为/data/app/el2/100/base/ohos.samples.ziplib/haps/entry/cache/。 68 entry/src/main/ets/ 85 * zlib解压缩文件功能,包含添加文件,解压和压缩文件的接口,源码参考[ZipLibDecompressionPage.ets](entry/src/main/ets/zlib/ZipLibDec… 90 * 压缩多个文件功能,包含添加文件和压缩文件的接口,源码参考[CompressFilesPage.ets](entry/src/main/ets/zlib/CompressFilesPage.ets) 95 * zlib压缩和解压数据相关的接口,源码参考[ZlibInterfaceListPage.ets](entry/src/main/ets/zlib/ZlibInterfaceListPage.et… [all …]
|
| /applications/standard/app_samples/code/SystemFeature/TaskManagement/TransientTask/signature/material/ |
| D | a_sign_hap_release.bat | 15 …entry/build/default/outputs/ohosTest/entry-ohosTest-unsigned.hap" -keystoreFile "OpenHarmony.p12" …
|
| D | b_sign_hap_release.bat | 15 …entry/build/default/outputs/default/entry-default-unsigned.hap" -keystoreFile "OpenHarmony.p12" -o…
|
| /applications/standard/app_samples/code/SystemFeature/TaskManagement/WorkScheduler/signTool/ |
| D | b_sign_hap_release.bat | 15 …/entry/build/default/outputs/default/entry-default-unsigned.hap" -keystoreFile "OpenHarmony.p12" -…
|
| D | a_sign_hap_release.bat | 15 …entry/build/default/outputs/ohosTest/entry-ohosTest-unsigned.hap" -keystoreFile "OpenHarmony.p12" …
|
| /applications/standard/settings_data/entry/src/main/resources/base/profile/ |
| D | data_share_config.json | 8 "uri": "datashare:///com.ohos.settingsdata/entry/settingsdata/SETTINGSDATA", 12 "uri": "datashare:///com.ohos.settingsdata/entry/settingsdata/USER_SETTINGSDATA", 16 "uri": "datashare:///com.ohos.settingsdata/entry/settingsdata/USER_SETTINGSDATA_SECURE",
|
| /applications/standard/admin_provisioning/ |
| D | BUILD.gn | 17 hap_profile = "entry/src/main/module.json" 31 source_dir = "entry/src/main/ets" 40 sources = [ "entry/src/main/resources" ] 42 hap_profile = "entry/src/main/module.json"
|
| /applications/standard/app_samples/code/BasicFeature/Resource/ResourceManager/ |
| D | README_zh.md | 49 源码参考:[Overlay示例](entry/src/main/ets/pages/Overlay.ets) 68 entry/src/main/ets/ 91 源码参考:[资源API调用示例](entry/src/main/ets/pages/BasicResources.ets) 95 1、静态overlay主要是通过加载overly中的资源实现资源覆盖,需要在对应的module.json中添加"targetModuleName":"entry", 表示覆盖entry中的资源,默认… 103 hdc_std install ./entry-default-signed.hap 121 hdc_std install ./entry-default-signed.hap 127 源码参考:[Overlay示例](entry/src/main/ets/pages/Overlay.ets)
|
| /applications/standard/app_samples/code/BasicFeature/Notification/CustomNotification/ |
| D | README_zh.md | 31 entry/src/main/ets/ 42 entry/src/ohosTest/ets/ 58 * 允许发送通知:在进入[Index.ets](entry/src/main/ets/pages/Index.ets)前 61 * 取消通知:在[Index.ets](entry/src/main/ets/pages/Index.ets) 72 * NotificationOperations向外提供接口,在页面中调用它们来实现功能,源码参考:[NotificationOperations.ets](entry/src/main/ets/f… 73 * 发布通知:在[Index.ets](entry/src/main/ets/pages/Index.ets) 77 * 播放提示音、马达震动的功能在NotificationUtil调用发布通知的接口处进行判断是否开启,源码参考:[NotificationOperations.ets](entry/src/main… 78 * 发布通知:在[Index.ets](entry/src/main/ets/pages/Index.ets) 80 * 控制提示音或马达的开关:在[Index.ets](entry/src/main/ets/pages/Index.ets)
|