Home
last modified time | relevance | path

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

/base/security/device_auth/services/group_manager/src/channel_manager/
Dchannel_manager.c55 return SERVICE_CHANNEL; in GetChannelType()
66 if (channelType == SERVICE_CHANNEL) { in OpenChannel()
97 if (channelType == SERVICE_CHANNEL) { in HcSendMsg()
/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h162 SERVICE_CHANNEL = 2, enumerator
/base/security/device_auth/services/
Ddevice_auth.c482 if (channelType == SERVICE_CHANNEL) { in StartClientBindSession()
575 channelType = SERVICE_CHANNEL; in BuildServerBindContext()
717 return AddChannelInfoToContext(SERVICE_CHANNEL, DEFAULT_CHANNEL_ID, context); in BuildClientAuthContext()
820 return AddChannelInfoToContext(SERVICE_CHANNEL, DEFAULT_CHANNEL_ID, context); in BuildServerAuthContext()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
Dcompatible_bind_sub_session_util.c239 channelType = SERVICE_CHANNEL; in InformPeerProcessError()