• Home
  • Raw
  • Download

Lines Matching refs:handle

112     auto taskClassDeleteRetry = [](uv_timer_t *handle) -> void {  in BeginRemoveTask()  argument
114 HTaskInfo hTask = (HTaskInfo)handle->data; in BeginRemoveTask()
132 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseTimerCallback); in BeginRemoveTask()
187 auto clearSessionsForFinish = [](uv_idle_t *handle) -> void { in ReMainLoopForInstanceClear() argument
188 HdcSessionBase *thisClass = (HdcSessionBase *)handle->data; in ReMainLoopForInstanceClear()
193 uv_close((uv_handle_t *)handle, Base::CloseIdleCallback); in ReMainLoopForInstanceClear()
282 void HdcSessionBase::AsyncMainLoopTask(uv_idle_t *handle) in AsyncMainLoopTask() argument
284 AsyncParam *param = (AsyncParam *)handle->data; in AsyncMainLoopTask()
302 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseIdleCallback); in AsyncMainLoopTask()
305 void HdcSessionBase::MainAsyncCallback(uv_async_t *handle) in MainAsyncCallback() argument
307 HdcSessionBase *thisClass = (HdcSessionBase *)handle->data; in MainAsyncCallback()
541 void HdcSessionBase::FreeSessionFinally(uv_idle_t *handle) in FreeSessionFinally() argument
543 HSession hSession = (HSession)handle->data; in FreeSessionFinally()
558 Base::TryCloseHandle((const uv_handle_t *)handle, Base::CloseIdleCallback); in FreeSessionFinally()
565 auto closeSessionTCPHandle = [](uv_handle_t *handle) -> void { in FreeSessionContinue() argument
566 HSession hSession = (HSession)handle->data; in FreeSessionContinue()
568 Base::TryCloseHandle((uv_handle_t *)handle); in FreeSessionContinue()
569 if (handle == reinterpret_cast<uv_handle_t *>(hSession->pollHandle[STREAM_MAIN])) { in FreeSessionContinue()
591 void HdcSessionBase::FreeSessionOpeate(uv_timer_t *handle) in FreeSessionOpeate() argument
594 HSession hSession = (HSession)handle->data; in FreeSessionOpeate()
614 auto callbackCheckFreeSessionContinue = [](uv_timer_t *handle) -> void { in FreeSessionOpeate() argument
615 HSession hSession = (HSession)handle->data; in FreeSessionOpeate()
622 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseTimerCallback); in FreeSessionOpeate()
629 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseTimerCallback); in FreeSessionOpeate()
972 void HdcSessionBase::AllocCallback(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocCallback() argument
974 HSession context = (HSession)handle->data; in AllocCallback()
983 HSession hSession = (HSession)req->handle->data; in FinishWriteSessionTCP()
989 Base::TryCloseHandle((uv_handle_t *)req->handle); in FinishWriteSessionTCP()
1137 auto closeSessionChildThreadTCPHandle = [](uv_handle_t *handle) -> void { in DispatchMainThreadCommand() argument
1138 HSession hSession = (HSession)handle->data; in DispatchMainThreadCommand()
1139 Base::TryCloseHandle((uv_handle_t *)handle); in DispatchMainThreadCommand()
1140 if (handle == (uv_handle_t *)hSession->pollHandle[STREAM_WORK]) { in DispatchMainThreadCommand()
1221 auto clearTaskForSessionFinish = [](uv_timer_t *handle) -> void { in ReChildLoopForSessionClear() argument
1222 HSession hSession = (HSession)handle->data; in ReChildLoopForSessionClear()
1242 uv_close((uv_handle_t *)handle, Base::CloseTimerCallback); in ReChildLoopForSessionClear()