Home
last modified time | relevance | path

Searched defs:iterator (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_counter.cpp30 auto iterator = runninglockInfos_.find(info.name); in Increase() local
51 auto iterator = runninglockInfos_.find(info.name); in Decrease() local
H A Drunning_lock_impl.cpp56 auto iterator = lockCounters_.find(filledInfo.type); in Hold() local
94 auto iterator = lockCounters_.find(filledInfo.type); in Unhold() local
154 auto iterator = lockCounters_.find(type); in GetCount() local
[all...]
/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dlinked_list.c98 IAM_STATIC bool IteratorHasNext(LinkedListIterator *iterator) in IteratorHasNext() argument
107 IAM_STATIC void *IteratorNext(LinkedListIterator *iterator) in IteratorNext() argument
124 LinkedListIterator *iterator = (LinkedListIterator *)Malloc(sizeof(LinkedListIterator)); in CreateIterator() local
135 DestroyIterator(LinkedListIterator *iterator) DestroyIterator() argument
[all...]
/drivers/hdf_core/framework/utils/src/
H A Dhdf_slist.c45 struct HdfSListNode *iterator = NULL; in HdfSListGetLast() local
67 struct HdfSListNode *iterator = NULL; in HdfSListAddTail() local
84 struct HdfSListNode *iterator = NULL; HdfSListAddOrder() local
119 struct HdfSListNode *iterator = NULL; HdfSListRemove() local
134 struct HdfSListIterator iterator; HdfSListFlush() local
151 struct HdfSListNode *iterator = NULL; HdfSListCount() local
192 HdfSListIteratorInit(struct HdfSListIterator *iterator, const struct HdfSList *list) HdfSListIteratorInit() argument
207 HdfSListIteratorHasNext(const struct HdfSListIterator *iterator) HdfSListIteratorHasNext() argument
226 HdfSListIteratorNext(struct HdfSListIterator *iterator) HdfSListIteratorNext() argument
247 HdfSListIteratorRemove(struct HdfSListIterator *iterator) HdfSListIteratorRemove() argument
258 HdfSListIteratorInsert(struct HdfSListIterator *iterator, struct HdfSListNode *link) HdfSListIteratorInsert() argument
[all...]
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c267 LinkedListIterator *iterator = g_poolList->createIterator(g_poolList); in QueryExecutor() local
308 LinkedListIterator *iterator = g_poolList->createIterator(g_poolList); in QueryCollecterMatcher() local
339 LinkedListIterator *iterator = g_poolList->createIterator(g_poolList); QueryCredentialExecutorIndex() local
[all...]
H A Dcoauth.c160 LinkedListIterator *iterator = g_scheduleList->createIterator(g_scheduleList); in GetCoAuthSchedule() local
/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_dump.c121 struct HdfSListIterator iterator; in DevMgrDumpServiceFindHost() local
/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c369 struct HdfSListIterator iterator; in DevmgrServiceListAllDevice() local
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c1052 LinkedListIterator *iterator = g_userInfoList->createIterator(g_userInfoList); in GetInvalidUser() local
1127 LinkedListIterator *iterator = g_userInfoList->createIterator(g_userInfoList); in GetAllExtUserInfo() local
[all...]

Completed in 9 milliseconds