Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
figures/ | 12-May-2024 | - | ||||
Readme-EN.md | D | 12-May-2024 | 2.1 KiB | 44 | 42 | |
build-with-ndk-cmake.md | D | 12-May-2024 | 5.4 KiB | 161 | 109 | |
build-with-ndk-ide.md | D | 12-May-2024 | 3.4 KiB | 79 | 51 | |
build-with-ndk-overview.md | D | 12-May-2024 | 2.4 KiB | 38 | 19 | |
build-with-ndk-prebuilts.md | D | 12-May-2024 | 2.3 KiB | 57 | 32 | |
cpu-features.md | D | 12-May-2024 | 3.1 KiB | 63 | 52 | |
create-with-ndk.md | D | 12-May-2024 | 1 KiB | 24 | 13 | |
debug-asan.md | D | 12-May-2024 | 412 | 6 | 2 | |
debug-ide.md | D | 12-May-2024 | 1.8 KiB | 18 | 10 | |
debug-lldb.md | D | 12-May-2024 | 6.1 KiB | 241 | 159 | |
debug-performance-profiling-overview.md | D | 12-May-2024 | 301 | 8 | 3 | |
develop-code-overview.md | D | 12-May-2024 | 391 | 5 | 2 | |
ffrt-guidelines.md | D | 12-May-2024 | 58.1 KiB | 1,680 | 1,276 | |
hid-ddk-guidelines.md | D | 12-May-2024 | 3.7 KiB | 85 | 68 | |
hw-guide.md | D | 12-May-2024 | 741 | 8 | 3 | |
napi-data-types-interfaces.md | D | 12-May-2024 | 23.2 KiB | 525 | 386 | |
napi-guidelines.md | D | 12-May-2024 | 13.5 KiB | 310 | 241 | |
napi-introduction.md | D | 12-May-2024 | 2.6 KiB | 50 | 26 | |
native-bundle-guidelines.md | D | 12-May-2024 | 6.3 KiB | 151 | 118 | |
ndk-development-overview.md | D | 12-May-2024 | 4 KiB | 97 | 56 | |
neon-guide.md | D | 12-May-2024 | 4.3 KiB | 104 | 75 | |
ohos-abi.md | D | 12-May-2024 | 4.6 KiB | 97 | 49 | |
purgeable-memory-guidelines.md | D | 12-May-2024 | 4.8 KiB | 123 | 94 | |
rawfile-guidelines.md | D | 12-May-2024 | 18.6 KiB | 403 | 326 | |
usb-ddk-guidelines.md | D | 12-May-2024 | 6.8 KiB | 135 | 111 | |
use-napi-asynchronous-task.md | D | 12-May-2024 | 7.6 KiB | 196 | 158 | |
use-napi-faqs.md | D | 12-May-2024 | 3.8 KiB | 62 | 37 | |
use-napi-object-wrap.md | D | 12-May-2024 | 7.5 KiB | 242 | 187 | |
use-napi-process.md | D | 12-May-2024 | 8.7 KiB | 247 | 177 | |
use-napi-thread-safety.md | D | 12-May-2024 | 5.9 KiB | 153 | 130 | |
use-uv-queue-work.md | D | 12-May-2024 | 5.6 KiB | 168 | 136 |
Readme-EN.md
1# Node-API 2 3- [Getting Started with the NDK](ndk-development-overview.md) 4- [Creating an NDK Project](create-with-ndk.md) 5- Building an NDK Project 6 - [NDK Project Building Overview](build-with-ndk-overview.md) 7 - [Building an NDK Project with the DevEco Studio Template](build-with-ndk-ide.md) 8 - [Building an NDK Project with the Command Line CMake](build-with-ndk-cmake.md) 9 - [Building an NDK Project with Prebuilt Libraries](build-with-ndk-prebuilts.md) 10- Code Development 11 - [Development Overview](develop-code-overview.md) 12 - Node-API Development 13 - [OpenHarmony Node-API Overview](napi-introduction.md) 14 - [Node-API Data Types and APIs](napi-data-types-interfaces.md) 15 - [Node-API Development Specifications](napi-guidelines.md) 16 - [Node-API Development Process](use-napi-process.md) 17 - Typical Scenarios 18 - [Asynchronous Task Development Using Node-API](use-napi-asynchronous-task.md) 19 - [Thread Safety Development Using Node-API](use-napi-thread-safety.md) 20 - [Wrapping a Native Object in an ArkTS Object](use-napi-object-wrap.md) 21 - [Calling Back ArkTS APIs in a Non-ArkTS Thread](use-uv-queue-work.md) 22 - [Node-API FAQs](use-napi-faqs.md) 23 - Resource Management 24 - [Raw File Development](rawfile-guidelines.md) 25 - Resource Scheduling 26 - [FFRT Development](ffrt-guidelines.md) 27 - Memory Management 28 - [Purgeable Memory Development](purgeable-memory-guidelines.md) 29 - Device Management 30 - [USB DDK Development](usb-ddk-guidelines.md) 31 - [HID DDK Development](hid-ddk-guidelines.md) 32 - Bundle Management 33 - [Native Bundle Development](native-bundle-guidelines.md) 34- Debugging and Profiling 35 - [Overview of Debugging and Profiling](debug-performance-profiling-overview.md) 36 - [Debugging in DevEco Studio](debug-ide.md) 37 - [LLDB Debugger](debug-lldb.md) 38 - [C/C++ Memory Error Detection](debug-asan.md) 39- Hardware Compatibility 40 - [Introduction to Hardware Compatibility](hw-guide.md) 41 - [OpenHarmony ABIs](ohos-abi.md) 42 - [CPU Features](cpu-features.md) 43 - [Using Neon Instructions](neon-guide.md) 44