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