Searched refs:nanoappFreeFunction (Results 1 – 2 of 2) sorted by relevance
55 msgToHost->toHostData.nanoappFreeFunction = freeCallback; in sendMessageToHostFromNanoapp()135 if (msgToHost->toHostData.nanoappFreeFunction == nullptr) { in onMessageToHostComplete()149 if (msgToHost->toHostData.nanoappFreeFunction != nullptr) { in freeMessageToHost()151 msgToHost->appId, msgToHost->toHostData.nanoappFreeFunction, in freeMessageToHost()
59 chreMessageFreeFunction *nanoappFreeFunction; member