Home
last modified time | relevance | path

Searched refs:CmAuthGetAuthorizedAppList (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_mgr.h28 int32_t CmAuthGetAuthorizedAppList(const struct CmContext *context, const struct CmBlob *keyUri,
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_auth_mgr.c379 int32_t CmAuthGetAuthorizedAppList(const struct CmContext *context, const struct CmBlob *keyUri, in CmAuthGetAuthorizedAppList() function
H A Dcert_manager_service.c181 return CmAuthGetAuthorizedAppList(context, keyUri, appUidList); in CmServiceGetAuthorizedAppList()