Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_status.c331 int storeIndex = GetStoreIndex(store); in LoadStatus() local
332 if (storeIndex < 0) { in LoadStatus()
335 struct RbTree *tree = &g_trees[storeIndex]; in LoadStatus()
400 int storeIndex = GetStoreIndex(store); in WriteStatus() local
401 if (storeIndex < 0) { in WriteStatus()
404 struct RbTree *tree = &g_trees[storeIndex]; in WriteStatus()
454 int storeIndex = GetStoreIndex(store); in DestroyTree() local
455 if (storeIndex < 0) { in DestroyTree()
458 struct RbTree *tree = &g_trees[storeIndex]; in DestroyTree()
803 int storeIndex = GetStoreIndex(store); in CertManagerStatusFile() local
[all …]