Home
last modified time | relevance | path

Searched refs:CmDeleteAuthListFile (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_auth_list_mgr.h31 int32_t CmDeleteAuthListFile(const struct CmContext *context, const struct CmBlob *uri);
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_auth_list_mgr.c390 int32_t CmDeleteAuthListFile(const struct CmContext *context, const struct CmBlob *uri) in CmDeleteAuthListFile() function
479 return CmDeleteAuthListFile(&context, uri); in CmDeleteAuthListFileByUserId()
H A Dcert_manager_auth_mgr.c593 ret = CmDeleteAuthListFile(context, uri); in CmAuthDeleteAuthInfo()