Home
last modified time | relevance | path

Searched refs:HandDaemonAuth (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon.h51 bool HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &handshake);
Ddaemon.cpp201 bool HdcDaemon::HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &hands… in HandDaemonAuth() function in Hdc::HdcDaemon
287 if (enableSecure && !HandDaemonAuth(hSession, channelId, handshake)) { in DaemonSessionHandshake()