Home | History | Annotate | Download | only in core

Lines Matching refs:appId

47     info->appId      = app->getAppId();
61 bool EventLoop::findNanoappInstanceIdByAppId(uint64_t appId,
68 if (app->getAppId() == appId) {
87 uint64_t appId, chreMessageFreeFunction *freeFunction, void *message,
89 Nanoapp *nanoapp = lookupAppByAppId(appId);
91 LOGE("Couldn't find app 0x%016" PRIx64 " for message free callback", appId);
277 uint64_t appId, struct chreNanoappInfo *info) const {
279 Nanoapp *app = lookupAppByAppId(appId);
377 Nanoapp *EventLoop::lookupAppByAppId(uint64_t appId) const {
379 if (app->getAppId() == appId) {
407 info->appId = nanoapp.getAppId();