Lines Matching defs:hostClientId
63 uint16_t hostClientId; member
71 uint16_t hostClientId; member
110 uint16_t hostClientId; member
118 uint16_t hostClientId; member
297 int generateHubInfoResponse(uint16_t hostClientId, unsigned char *buffer, in generateHubInfoResponse()
346 void sendDebugDumpData(uint16_t hostClientId, const char *debugStr, in sendDebugDumpData()
349 uint16_t hostClientId; in sendDebugDumpData() member
369 void sendDebugDumpResponse(uint16_t hostClientId, bool success, in sendDebugDumpResponse()
372 uint16_t hostClientId; in sendDebugDumpResponse() member
392 void sendSelfTestResponse(uint16_t hostClientId, bool success) { in sendSelfTestResponse()
394 uint16_t hostClientId; in sendSelfTestResponse() member
412 void sendFragmentResponse(uint16_t hostClientId, uint32_t transactionId, in sendFragmentResponse()
415 uint16_t hostClientId; in sendFragmentResponse() member
491 UniquePtr<Nanoapp> handleLoadNanoappFile(uint16_t hostClientId, in handleLoadNanoappFile()
532 UniquePtr<Nanoapp> handleLoadNanoappData(uint16_t hostClientId, in handleLoadNanoappData()
674 void sendDebugDumpResultToHost(uint16_t hostClientId, const char *debugStr, in sendDebugDumpResultToHost()
830 void HostMessageHandlers::handleHubInfoRequest(uint16_t hostClientId) { in handleHubInfoRequest()
837 void HostMessageHandlers::handleNanoappListRequest(uint16_t hostClientId) { in handleNanoappListRequest()
867 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleLoadNanoappRequest()
903 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleUnloadNanoappRequest()
932 void HostMessageHandlers::handleDebugDumpRequest(uint16_t hostClientId) { in handleDebugDumpRequest()
951 void HostMessageHandlers::handleSelfTestRequest(uint16_t hostClientId) { in handleSelfTestRequest()