Lines Matching refs:appid
92 #define APP_ID_GET_VENDOR(appid) ((appid) >> 24)
93 #define APP_ID_GET_SEQ_ID(appid) ((appid) & 0xFFFFFF)
172 bool osTidById(uint64_t appId, uint32_t *tid);
173 bool osAppInfoById(uint64_t appId, uint32_t *appIdx, uint32_t *appVer, uint32_t *appSize);
174 bool osAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize);
263 uint32_t osExtAppStopApps(uint64_t appId);
264 uint32_t osExtAppEraseApps(uint64_t appId);
265 uint32_t osExtAppStartApps(uint64_t appId);
285 .hdr.appId = (_id), \