Home
last modified time | relevance | path

Searched refs:SERVER_NAME (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/common/
Ddefine.h68 const string SERVER_NAME = "HDCServer"; variable
/developtools/hdc/src/host/
Dclient.cpp67 … string path = Base::StringFormat("%s%c.%s.pid", bufPath, Base::GetPathSep(), SERVER_NAME.c_str()); in GetLastPID()
75 bool isNowRunning = Base::ProgramMutex(SERVER_NAME.c_str(), true) != 0; in StartKillServer()
Dmain.cpp215 if (isPullServer && Base::ProgramMutex(SERVER_NAME.c_str(), true) == 0) { in RunClientMode()
Dserver.cpp83 if (Base::ProgramMutex(SERVER_NAME.c_str(), false) != 0) { in Initial()