Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 – 9 of 9) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon.cpp290 string version = Base::GetVersion() + HDC_MSG_HASH; in DaemonSessionHandshake()
307 handshake.version = Base::GetVersion(); in DaemonSessionHandshake()
Dmain.cpp284 string ver = Hdc::Base::GetVersion(); in main()
/developtools/hdc/src/host/
Dclient.cpp545 string clientVer = Base::GetVersion() + HDC_MSG_HASH; in PreHandshake()
549 serverVer = serverVer.substr(0, Base::GetVersion().size()); in PreHandshake()
591 …fprintf(stdout, "Client version:%s, server version:%s\n", Base::GetVersion().c_str(), version.c_st… in ReadChannel()
Dtranslate.cpp307 stringError = Base::GetVersion(); in String2FormatCommand()
Dserver_for_client.cpp83 string ver = Base::GetVersion() + HDC_MSG_HASH; in AcceptClient()
802 string version = Base::GetVersion(); in ReportServerVersion()
Dmain.cpp306 string ver = Base::GetVersion(); in GetCommandlineOptions()
/developtools/hdc/src/common/
Dbase.h105 string GetVersion();
Dsession.cpp25 WRITE_LOG(LOG_INFO, "Program running. %s Pid:%u", Base::GetVersion().c_str(), getpid()); in HdcSessionBase()
1086 handshake.version = Base::GetVersion() + HDC_MSG_HASH; in WorkThreadStartSession()
Dbase.cpp1367 string GetVersion() in GetVersion() function