Home
last modified time | relevance | path

Searched refs:pList (Results 1 - 4 of 4) sorted by relevance

/base/security/dataclassification/frameworks/datatransmitmgr/
H A Ddev_slinfo_list.c66 struct DATASLListParams *pList = list->next; in RemoveListNode() local
67 while (pList != NULL && pList != list) { in RemoveListNode()
68 if (CompareUdid(&(pList->callbackParams->queryParams), &(callbackParams->queryParams)) == DEVSL_SUCCESS) { in RemoveListNode()
69 pList->prev->next = pList->next; in RemoveListNode()
70 pList->next->prev = pList->prev; in RemoveListNode()
71 if (pList->callbackParams != NULL) { in RemoveListNode()
72 free(pList in RemoveListNode()
89 struct DATASLListParams *pList = list->next; ClearList() local
108 struct DATASLListParams *pList = list->next; GetListLength() local
[all...]
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_query.h43 void CmFreePathList(struct CmMutableBlob *pList, uint32_t pathCount);
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_query.c45 void CmFreePathList(struct CmMutableBlob *pList, uint32_t pathCount) in CmFreePathList() argument
47 if (pList == NULL) { in CmFreePathList()
52 pList[i].size = 0; in CmFreePathList()
53 CM_FREE_PTR(pList[i].data); in CmFreePathList()
55 CM_FREE_PTR(pList); in CmFreePathList()
/base/update/updater/services/fs_manager/
H A Ddo_partition.cpp312 PartitonList pList = disk.partList; in RemovePartitions() local
313 for (const auto &it : pList) { in RemovePartitions()

Completed in 3 milliseconds