Searched refs:nanoappFreeFunction (Results 1 – 2 of 2) sorted by relevance
172 msgToHost->toHostData.nanoappFreeFunction = freeCallback; in sendMessageToHostFromNanoapp()373 if (msgToHost->toHostData.nanoappFreeFunction != nullptr) { in freeMessageToHost()375 msgToHost->appId, msgToHost->toHostData.nanoappFreeFunction, in freeMessageToHost()460 if (msgToHost->toHostData.nanoappFreeFunction == nullptr) { in onMessageToHostCompleteInternal()
71 chreMessageFreeFunction *nanoappFreeFunction; member