Go to file
yang123 9686681b61
update sensors/miscdevice/vibrator/include/vibrator.h.
Signed-off-by: yang123 <yangyanling13@huawei.com>
2024-01-12 08:24:08 +00:00
ai/neural_network_runtime 添加syscap tag 2024-01-08 15:32:06 +08:00
arkui ndk enable napi_add_finalizer 2024-01-08 11:24:00 +08:00
build-tools/capi_parser CAPI解析工具解析宏定义代码优化和check语法指令bug修改 2023-12-29 15:14:34 +08:00
bundlemanager/bundle_framework/bundle Issue: #I8REBE 2024-01-03 14:52:45 +08:00
commonlibrary/memory_utils/libpurgeablemem 同步代码到interface_sdk_c仓 2023-08-03 20:31:01 +08:00
distributeddatamgr/relational_store update distributeddatamgr/relational_store/include/relational_store.h. 2023-12-01 08:49:04 +00:00
docs Fix some duplicate content in docs. 2023-09-19 21:05:48 +08:00
drivers/external_device_manager 新增C接口HID DDK 2023-11-25 10:18:41 +08:00
global/resource_management native接口参数范围修改 2023-12-29 18:19:18 +08:00
graphic/graphic_2d Merge branch 'master' of gitee.com:openharmony/interface_sdk_c into master 2024-01-03 12:52:31 +00:00
hiviewdfx sdk add hilog callback 2023-11-04 17:17:46 +08:00
multimedia key修改成正确的 2024-01-09 01:08:07 +00:00
network update network/netmanager/include/net_connection.h. 2023-12-28 03:18:44 +00:00
patches 同步代码到interface_sdk_c仓 2023-08-03 20:31:01 +08:00
resourceschedule/ffrt 同步NDK差异 2023-10-20 14:05:53 +08:00
security/huks add code for fix 5 2024-01-04 14:18:10 +08:00
sensors update sensors/miscdevice/vibrator/include/vibrator.h. 2024-01-12 08:24:08 +00:00
startup/init/syscap 同步NDK 2023-10-16 19:28:22 +08:00
third_party Remove res_state define and program_invocation_name because dont exposed 2023-12-20 20:40:21 +08:00
web/webview/interfaces/native add ndk capi for web javascriptProxy and runJavaScript 2023-12-22 16:29:49 +08:00
LICENSE 修改README文件和删除容易OAT.xml 2023-08-28 16:08:29 +08:00
OAT.xml 去掉非ndk文件 2023-09-07 17:07:14 +08: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
README.OpenSource 去掉非ndk文件 2023-09-07 17:07:14 +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