Home
last modified time | relevance | path

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

/base/security/device_auth/services/group_manager/inc/channel_manager/
Dchannel_manager.h31 ChannelType GetChannelType(const DeviceAuthCallback *callback, const CJson *jsonParams);
32 int32_t OpenChannel(ChannelType channelType, const CJson *jsonParams, int64_t requestId, int64_t *r…
33 void CloseChannel(ChannelType channelType, int64_t channelId);
34 int32_t HcSendMsg(ChannelType channelType, int64_t requestId, int64_t channelId,
36 void NotifyBindResult(ChannelType channelType, int64_t channelId);
/base/security/device_auth/services/group_manager/src/channel_manager/
Dchannel_manager.c46 ChannelType GetChannelType(const DeviceAuthCallback *callback, const CJson *jsonParams) in GetChannelType()
60 int32_t OpenChannel(ChannelType channelType, const CJson *jsonParams, int64_t requestId, int64_t *r… in OpenChannel()
87 void CloseChannel(ChannelType channelType, int64_t channelId) in CloseChannel()
94 int32_t HcSendMsg(ChannelType channelType, int64_t requestId, int64_t channelId, in HcSendMsg()
109 void NotifyBindResult(ChannelType channelType, int64_t channelId) in NotifyBindResult()
/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h164 } ChannelType; typedef
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
Dcompatible_bind_sub_session_util.c237 ChannelType channelType = SOFT_BUS; in InformPeerProcessError()
Dcompatible_bind_sub_session.c520 NotifyBindResult((ChannelType)session->channelType, session->channelId); in OnSessionFinish()
/base/security/device_auth/services/
Ddevice_auth.c356 ChannelType channelType = GetChannelType(callback, context); in BuildClientBindContext()
474 ChannelType channelType = GetChannelType(callback, context); in StartClientBindSession()