Searched refs:hfi (Results 1 - 3 of 3) sorted by relevance
/developtools/hdc/src/host/ |
H A D | server_for_client.cpp | 367 HForwardInfo hfi = nullptr; in RemoveFportkey() local 368 ptrServer->AdminForwardMap(OP_QUERY, forwardKey, hfi); in RemoveFportkey() 369 if (!hfi) { in RemoveFportkey() 370 WRITE_LOG(LOG_FATAL, "CommandRemoveForward hfi nullptr forwardKey:%s", forwardKey.c_str()); in RemoveFportkey() 373 HSession hSession = ptrServer->AdminSession(OP_QUERY, hfi->sessionId, nullptr); in RemoveFportkey() 375 WRITE_LOG(LOG_FATAL, "CommandRemoveForward hSession nullptr sessionId:%u", hfi->sessionId); in RemoveFportkey() 376 ptrServer->AdminForwardMap(OP_REMOVE, forwardKey, hfi); in RemoveFportkey() 379 ptrServer->ClearOwnTasks(hSession, hfi->channelId); in RemoveFportkey() 380 FreeChannel(hfi->channelId); in RemoveFportkey() 381 hfi in RemoveFportkey() 447 HForwardInfo hfi = nullptr; // dummy RemoveForward() local 526 HForwardInfo hfi = nullptr; // dummy DoCommandLocal() local [all...] |
H A D | server.h | 51 void BuildForwardVisableLine(bool fullOrSimble, HForwardInfo hfi, string &echo);
|
H A D | server.cpp | 660 void HdcServer::BuildForwardVisableLine(bool fullOrSimble, HForwardInfo hfi, string &echo) in BuildForwardVisableLine() argument 664 buf = Base::StringFormat("%s %s %s\n", hfi->connectKey.c_str(), hfi->taskString.substr(OFFSET).c_str(), in BuildForwardVisableLine() 665 hfi->forwardDirection ? "[Forward]" : "[Reverse]"); in BuildForwardVisableLine() 667 buf = Base::StringFormat("%s\n", hfi->taskString.c_str()); in BuildForwardVisableLine()
|
Completed in 4 milliseconds