Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver.cpp530 HdcServerForClient *sfc = static_cast<HdcServerForClient *>(clsServerForClient); in FetchCommand() local
538 HChannel hChannel = sfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in FetchCommand()
559 sfc->EchoClientRaw(hChannel, payload, payloadSize); in FetchCommand()
565 sfc->EchoClient(hChannel, level, s.c_str()); in FetchCommand()
574 sfc->PushAsyncMessage(channelId, ASYNC_FREE_CHANNEL, nullptr, 0); in FetchCommand()
608 sfc->SendCommandToClient(hChannel, command, payload, payloadSize); in FetchCommand()