Searched refs:platGetInternalAppList (Results 1 – 4 of 4) sorted by relevance
26 const struct AppHdr* platGetInternalAppList(uint32_t *numAppsP);
45 static inline const struct AppHdr* platGetInternalAppList(uint32_t *numAppsP) in platGetInternalAppList() function
1008 for (i = 0, app = platGetInternalAppList(&nApps); i < nApps; i++, app++) { in osStartTasks()
1602 internal = platGetInternalAppList(&numApps); in halAppInfo()