Searched refs:ChannelType (Results 1 - 7 of 7) sorted by relevance
/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/ |
H A D | channel_manager.h | 32 ChannelType GetChannelType(const DeviceAuthCallback *callback, const CJson *jsonParams); 33 int32_t OpenChannel(ChannelType channelType, const CJson *jsonParams, int64_t requestId, int64_t *returnChannelId); 34 void CloseChannel(ChannelType channelType, int64_t channelId); 35 int32_t HcSendMsg(ChannelType channelType, int64_t requestId, int64_t channelId, 37 void NotifyBindResult(ChannelType channelType, int64_t channelId);
|
/base/security/device_auth/services/legacy/group_manager/src/channel_manager/ |
H A 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 *returnChannelId) 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/ |
H A D | common_defs.h | 178 } ChannelType; typedef
|
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session_util.c | 240 ChannelType channelType = SOFT_BUS; in InformPeerProcessError()
|
H A D | compatible_bind_sub_session.c | 539 NotifyBindResult((ChannelType)session->channelType, session->channelId); in OnSessionFinish() 540 CloseChannel((ChannelType)session->channelType, session->channelId); in OnSessionFinish()
|
/base/security/device_auth/services/ |
H A D | device_auth.c | 366 ChannelType channelType = GetChannelType(callback, context); in BuildClientBindContext() 559 ChannelType channelType = GetChannelType(callback, context); in StartClientBindSession()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 479 ChannelType type = GetChannelType(&callback, jsonParams); in HWTEST_F()
|
Completed in 15 milliseconds