openharmony_ci c55bf85694 !115 修复多线程下越界访问问题
Merge pull request !115 from wangwei/master
2023-03-25 10:39:30 +00:00
2023-02-03 10:17:55 +08:00
2023-01-09 15:07:59 +08:00
2023-03-25 17:21:26 +08:00
2023-01-16 18:35:34 +08:00
2022-04-02 16:51:02 +08:00
2023-02-03 10:17:55 +08:00
2022-12-08 17:10:36 +08:00
2023-02-13 21:31:43 +08:00
2022-02-08 18:06:16 +08:00
2022-04-02 10:54:34 +08:00
2023-01-09 15:07:59 +08:00
2022-04-02 16:51:02 +08:00

applications_contactsdata

Introduction

The contact database application is an indispensable information management applicationS for every user to manage the contact database. Its content is very important for user managers, so the contact database should be able to provide sufficient information and quick query means for each user's management, which greatly helps users to reasonably manage the contact database information.

Image architecture

Directory Structure

/foundation/contactsdataability/
├── ability
│   ├── account                        #Account Management
│   ├── common                         #Public Methods
│   ├── datadisasterrecovery           #Data Corruption Recovery
│   ├── merge                          #Contacts Merge
│   └── sinicization                   #Chinese Characters to Pinyin Related
├── contacts                            #NAPI
├── dataBusiness
│   ├── calllog                        #Call Records
│   ├── contacts                       #Contacts Person
│   ├── quicksearch                    #Quick Search
│   └── voicemail                      #Voicemail
├── test                               #Test Catalog
├── BUILD.gn
└── ohos.build

Repositories Involved

system applications

applications_contactsdata

S
Description
Readme 2.1 MiB
Languages
C++ 57.5%
JavaScript 42.1%
TypeScript 0.2%
C 0.2%