Searched refs:appReq (Results 1 – 1 of 1) sorted by relevance
333 const load_app_request_t *appReq = static_cast<const load_app_request_t*>(appMsg->message); in setup() local334 if (appReq == nullptr || mLen <= sizeof(*appReq)) { in setup()338 mAppName = appReq->app_binary.app_id; in setup()340 appManager.addNewApp(mAppName, appReq->app_binary.app_version); in setup()372 appManager.setCachedVersion(mAppName, appReq->app_binary.app_version); in setup()