Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine_plus.h387 uint8_t uvHandleRef; // libuv handle ref -- just main thread now member
445 uvHandleRef = 0; in HdcSession()
492 uint8_t uvHandleRef = 0; // libuv handle ref -- just main thread now member
Dchannel.cpp377 ++hChannel->uvHandleRef; in MallocChannel()
394 if (hChannel->uvHandleRef > 0) { in FreeChannelFinally()
415 --channel->uvHandleRef; in FreeChannelContinue()
428 --hChannel->uvHandleRef; in FreeChannelContinue()
Dsession.cpp358 ++hSession->uvHandleRef; in MallocSessionByConnectType()
434 hSession->uvHandleRef = 0; in MallocSession()
438 ++hSession->uvHandleRef; in MallocSession()
458 ++hSession->uvHandleRef; in MallocSession()
533 if (hSession->uvHandleRef > 0) { in FreeSessionFinally()
553 --hSession->uvHandleRef; in FreeSessionContinue()
/developtools/hdc/src/host/
Dclient.cpp491 ++hChannel->uvHandleRef; in BindLocalStd()
493 ++hChannel->uvHandleRef; in BindLocalStd()