Searched defs:eventLoop (Results 1 – 7 of 7) sorted by relevance
56 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in chreSendEvent() local83 const EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in chreSendMessageWithPermissions() local
43 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleUnload() local
132 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleNanoappListRequest() local
108 const EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in deliverNanoappMessageFromHost() local
154 EventLoop &eventLoop = eventLoopManager->getEventLoop(); in startNanoapp() local
227 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in buildNanoappListResponse() local238 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in finishLoadingNanoappCallback() local259 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleUnloadNanoappCallback() local
353 eventLoop(void *param) { in eventLoop() function