Searched refs:OH_ListGetCnt (Results 1 – 6 of 6) sorted by relevance
197 int OH_ListGetCnt(const ListNode *head);
378 return OH_ListGetCnt(&(stageItem->hooks)); in HookMgrGetHooksCnt()389 return OH_ListGetCnt(&(hookMgr->stages)); in HookMgrGetStagesCnt()
218 int OH_ListGetCnt(const ListNode *head) in OH_ListGetCnt() function
53 OH_ListGetCnt;
291 return OH_ListGetCnt(&(moduleMgr->modules)); in ModuleMgrGetCnt()
187 if (OH_ListGetCnt(&GetAppSpawnMgr()->appQueue) == 0) { in ProcessSignal()