Searched refs:emgmsg (Results 1 - 5 of 5) sorted by relevance
/developtools/hdc/hdc_rust/src/daemon_lib/ |
H A D | auth.rs | 228 async fn make_emg_message(session_id: u32, channel_id: u32, emgmsg: &str) -> TaskMessage { 233 handshake_msg = Base::tlv_append(handshake_msg, config::TAG_EMGMSG, emgmsg); 255 emgmsg: &str, 263 handshake_msg = Base::tlv_append(handshake_msg, config::TAG_EMGMSG, emgmsg);
|
/developtools/hdc/src/daemon/ |
H A D | daemon.cpp | 1099 string emgmsg; in InitMod() local 1100 Base::TlvAppend(emgmsg, TAG_EMGMSG, msg); in InitMod() 1101 Base::TlvAppend(emgmsg, TAG_DEVNAME, hostname); in InitMod() 1102 Base::TlvAppend(emgmsg, TAG_DAEOMN_AUTHSTATUS, daemonAuthResult); in InitMod() 1103 handshake.buf = emgmsg; in InitMod()
|
/developtools/hdc/src/common/ |
H A D | define_plus.h | 363 std::string emgmsg; member
|
/developtools/hdc/src/host/ |
H A D | server.cpp | 513 hdiNew->emgmsg = tlvmap[TAG_EMGMSG]; in UpdateHdiInfo() 514 WRITE_LOG(LOG_INFO, "emgmsg = %s", hdiNew->emgmsg.c_str()); in UpdateHdiInfo()
|
H A D | server_for_client.cpp | 844 if (hdi && !hdi->emgmsg.empty()) { in ReadChannel() 845 EchoClient(hChannel, MSG_FAIL, hdi->emgmsg.c_str()); in ReadChannel()
|
Completed in 7 milliseconds