Lines Matching refs:hubId
43 * @param hubId identifier for the hub
50 registerCallback(uint32_t hubId, IContexthubCallback cb) generates (Result result);
55 * @param hubId identifier for hub to send message to
62 sendMessageToHub(uint32_t hubId, ContextHubMsg msg)
79 * @param hubId identifer of the contextHub
91 loadNanoApp(uint32_t hubId,
103 * @param hubId identifer of the contextHub
114 unloadNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
124 * @param hubId identifer of the contextHub
135 enableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
145 * @param hubId identifer of the contextHub
156 disableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
162 * @param hubId identifer of the contextHub
171 queryApps(uint32_t hubId) generates (Result result);