Lines Matching refs:appId
53 info->appId = app->getAppId(); in populateNanoappInfo()
64 bool EventLoop::findNanoappInstanceIdByAppId(uint64_t appId, in findNanoappInstanceIdByAppId() argument
71 if (app->getAppId() == appId) { in findNanoappInstanceIdByAppId()
89 void EventLoop::invokeMessageFreeFunction(uint64_t appId, in invokeMessageFreeFunction() argument
92 Nanoapp *nanoapp = lookupAppByAppId(appId); in invokeMessageFreeFunction()
94 LOGE("Couldn't find app 0x%016" PRIx64 " for message free callback", appId); in invokeMessageFreeFunction()
334 uint64_t appId, struct chreNanoappInfo *info) const { in populateNanoappInfoForAppId() argument
336 Nanoapp *app = lookupAppByAppId(appId); in populateNanoappInfoForAppId()
463 Nanoapp *EventLoop::lookupAppByAppId(uint64_t appId) const { in lookupAppByAppId()
465 if (app->getAppId() == appId) { in lookupAppByAppId()
493 info->appId = nanoapp.getAppId(); in notifyAppStatusChange()