Home
last modified time | relevance | path

Searched refs:PostUIConfirm (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/common/
Dauth.h34 bool PostUIConfirm(string publicKey);
Dauth.cpp33 bool PostUIConfirm(string publicKey) in PostUIConfirm() function
450 bool PostUIConfirm(string publicKey) in PostUIConfirm() function
/developtools/hdc/src/daemon/
Ddaemon.cpp238 ret = HdcAuth::PostUIConfirm(handshake.buf); in HandDaemonAuth()