Home
last modified time | relevance | path

Searched full:entry (Results 1 – 25 of 2297) sorted by relevance

12345678910>>...92

/applications/standard/app_samples/
DOAT.xml103 …<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/
DCMakeLists.txt10 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/
DREADME_zh.md57 …e/temptest.txt"}],点击list[获取应用文件路径方式二],弹出toast[[{"/data/storage/el2/base/haps/entry/temptest.txt"}];
133 entry/src/main/ets/
199entry/src/main/ets/componentstartupability/SingletonAbility.ts) [SpecifiedFirstAbility.ts](entry/…
205entry/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/
DREADME_zh.md21 …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/
DCMakeLists.txt10 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/
DCMakeLists.txt14 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/
DREADME_zh.md22 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/
DCMakeLists.txt10 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/
DREADME_zh.md21 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/
DREADME_zh.md33 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/…
64entry/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/
DREADME_zh.md37 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…
71entry/src/main/ets/autofillpages/RegisterPage.ets), [AutoFillAbility.ts](entry/src/main/ets/autof…
78entry/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/
DSelectManager.ts96 …* 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/
DREADME_zh.md28 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/
Dbackup_config.json7 "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/
DREADME_zh.md89 entry/src/main/ets/
130entry/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…
149entry/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/
DREADME_zh.md31 entry/src/main/ets/
63entry/src/main/ets/model/RecordModel.ts),[RecordModel.ts](entry/src/main/ets/model/RecordModel.ts)…
68entry/src/main/ets/common/RenameDialog.ets),[MediaManager.ts](entry/src/main/ets/model/MediaManage…
73entry/src/main/ets/model/DateTimeUtil.ts),[AudioModel.ts](entry/src/main/ets/model/AudioModel.ts),…
/applications/standard/app_samples/code/LaunguageBaseClassLibrary/ZipLib/
DREADME_zh.md22 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/
Da_sign_hap_release.bat15entry/build/default/outputs/ohosTest/entry-ohosTest-unsigned.hap" -keystoreFile "OpenHarmony.p12" …
Db_sign_hap_release.bat15entry/build/default/outputs/default/entry-default-unsigned.hap" -keystoreFile "OpenHarmony.p12" -o…
/applications/standard/app_samples/code/SystemFeature/TaskManagement/WorkScheduler/signTool/
Db_sign_hap_release.bat15 …/entry/build/default/outputs/default/entry-default-unsigned.hap" -keystoreFile "OpenHarmony.p12" -…
Da_sign_hap_release.bat15entry/build/default/outputs/ohosTest/entry-ohosTest-unsigned.hap" -keystoreFile "OpenHarmony.p12" …
/applications/standard/settings_data/entry/src/main/resources/base/profile/
Ddata_share_config.json8 "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/
DBUILD.gn17 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/
DREADME_zh.md49 源码参考:[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/
DREADME_zh.md31 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)

12345678910>>...92