Home
last modified time | relevance | path

Searched refs:CloseChannel (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/group_manager/inc/channel_manager/
Dchannel_manager.h33 void CloseChannel(ChannelType channelType, int64_t channelId);
/base/security/device_auth/services/group_manager/src/channel_manager/
Dchannel_manager.c83 void CloseChannel(ChannelType channelType, int64_t channelId) in CloseChannel() function
/base/security/device_auth/services/group_manager/src/session/bind_session/
Dbind_session_client.c132 CloseChannel(realSession->channelType, realSession->channelId); in OnBindChannelOpened()
Dbind_session_server.c495 CloseChannel(session->channelType, session->channelId); in CreateServerBindSession()
Dbind_session_common.c1062 CloseChannel(session->channelType, session->channelId); in OnSessionFinish()
1125 CloseChannel(realSession->channelType, realSession->channelId); in ProcessBindSession()