Searched refs:hfi (Results 1 – 3 of 3) sorted by relevance
| /developtools/hdc/src/host/ |
| D | server_for_client.cpp | 349 HForwardInfo hfi = nullptr; in CommandRemoveForward() local 350 ptrServer->AdminForwardMap(OP_QUERY, forwardKey, hfi); in CommandRemoveForward() 351 if (!hfi) { in CommandRemoveForward() 354 HSession hSession = ptrServer->AdminSession(OP_QUERY, hfi->sessionId, nullptr); in CommandRemoveForward() 356 ptrServer->AdminForwardMap(OP_REMOVE, forwardKey, hfi); in CommandRemoveForward() 359 ptrServer->ClearOwnTasks(hSession, hfi->channelId); in CommandRemoveForward() 360 FreeChannel(hfi->channelId); in CommandRemoveForward() 361 hfi = nullptr; in CommandRemoveForward() 362 ptrServer->AdminForwardMap(OP_REMOVE, forwardKey, hfi); in CommandRemoveForward() 423 HForwardInfo hfi = nullptr; // dummy in RemoveForward() local [all …]
|
| D | server.h | 50 void BuildForwardVisableLine(bool fullOrSimble, HForwardInfo hfi, string &echo);
|
| D | server.cpp | 629 void HdcServer::BuildForwardVisableLine(bool fullOrSimble, HForwardInfo hfi, string &echo) in BuildForwardVisableLine() argument 633 buf = Base::StringFormat("'%s'\t%s\n", hfi->taskString.c_str(), in BuildForwardVisableLine() 634 hfi->forwardDirection ? "[Forward]" : "[Reverse]"); in BuildForwardVisableLine() 636 buf = Base::StringFormat("%s\n", hfi->taskString.c_str()); in BuildForwardVisableLine()
|