openharmony_ci 49ef99ae24 !60 清除编程规范告警
Merge pull request !60 from zhoushilin/master
2022-02-18 08:17:01 +00:00
2022-02-18 14:25:17 +08:00
2021-06-02 02:33:28 +08:00
2022-02-16 15:29:47 +08:00
2021-06-02 02:33:28 +08:00
2022-01-04 14:46:52 +08:00
2022-01-04 14:46:52 +08:00

utils/native

Introduction

The utils/native repository provides the following commonly used C++ utility classes:

  • Enhanced APIs for operations related to files, paths, and strings
  • APIs related to the read-write lock, semaphore, timer, thread, and thread pool
  • APIs related to the security data container and data serialization
  • Error codes for each subsystem
  • Safe functions in C

Directory Structure

utils/native
└─ base
    ├── include       # Header files of APIs open to other subsystems
    ├── src           # Source files
    ├── ndk_libraries_config # Configuration of the NDK library
    └── test          # Test code

Repositories Involved

Utils subsystem

utils

utils_native

utils_native_lite

S
Description
General-purpose C++ classes and functions | 通用的C++功能函数和类
Readme 742 KiB
Languages
C++ 73.7%
C 26.3%