cheerful_ricky 44dcf4b094 CAPI一致性回刷
Signed-off-by: cheerful_ricky <yuegang7@h-partners.com>
Change-Id: I0e9014506067b99bb2ac62a9e542a0aca56de76a
2026-04-28 14:21:21 +08:00
2025-12-22 18:00:20 +08:00
2026-04-22 16:15:12 +08:00
2026-03-10 17:04:17 +08:00
2026-04-21 11:15:32 +08:00
2026-04-28 14:21:21 +08:00
2026-02-12 11:40:30 +08:00
2025-04-17 11:19:38 +08:00
2024-09-08 12:14:36 +08:00
2025-09-16 09:48:50 +08:00
2026-04-21 10:44:20 +08:00
2025-12-06 19:22:41 +08:00
2026-04-09 16:08:19 +08:00
2025-05-08 11:05:37 +00:00
2026-04-23 19:18:09 +08:00
2026-04-24 17:02:39 +08:00
2024-09-29 19:34:15 +08:00
2023-08-03 20:31:01 +08:00
2026-04-14 10:56:40 +08:00
2025-08-12 09:08:43 +08:00
2026-04-14 19:46:41 +08:00
2026-04-28 14:21:21 +08:00
2026-03-16 17:55:13 +08:00
2024-03-01 12:49:46 +00:00
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

S
Description
暂无描述
Readme 45 MiB
Languages
C 77.9%
C++ 19.8%
Python 2.3%