Home
last modified time | relevance | path

Searched defs:authListPath (Results 1 – 3 of 3) 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.c335 char authListPath[MAX_PATH_LEN] = { 0 }; in CmAddAuthUid() local
350 char authListPath[MAX_PATH_LEN] = { 0 }; in CmRemoveAuthUid() local
365 char authListPath[MAX_PATH_LEN] = { 0 }; in CmGetAuthList() local
392 char authListPath[MAX_PATH_LEN] = { 0 }; in CmDeleteAuthListFile() local
415 char authListPath[MAX_PATH_LEN] = { 0 }; in CmCheckIsAuthUidExist() local
H A Dcm_event_process.c166 char authListPath[CM_MAX_FILE_NAME_LEN] = {0}; in RemoveAuthListDir() local
H A Dcert_manager_storage.c108 char *authListPath, uint32_t pathLen) in ConstructAuthListPath()