Searched refs:TransAuthCloseChannel (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 384 static void TransAuthCloseChannel(int32_t authId, int32_t linkType, bool isClient) in TransAuthCloseChannel() function 406 TransAuthCloseChannel(authId, linkType, isClient); in TransHandleErrorAndCloseChannel() 551 TransAuthCloseChannel(authId, info->appInfo.linkType, info->isClient); in ChannelReplyErrProc() 634 TransAuthCloseChannel(authId, dstInfo.appInfo.linkType, dstInfo.isClient); in OnDisconnect() 987 TransAuthCloseChannel(channel->authId, LANE_HML_RAW, true); in PostAuthMsg() 994 TransAuthCloseChannel(channel->authId, LANE_HML_RAW, true); in PostAuthMsg() 1004 TransAuthCloseChannel(authId, LANE_HML_RAW, true); in PostAuthMsg() 1090 TransAuthCloseChannel(channel->authId, LANE_HML_RAW, true); in TransOpenAuthMsgChannel() 1097 TransAuthCloseChannel(channel->authId, LANE_HML_RAW, true); in TransOpenAuthMsgChannel() 1107 TransAuthCloseChannel(channel->authId, LANE_HML_RAW, true); in TransOpenAuthMsgChannel() [all …]
|