Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_auth_mgr.c102 (void)CertManagerFreeUri(uriObj); in GetAndCheckUriObj()
375 (void)CertManagerFreeUri(&uriObj); in CmAuthGrantAppCertificate()
424 (void)CertManagerFreeUri(&uriObj); in CmAuthGetAuthorizedAppList()
503 (void)CertManagerFreeUri(&uriObj); in CmAuthIsAuthorizedApp()
545 (void)CertManagerFreeUri(&uriObj); in CmAuthRemoveGrantedApp()
570 (void)CertManagerFreeUri(&uriObj); in DeleteAuthInfo()
724 (void)CertManagerFreeUri(&uriObj); in CmCheckAndGetCommonUri()
739 (void)CertManagerFreeUri(&uriObj); in CmCheckCallerIsProducer()
H A Dcert_manager_query.c375 (void)CertManagerFreeUri(&certUri); in GetUserCertAlias()
384 (void)CertManagerFreeUri(&certUri); in GetUserCertAlias()
392 (void)CertManagerFreeUri(&certUri); in GetUserCertAlias()
397 (void)CertManagerFreeUri(&certUri); in GetUserCertAlias()
402 (void)CertManagerFreeUri(&certUri); in GetUserCertAlias()
H A Dcert_manager_uri.c46 int32_t CertManagerFreeUri(struct CMUri *uri) in CertManagerFreeUri() function
523 CertManagerFreeUri(uri); in CertManagerUriDecode()
529 CertManagerFreeUri(uri); in CertManagerUriDecode()
548 (void)CertManagerFreeUri(&uriObj); in CertManagerGetUidFromUri()
553 (void)CertManagerFreeUri(&uriObj); in CertManagerGetUidFromUri()
H A Dcert_manager_service.c225 (void)CertManagerFreeUri(&uriObj); in CheckAndGetStore()
231 (void)CertManagerFreeUri(&uriObj); in CheckAndGetStore()
667 (void)CertManagerFreeUri(&uriObj); in CmComparisonCallerIdWithUri()
674 (void)CertManagerFreeUri(&uriObj); in CmComparisonCallerIdWithUri()
684 (void)CertManagerFreeUri(&uriObj); in CmComparisonCallerIdWithUri()
H A Dcert_manager_check.c267 (void)CertManagerFreeUri(&uriObj); in checkCallerAndUri()
273 (void)CertManagerFreeUri(&uriObj); in checkCallerAndUri()
H A Dcert_manager_updateflag.c231 (void)CertManagerFreeUri(&cmUri); in CmConstructContextFromUri()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_uri.h66 int32_t CertManagerFreeUri(struct CMUri *uri);
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/idl/cm_ipc/
H A Dcm_ipc_service.c364 CertManagerFreeUri(&uri); in GetAppCertInfo()