Lines Matching refs:NanoHub
155 if(NanoHub::sendToNanohub(hubId, &txMsg, 0, msg.hostEndPoint) != 0) { in sendMessageToHub()
169 } else if (NanoHub::subscribeMessages(hubId, in registerCallback()
306 int ret = NanoHub::subscribeMessages(hubId, nullptr, nullptr); in handleServiceDeath()
374 if(NanoHub::sendToNanohub(hubId, in unloadNanoApp()
422 if(NanoHub::sendToNanohub(hubId, in loadNanoApp()
453 if(NanoHub::sendToNanohub(hubId, in enableNanoApp()
484 if(NanoHub::sendToNanohub(hubId, in disableNanoApp()
509 if(NanoHub::sendToNanohub(hubId, in queryApps()
560 result.appendFormat("debug: %d\n", NanoHub::getDebugFlags()); in debug()
562 NanoHub::dumpAppInfo(appInfo); in debug()
565 NanoHub::setDebugFlags(atoi(hh_data[0].c_str())); in debug()
566 result.appendFormat("debug: %d\n", NanoHub::getDebugFlags()); in debug()