Searched refs:nanoappFreeFunction (Results 1 – 2 of 2) sorted by relevance
56 msgToHost->toHostData.nanoappFreeFunction = freeCallback; in sendMessageToHostFromNanoapp()192 if (msgToHost->toHostData.nanoappFreeFunction == nullptr) { in onMessageToHostComplete()207 if (msgToHost->toHostData.nanoappFreeFunction != nullptr) { in freeMessageToHost()209 msgToHost->appId, msgToHost->toHostData.nanoappFreeFunction, in freeMessageToHost()
68 chreMessageFreeFunction *nanoappFreeFunction; member