Home
last modified time | relevance | path

Searched refs:IsUidExist (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_auth_list_mgr.c56 static bool IsUidExist(const struct CmBlob *list, uint32_t count, uint32_t targetUid, uint32_t *pos… in IsUidExist() function
95 bool isUidExist = IsUidExist(originList, count, uid, &position); in InsertUid()
149 bool isUidExist = IsUidExist(originList, count, uid, &position); in RemoveUid()
440 *isInAuthList = IsUidExist(&list, count, targetUid, &position); in CmCheckIsAuthUidExist()