Lines Matching refs:NanoHub
156 if(NanoHub::sendToNanohub(hubId, &txMsg, 0, msg.hostEndPoint) != 0) { in sendMessageToHub()
170 } else if (NanoHub::subscribeMessages(hubId, in registerCallback()
307 int ret = NanoHub::subscribeMessages(hubId, nullptr, nullptr); in handleServiceDeath()
375 if(NanoHub::sendToNanohub(hubId, in unloadNanoApp()
423 if(NanoHub::sendToNanohub(hubId, in loadNanoApp()
454 if(NanoHub::sendToNanohub(hubId, in enableNanoApp()
485 if(NanoHub::sendToNanohub(hubId, in disableNanoApp()
510 if(NanoHub::sendToNanohub(hubId, in queryApps()
561 result.appendFormat("debug: %d\n", NanoHub::getDebugFlags()); in debug()
563 NanoHub::dumpAppInfo(appInfo); in debug()
566 NanoHub::setDebugFlags(atoi(hh_data[0].c_str())); in debug()
567 result.appendFormat("debug: %d\n", NanoHub::getDebugFlags()); in debug()