Home
last modified time | relevance | path

Searched refs:ChannelType (Results 1 - 7 of 7) sorted by relevance

/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/
H A Dchannel_manager.h32 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 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 *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 Dcommon_defs.h178 } ChannelType; typedef
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session_util.c240 ChannelType channelType = SOFT_BUS; in InformPeerProcessError()
H A Dcompatible_bind_sub_session.c539 NotifyBindResult((ChannelType)session->channelType, session->channelId); in OnSessionFinish()
540 CloseChannel((ChannelType)session->channelType, session->channelId); in OnSessionFinish()
/base/security/device_auth/services/
H A Ddevice_auth.c366 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 Ddeviceauth_interface_test.cpp479 ChannelType type = GetChannelType(&callback, jsonParams); in HWTEST_F()

Completed in 8 milliseconds