Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_updateflag.h38 int32_t IsCertNeedBackup(uint32_t userId, uint32_t uid, const struct CmBlob *certUri, bool *needUpd…
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_updateflag.c105 int32_t IsCertNeedBackup(uint32_t userId, uint32_t uid, const struct CmBlob *certUri, bool *needUpd… in IsCertNeedBackup() function
328 ret = IsCertNeedBackup(userId, uid, &certUri, &needUpdate); in UpdateUserCert()
H A Dcert_manager_service.c819 ret = IsCertNeedBackup(context->userId, context->uid, certUri, &needUpdate); in CmSetStatusBackupCert()