Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver.cpp865 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in AttachChannel() local
866 HChannel hChannel = hSfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in AttachChannel()
884 uv_read_start((uv_stream_t *)&hChannel->hChildWorkTCP, hSfc->AllocCallback, hSfc->ReadStream); in AttachChannel()
890 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in DeatchChannel() local
892 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannel()
922 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in ServerCommand() local
923 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in ServerCommand()
1017 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in EchoToClientsForSession() local
1019 hSfc->EchoToAllChannelsViaSessionId(targetSessionId, echo); in EchoToClientsForSession()