Searched refs:ChannelType (Results 1 – 6 of 6) sorted by relevance
/base/security/device_auth/services/group_manager/inc/channel_manager/ |
D | channel_manager.h | 31 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/ |
D | channel_manager.c | 46 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/ |
D | common_defs.h | 164 } ChannelType; typedef
|
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
D | compatible_bind_sub_session_util.c | 237 ChannelType channelType = SOFT_BUS; in InformPeerProcessError()
|
D | compatible_bind_sub_session.c | 520 NotifyBindResult((ChannelType)session->channelType, session->channelId); in OnSessionFinish()
|
/base/security/device_auth/services/ |
D | device_auth.c | 356 ChannelType channelType = GetChannelType(callback, context); in BuildClientBindContext() 474 ChannelType channelType = GetChannelType(callback, context); in StartClientBindSession()
|