Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dchannel.cpp297 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in SendWithCmd()
343 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in Send()
371 } while (AdminChannel(OP_QUERY, uid, nullptr) != nullptr); in GetChannelPseudoUid()
400 AdminChannel(OP_ADD, channelId, hChannel); in MallocChannel()
417 thisClass->AdminChannel(OP_REMOVE, hChannel->channelId, nullptr); in FreeChannelFinally()
489 HChannel hChannel = AdminChannel(OP_QUERY, channelId, nullptr); in FreeChannel()
501 HChannel HdcChannelBase::AdminChannel(const uint8_t op, const uint32_t channelId, HChannel hInput) in AdminChannel() function in Hdc::HdcChannelBase
Dchannel.h24 HChannel AdminChannel(const uint8_t op, const uint32_t channelId, HChannel hInput);
/developtools/hdc/src/host/
Dserver.cpp527 HChannel hChannel = sfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in FetchCommand()
852 HChannel hChannel = hSfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in AttachChannel()
878 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannel()
909 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in ServerCommand()
Dclient.cpp531 AdminChannel(OP_UPDATE, unOld, hChannel); in PreHandshake()