Home
last modified time | relevance | path

Searched refs:DAEOMN_UNAUTHORIZED (Results 1 - 7 of 7) sorted by relevance

/developtools/hdc/hdc_rust/src/host/
H A Dauth.rs59 daemon_auth_status: DAEOMN_UNAUTHORIZED.to_string(),
H A Dtask.rs885 if guard.daemon_auth_status == DAEOMN_UNAUTHORIZED {
906 if guard.daemon_auth_status == DAEOMN_UNAUTHORIZED {
/developtools/hdc/src/common/
H A Dbase.h258 #define DAEOMN_UNAUTHORIZED "DAEMON_UNAUTH" macro
/developtools/hdc/hdc_rust/src/
H A Dconfig.rs346 pub const DAEOMN_UNAUTHORIZED: &str = "DAEMON_UNAUTH"; consts
/developtools/hdc/hdc_rust/src/daemon_lib/
H A Dauth.rs188 handshake_msg = Base::tlv_append(handshake_msg, config::TAG_DAEOMN_AUTHSTATUS, DAEOMN_UNAUTHORIZED);
234 handshake_msg = Base::tlv_append(handshake_msg, config::TAG_DAEOMN_AUTHSTATUS, DAEOMN_UNAUTHORIZED);
/developtools/hdc/src/host/
H A Dserver.cpp233 if (hdi->connStatus == STATUS_CONNECTED && hdi->daemonAuthStatus == DAEOMN_UNAUTHORIZED) { in BuildDaemonVisableLine()
249 if (hdi->daemonAuthStatus == DAEOMN_UNAUTHORIZED) { in BuildDaemonVisableLine()
/developtools/hdc/src/daemon/
H A Ddaemon.cpp1125 SendAuthOkMsg(handshake, channelid, sessionid, msg, DAEOMN_UNAUTHORIZED); in InitMod()

Completed in 10 milliseconds