Home | History | Annotate | Download | only in core

Lines Matching refs:appId

29 void HostCommsManager::flushMessagesSentByNanoapp(uint64_t appId) {
30 mHostLink.flushMessagesSentByNanoapp(appId);
51 msgToHost->appId = nanoapp->getAppId();
72 uint64_t appId, uint16_t hostEndpoint, uint32_t messageType,
85 msgFromHost->appId = appId;
103 uint64_t appId, uint32_t messageType, uint16_t hostEndpoint,
116 } else if (!eventLoop.findNanoappInstanceIdByAppId(appId,
119 appId);
121 deliverNanoappMessageFromHost(appId, hostEndpoint, messageType, messageData,
172 msgToHost->appId, msgToHost->toHostData.nanoappFreeFunction,