Searched refs:toHostData (Results 1 – 3 of 3) sorted by relevance
55 msgToHost->toHostData.hostEndpoint = hostEndpoint; in sendMessageToHostFromCurrentNanoapp()56 msgToHost->toHostData.messageType = messageType; in sendMessageToHostFromCurrentNanoapp()57 msgToHost->toHostData.nanoappFreeFunction = freeCallback; in sendMessageToHostFromCurrentNanoapp()61 msgToHost->toHostData.reserved = kMessageToHostReservedFieldValue; in sendMessageToHostFromCurrentNanoapp()140 if (msgToHost->toHostData.nanoappFreeFunction == nullptr) { in onMessageToHostComplete()160 if (msgToHost->toHostData.nanoappFreeFunction != nullptr) { in freeMessageToHost()161 msgToHost->toHostData.nanoappFreeFunction(msgToHost->message.data(), in freeMessageToHost()
64 } toHostData; member
201 builder, msgToHost->appId, msgToHost->toHostData.messageType, in generateMessageToHost()202 msgToHost->toHostData.hostEndpoint, msgToHost->message.data(), in generateMessageToHost()