Lines Matching refs:AppHdr
80 const struct AppHdr *app;
436 bool osAppSegmentSetState(const struct AppHdr *app, uint32_t segState) in osAppSegmentSetState()
480 struct Segment *osGetSegment(const struct AppHdr *app) in osGetSegment()
517 struct AppHdr *osAppSegmentCreate(uint32_t size) in osAppSegmentCreate()
521 struct AppHdr *app; in osAppSegmentCreate()
539 bool osAppSegmentClose(struct AppHdr *app, uint32_t segDataSize, uint32_t segState) in osAppSegmentClose()
593 bool osAppWipeData(struct AppHdr *app) in osAppWipeData()
628 static inline bool osAppIsValid(const struct AppHdr *app) in osAppIsValid()
636 static bool osExtAppIsValid(const struct AppHdr *app, uint32_t len) in osExtAppIsValid()
645 static bool osIntAppIsValid(const struct AppHdr *app) in osIntAppIsValid()
652 static inline bool osExtAppErase(const struct AppHdr *app) in osExtAppErase()
657 static struct Task *osLoadApp(const struct AppHdr *app) { in osLoadApp()
686 static bool osStartApp(const struct AppHdr *app) in osStartApp()
733 const struct AppHdr *app; in osExtAppFind()
755 const struct AppHdr *app; in osExtAppStopEraseApps()
828 const struct AppHdr *app; in osExtAppStartApps()
878 const struct AppHdr *app; in osStartTasks()
1223 const struct AppHdr *app = task->app; in osAppInfoById()
1245 const struct AppHdr *app = task->app; in osAppInfoByIndex()