Lines Matching refs:appId

66   uint64_t appId;  member
119 uint64_t appId; member
293 if (!eventLoop.findNanoappInstanceIdByAppId(cbData->appId, &instanceId)) { in handleUnloadNanoappCallback()
294 LOGE("Couldn't unload app ID 0x%016" PRIx64 ": not found", cbData->appId); in handleUnloadNanoappCallback()
317 builder, msgToHost->appId, msgToHost->toHostData.messageType, in generateMessageToHost()
508 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleLoadNanoappFile() argument
512 PRIu16 ")", appId, appVersion, targetApiVersion, transactionId, in handleLoadNanoappFile()
519 } else if (!nanoapp->setAppInfo(appId, appVersion, appFilename) in handleLoadNanoappFile()
546 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleLoadNanoappData() argument
556 PRIu16 ")", appId, appVersion, targetApiVersion, totalAppBinaryLen, in handleLoadNanoappData()
568 hostClientId, transactionId, appId, appVersion, totalAppBinaryLen); in handleLoadNanoappData()
762 uint64_t appId, uint32_t messageType, uint16_t hostEndpoint, in handleNanoappMessage() argument
766 appId, hostEndpoint, messageType, messageDataLen); in handleNanoappMessage()
771 appId, messageType, hostEndpoint, messageData, messageDataLen); in handleNanoappMessage()
791 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleLoadNanoappRequest() argument
798 hostClientId, transactionId, appId, appVersion, targetApiVersion, in handleLoadNanoappRequest()
802 hostClientId, transactionId, appId, appVersion, targetApiVersion, in handleLoadNanoappRequest()
813 cbData->appId = appId; in handleLoadNanoappRequest()
827 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleUnloadNanoappRequest() argument
830 " system %d", transactionId, appId, allowSystemNanoappUnload); in handleUnloadNanoappRequest()
835 cbData->appId = appId; in handleUnloadNanoappRequest()