Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dlist.h197 int OH_ListGetCnt(const ListNode *head);
/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c378 return OH_ListGetCnt(&(stageItem->hooks)); in HookMgrGetHooksCnt()
389 return OH_ListGetCnt(&(hookMgr->stages)); in HookMgrGetStagesCnt()
/ohos5.0/base/startup/init/services/utils/
H A Dlist.c218 int OH_ListGetCnt(const ListNode *head) in OH_ListGetCnt() function
/ohos5.0/base/startup/init/interfaces/innerkits/
H A Dlibbegetutil.versionscript53 OH_ListGetCnt;
/ohos5.0/base/startup/init/interfaces/innerkits/modulemgr/
H A Dmodulemgr.c291 return OH_ListGetCnt(&(moduleMgr->modules)); in ModuleMgrGetCnt()
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c187 if (OH_ListGetCnt(&GetAppSpawnMgr()->appQueue) == 0) { in ProcessSignal()