Home
last modified time | relevance | path

Searched refs:uvHandleRef (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/common/
Dchannel.cpp394 ++hChannel->uvHandleRef; in MallocChannel()
411 if (hChannel->uvHandleRef > 0) { in FreeChannelFinally()
413 hChannel->uvHandleRef, hChannel->channelId); in FreeChannelFinally()
434 --channel->uvHandleRef; in FreeChannelContinue()
447 --hChannel->uvHandleRef; in FreeChannelContinue()
Ddefine_plus.h390 uint8_t uvHandleRef; // libuv handle ref -- just main thread now member
448 uvHandleRef = 0; in HdcSession()
495 uint8_t uvHandleRef = 0; // libuv handle ref -- just main thread now member
Dsession.cpp362 ++hSession->uvHandleRef; in MallocSessionByConnectType()
442 hSession->uvHandleRef = 0; in MallocSession()
446 ++hSession->uvHandleRef; in MallocSession()
466 ++hSession->uvHandleRef; in MallocSession()
545 if (hSession->uvHandleRef > 0) { in FreeSessionFinally()
547 hSession->uvHandleRef, hSession->sessionId); in FreeSessionFinally()
567 --hSession->uvHandleRef; in FreeSessionContinue()
/developtools/hdc/src/host/
Dclient.cpp495 ++hChannel->uvHandleRef; in BindLocalStd()
497 ++hChannel->uvHandleRef; in BindLocalStd()