Lines Matching refs:serverOrDaemon
48 serverOrDaemon = serverOrDaemonIn; in HdcSessionBase()
54 if (serverOrDaemon) { in HdcSessionBase()
71 if (serverOrDaemon and ctxUSB != nullptr) { in ~HdcSessionBase()
76 serverOrDaemon ? "server" : "daemon"); in ~HdcSessionBase()
402 HSession HdcSessionBase::MallocSession(bool serverOrDaemon, const ConnType connType, void *classMod… in MallocSession() argument
417 hSession->serverOrDaemon = serverOrDaemon; in MallocSession()
541 HdcAuth::FreeKey(!hSession->serverOrDaemon, hSession->listKey); in FreeSessionFinally()
674 if (serverOrDaemon) { in AdminSession()
767 if (echo && !hSession->serverOrDaemon) { in SendByProtocol()
1058 if (regOK && hSession->serverOrDaemon) { in WorkThreadStartSession()
1109 hSession->sessionId, hSession->serverOrDaemon ? "server" : "daemon"); in DispatchMainThreadCommand()
1137 if (!serverOrDaemon) { in DispatchMainThreadCommand()
1144 if (!serverOrDaemon) { in DispatchMainThreadCommand()
1240 thisClass->serverOrDaemon ? "server" : "daemon"); in SessionWorkThread()
1285 if (!serverOrDaemon in NeedNewTaskInfo()
1322 hTaskInfo->serverOrDaemon = serverOrDaemon; in DispatchTaskData()