Home
last modified time | relevance | path

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

12345678910>>...113

/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)
16 target_link_libraries(entry PUBLIC libohimage.so)
17 target_link_libraries(entry PUBLIC libpicture.so)
18 target_link_libraries(entry PUBLIC libimage_common.so)
/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/Drawing/NDKDrawing/entry/src/main/cpp/
DCMakeLists.txt10 add_library(entry SHARED target
23 target_link_libraries(entry PUBLIC ${hilog-lib})
24 target_link_libraries(entry PUBLIC libace_napi.z.so)
25 target_link_libraries(entry PUBLIC libace_ndk.z.so)
26 target_link_libraries(entry PUBLIC libnative_window.so)
27 target_link_libraries(entry PUBLIC libnative_drawing.so)
/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/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/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/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/
DOAT.xml103 …<filteritem type="filepath" name="network/Bluetooth/entry/src/main/java/ohos/samples/bluetooth/ada…
107 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/base/media/back…
108 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/base/media/ente…
109 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/base/media/fore…
110 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/ldpi/media/icon…
111 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/ldpi/media/icon…
112 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/mdpi/media/icon…
113 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/mdpi/media/icon…
114 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/sdpi/media/icon…
115 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/sdpi/media/icon…
[all …]
/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/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/DocsSample/CoreFile/UserFile/FileUriDevelopment_C/
DREADME_zh.md25 HiAppEvent eventInfo.WatcherType=OnTrigger: /data/storage/el2/base/haps/entry/files/test.txt
26 …=OnTrigger: file://com.samples.fileuridevelopment_c/data/storage/el2/base/haps/entry/files/test.txt
27 …=OnTrigger: file://com.samples.fileuridevelopment_c/data/storage/el2/base/haps/entry/files/test.txt
28 HiAppEvent eventInfo.WatcherType=OnTrigger: /data/storage/el2/base/haps/entry/files/test.txt
29 …=OnTrigger: file://com.samples.fileuridevelopment_c/data/storage/el2/base/haps/entry/files/test.txt
30 …tcherType=OnTrigger: file://com.samples.fileuridevelopment_c/data/storage/el2/base/haps/entry/files
31 …=OnTrigger: file://com.samples.fileuridevelopment_c/data/storage/el2/base/haps/entry/files/test.txt
32 …=OnTrigger: file://com.samples.fileuridevelopment_c/data/storage/el2/base/haps/entry/files/test.txt
41 ├──entry/src/main
/applications/standard/app_samples/code/BasicFeature/Print/ScanNapiInterfaceDemo/
DREADME_zh.md23 ├── entry/src/main
33 ├── entry/src/ohosTest //测试用例
46 * 源码链接:[scan.ts](./entry/src/main/ets/scan/scan.ts)
52 * 源码链接:[scan.ts](./entry/src/main/ets/scan/scan.ts)
59 * 源码链接,[scan.ts](./entry/src/main/ets/scan/scan.ts)
67 * 源码链接,[scan.ts](./entry/src/main/ets/scan/scan.ts)
74 * 源码链接,[scan.ts](./entry/src/main/ets/scan/scan.ts)
81 * 源码链接,[scan.ts](./entry/src/main/ets/scan/scan.ts)
88 * 源码链接,[scan.ts](./entry/src/main/ets/scan/scan.ts)
/applications/standard/app_samples/code/SuperFeature/Widget/ArkTSCard/CardInteractionCase/entry/src/main/resources/rawfile/
DCasesData.txt7 <img src="./CommonAppDevelopment/product/entry/src/main/resources/base/media/share_button.gif" widt…
14 <img src="./CommonAppDevelopment/product/entry/src/main/resources/base/media/smart_fill.gif" width=…
21 <img src="./CommonAppDevelopment/product/entry/src/main/resources/base/media/encapsulation_dialog.g…
28 <img src="./CommonAppDevelopment/product/entry/src/main/resources/base/media/video_trimmer.gif" wid…
34 <img src="./CommonAppDevelopment/product/entry/src/main/resources/base/media/deal_stride_solution.g…
40 <img src="./CommonAppDevelopment/product/entry/src/main/resources/base/media/custom_address_picker.…
/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/SelectorList.ets),[AutoFillAbility.ts](entry/src/main/ets/autofi…
/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/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/DocsSample/PerformanceAnalysisKit/Hilog/entry/src/main/cpp/
DCMakeLists.txt14 add_library(entry SHARED napi_init.cpp) target
15 target_link_libraries(entry PUBLIC libace_napi.z.so)
16 target_link_libraries(entry PUBLIC libhilog_ndk.z.so)
/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/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/…
48 …,hello!",数据压入gzipTest.gz文件中,同时文件的物理地址为/data/app/el2/100/base/ohos.samples.ziplib/haps/entry/cache/。
50 …",并将解压后的结果写入gzipTest.txt文件中,同时文件的物理地址为/data/app/el2/100/base/ohos.samples.ziplib/haps/entry/cache/。
58 …的结果写入zlibDeflateFile.txt文件中,同时文件的物理地址为/data/app/el2/100/base/ohos.samples.ziplib/haps/entry/cache/。
60 …的结果写入zlibInflateFile.txt文件中,同时文件的物理地址为/data/app/el2/100/base/ohos.samples.ziplib/haps/entry/cache/。
66 entry/src/main/ets/
83 * zlib解压缩文件功能,包含添加文件,解压和压缩文件的接口,源码参考[ZipLibDecompressionPage.ets](entry/src/main/ets/zlib/ZipLibDec…
88 * 压缩多个文件功能,包含添加文件和压缩文件的接口,源码参考[CompressFilesPage.ets](entry/src/main/ets/zlib/CompressFilesPage.ets)
93 * zlib压缩和解压数据相关的接口,源码参考[ZlibInterfaceListPage.ets](entry/src/main/ets/zlib/ZlibInterfaceListPage.et…
[all …]
/applications/standard/app_samples/code/SystemFeature/TaskManagement/WorkScheduler/signTool/
Da_sign_hap_release.bat15entry/build/default/outputs/ohosTest/entry-ohosTest-unsigned.hap" -keystoreFile "OpenHarmony.p12" …
Db_sign_hap_release.bat15 …/entry/build/default/outputs/default/entry-default-unsigned.hap" -keystoreFile "OpenHarmony.p12" -…
/applications/standard/app_samples/code/SystemFeature/TaskManagement/TransientTask/signature/material/
Db_sign_hap_release.bat15entry/build/default/outputs/default/entry-default-unsigned.hap" -keystoreFile "OpenHarmony.p12" -o…
Da_sign_hap_release.bat15entry/build/default/outputs/ohosTest/entry-ohosTest-unsigned.hap" -keystoreFile "OpenHarmony.p12" …
/applications/standard/app_samples/code/DocsSample/ArkTs/NodeAPI/NodeApiUse/NodeApiCustomAsynchronousOperations/entry/src/main/cpp/
DCMakeLists.txt14 add_library(entry SHARED napi_init.cpp) target
15 target_link_libraries(entry PUBLIC libace_napi.z.so)
19 target_link_libraries(entry PUBLIC libhilog_ndk.z.so libhilog_ndk.z.so)

12345678910>>...113