Go to file
openharmony_ci 50481d9e61
!1674 修改camera.ndk.json文件中接口名称
Merge pull request !1674 from 章超123/master
2024-11-08 09:11:15 +00:00
.gitee add build targets section 2024-09-08 12:14:36 +08:00
ability/ability_runtime/child_process StartNativeChildProcess API修改 2024-08-31 11:37:50 +08:00
AbilityKit/ability_runtime Description: 新增applicationContext错误码ABILITY_RUNTIME_ERROR_CODE_CONTEXT_NOT_EXIST 2024-09-08 17:18:49 +08:00
ai/neural_network_runtime fix capi 2024-08-22 10:07:03 +08:00
ark_runtime/jsvm add some JSVM function's result code 2024-09-06 10:16:25 +08:00
arkui https://gitee.com/openharmony/interface_sdk_c/issues/IB053U 2024-11-02 17:03:23 +08:00
backgroundtasks/transient code check 2024-08-26 17:31:43 +08:00
BasicServicesKit 补充kit 2024-11-04 11:34:54 +08:00
build-tools/capi_parser 不再对NDK编译后的特定目录过滤 2024-09-12 16:26:15 +08:00
bundlemanager/bundle_framework/bundle add OH_NativeBundle_GetCompatibleDeviceType 2024-10-31 10:50:37 +08:00
commonlibrary/memory_utils/libpurgeablemem 1029 2024-11-07 06:56:36 +00:00
ConnectivityKit Merge gitee.com:openharmony/interface_sdk_c 2024-09-27 16:08:26 +08:00
CryptoArchitectureKit 算法库NDK支持头文件kit化 2024-07-20 15:53:56 +08:00
DataProtectionKit add ndk for dlp 2024-08-22 09:54:04 +08:00
distributeddatamgr feature: pasteboard add interface getMimeTypes 2024-11-02 16:10:32 +08:00
docs add build targets section 2024-09-08 12:14:36 +08:00
drivers/external_device_manager !765 ddk ndk接口新增kit注解 2024-05-27 02:45:24 +00:00
filemanagement 新增NDK接口获取文件名称 2024-08-30 09:17:02 +08:00
global/resource_management 调整ndk接口配置 2024-08-31 14:55:15 +08:00
graphic/graphic_2d pts api 回退13 2024-11-02 15:19:06 +08:00
hiviewdfx 修改api等级 2024-11-01 10:00:11 +08:00
inputmethod fix function no parameter use void 2024-08-31 16:56:28 +08:00
IPCKit 修复kit设计与实现不一致问题 2024-06-11 17:25:05 +08:00
LocationKit bugfix:library 2024-10-15 10:37:58 +08:00
multimedia 修改camera.ndk.json文件中接口名称 2024-11-08 10:56:25 +08:00
multimodalinput/kits/c update multimodalinput/kits/c/input/oh_input_manager.h. 2024-09-09 09:03:50 +00:00
network bugfix: compilation failed due to lack of header file dependencies 2024-11-05 09:26:43 +08:00
NotificationKit 修改接口版本为13 2024-09-29 19:34:15 +08:00
patches 同步代码到interface_sdk_c仓 2023-08-03 20:31:01 +08:00
resourceschedule add kit name 2024-10-26 15:47:17 +08:00
security !1231 add asset account enc tag 2024-08-31 09:16:42 +00:00
sensors fix by see 2024-08-30 07:45:29 +00:00
startup/init/syscap 同步NDK 2023-10-16 19:28:22 +08:00
tee KIT设计与实现不一致修改 2024-06-19 10:52:58 +08:00
telephony 新增telephony相关的ndk接口,获取默认主卡ID和网络制式 2024-09-02 18:22:26 +08:00
third_party delete README.OpenSource in third_party 2024-11-04 17:19:36 +08:00
web/webview/interfaces/native JD ndk jsb 2024-11-01 10:18:28 +08:00
LICENSE 修改README文件和删除容易OAT.xml 2023-08-28 16:08:29 +08:00
ndk_targets.gni move ndk_targets.gni to sdk_c 2024-10-17 10:24:16 +08:00
OAT.xml no check icu head 2024-03-01 12:49:46 +00:00
package.json CAPIcheck工具联调CAPI解析数据 2023-11-15 21:41:20 +08:00
README.en.md Fix some duplicate content in docs. 2023-09-19 21:05:48 +08:00
README.md 同步NDK差异 2023-10-20 14:05:53 +08:00

Public Repository for API Declaration Files

Overview

This repository is used to store .h declaration files of C APIs. The OpenHarmony C API is collection of system C interfaces that the operating system provided for applications using the C/C++ language library.It is the contract between the system and the applications; These interfaces need to be sufficiently stable. Interfaces are currently organized into various directories according to the function, and the directories organized as follows.

Directory Structure

─ai
|  ├─neural_network_runtime
├─arkui
|  ├─ace_engine
├─bundlemanager
|  ├─bundle_framework
│  |  ├─bundle
├─commonlibrary
|  ├─memory_utils
│  |  ├─bundle
├─distributeddatamgr
|  ├─relational_store
├─drivers
|  ├─external_device_manager
├─global
|  ├─resource_management
├─graphic
|  ├─graphic_2d
├─hiviewdfx
|  ├─hiappevent
|  ├─hilog
|  ├─hitrace
├─multimedia
|  ├─audio_framework
|  ├─av_codec
|  ├─image_framework
|  ├─player_framework
├─resourceschedule
|  ├─ffrt
├─security
|  ├─huks
├─startup
|  ├─init
├─third_party

Repositories Involved

interface_sdk_c C API编码规范: A guide that describes how to design and publish an interface. C API构建指南A guide that describes how to add a build target for the C API in the build.gn