| /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) 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/DocsSample/graphic/NDKGraphics2D/NDKTextDecorationWave/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/graphic/NDKGraphics2D/NDKDrawingSimpleText/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/graphic/NDKGraphics2D/NDKComplextext/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/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/graphic/NDKGraphics2D/NDKTextMeasurement/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/graphic/NDKGraphics2D/NDKThemFontAndCustomFontText/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/graphic/NDKGraphics2D/NDKComplexTextPart2/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/graphic/NDKGraphics2D/NDKTextDecorationPlaceholder/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/Drawing/NDKDrawing/entry/src/main/cpp/ |
| D | CMakeLists.txt | 10 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/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/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/ |
| D | CMakeLists.txt | 30 add_library(entry SHARED mslite_napi.cpp ${SRC}) target 31 target_link_libraries(entry PUBLIC samplerate) 32 target_link_libraries(entry PUBLIC mindspore_lite_ndk) 33 target_link_libraries(entry PUBLIC hilog_ndk.z) 34 target_link_libraries(entry PUBLIC rawfile.z) 35 target_link_libraries(entry PUBLIC ace_napi.z)
|
| /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/ArkTS1.2/ComponentSample/ |
| D | README.md | 14 …entry/src/main/resources/base/media/main.png)| 源码参考: [Example1](entry/src/main/ets/pages/Example1) 65 * 构造懒加载数据源类型[MyDataSource](entry/src/main/ets/pages/Example1/DataType.ets) 70 * Example2(自定义日历选择器) 源码参考: [Example2](entry/src/main/ets/pages/Example2) 71 * 获取当前月和下个月的日期信息。源码参考[GetDate.ets](entry/src/main/ets/pages/Example2/components/GetDate.ets) 72 …* 通过Flex类初始化自定义日历界面。源码参考[CalendarView.ets](entry/src/main/ets/pages/Example2/view/CalendarView.ets… 73 * Example3(跨文件样式复用和组件复用) 源码参考: [Example3](entry/src/main/ets/pages/Example3) 74 * 使用了自定义封装的Image+Text的图文复合组件[ImageText](entry/src/main/ets/pages/Example3/common/CommonText.ets) 75 * Example4(合理处理高负载组件的渲染文章示例代码) 源码参考: [Example4](entry/src/main/ets/pages/Example4) [all …]
|
| /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/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/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/BasicFeature/Native/NdkNativeFence/entry/src/main/cpp/ |
| D | CMakeLists.txt | 14 add_library(entry SHARED napi_init.cpp) target 24 target_link_libraries(entry PUBLIC libace_napi.z.so) 25 target_link_libraries(entry PUBLIC ${hilog-lib}) 26 target_link_libraries(entry PUBLIC libnative_fence.so)
|
| /applications/standard/app_samples/code/DocsSample/CoreFile/UserFile/FileUriDevelopment_C/ |
| D | README_zh.md | 25 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/ |
| D | README_zh.md | 23 ├── 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/ |
| D | OAT.xml | 103 …<filteritem type="filepath" name="network/Bluetooth/entry/src/main/java/ohos/samples/bluetooth/ada… 107 …<filteritem type="filepath" name="code/BasicFeature/Connectivity/Socket/entry/src/main/resources/b… 108 …<filteritem type="filepath" name="code/BasicFeature/Connectivity/Socket/entry/src/main/resources/b… 109 …<filteritem type="filepath" name="code/BasicFeature/Connectivity/Socket/entry/src/main/resources/b… 111 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/base/media/back… 112 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/base/media/ente… 113 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/base/media/fore… 114 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/ldpi/media/icon… 115 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/ldpi/media/icon… 116 …<filteritem type="filepath" name="code/UI/WindowStartIcon/entry/src/main/resources/mdpi/media/icon… [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/ArkTS1.2/TabsSample/ |
| D | README.md | 16 …entry/src/main/resources/base/media/main.png)|,源码参考:[Example1](entry/src/main/ets/pages/functionalScenes/FunctionalScenes.ets) 67 * Example2(折叠面板案例),源码参考:[Example2](entry/src/main/ets/pages/collapsemenu/CollapseMenuSection.ets) 71 * Example3(自定义TabBar页签案例),源码参考:[Example3](entry/src/main/ets/pages/tabBar/TabBar.ets) 73 * Example4(TabContent内容可以在TabBar上显示并响应滑动事件案例),源码参考:[Example4](entry/src/main/ets/pages/tabContentOv…
|
| /applications/standard/app_samples/code/SuperFeature/Widget/ArkTSCard/CardInteractionCase/entry/src/main/resources/rawfile/ |
| D | CasesData.txt | 7 <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/DocsSample/PerformanceAnalysisKit/Hilog/entry/src/main/cpp/ |
| D | CMakeLists.txt | 14 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)
|