• Home
  • Raw
  • Download

Lines Matching refs:appId

61   uint64_t appId;  member
116 uint64_t appId; member
260 if (!eventLoop.findNanoappInstanceIdByAppId(cbData->appId, &instanceId)) { in handleUnloadNanoappCallback()
261 LOGE("Couldn't unload app ID 0x%016" PRIx64 ": not found", cbData->appId); in handleUnloadNanoappCallback()
283 builder, msgToHost->appId, msgToHost->toHostData.messageType, in generateMessageToHost()
492 uint32_t transactionId, uint64_t appId, in handleLoadNanoappFile() argument
498 appId, appVersion, targetApiVersion, transactionId, hostClientId); in handleLoadNanoappFile()
504 } else if (!nanoapp->setAppInfo(appId, appVersion, appFilename, in handleLoadNanoappFile()
533 uint32_t transactionId, uint64_t appId, in handleLoadNanoappData() argument
547 appId, appVersion, appFlags, targetApiVersion, totalAppBinaryLen, in handleLoadNanoappData()
557 success = sLoadManager.prepareForLoad(hostClientId, transactionId, appId, in handleLoadNanoappData()
814 void HostMessageHandlers::handleNanoappMessage(uint64_t appId, in handleNanoappMessage() argument
822 appId, hostEndpoint, messageType, messageDataLen); in handleNanoappMessage()
826 manager.sendMessageToNanoappFromHost(appId, messageType, hostEndpoint, in handleNanoappMessage()
867 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleLoadNanoappRequest() argument
874 handleLoadNanoappFile(hostClientId, transactionId, appId, appVersion, in handleLoadNanoappRequest()
878 hostClientId, transactionId, appId, appVersion, appFlags, in handleLoadNanoappRequest()
889 cbData->appId = appId; in handleLoadNanoappRequest()
903 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleUnloadNanoappRequest() argument
907 transactionId, appId, allowSystemNanoappUnload); in handleUnloadNanoappRequest()
912 cbData->appId = appId; in handleUnloadNanoappRequest()