Searched refs:AuthChannelInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 112 AuthChannelInfo *info = NULL; in GetAuthChannelInfoByChanId() 115 if (memcpy_s(dstInfo, sizeof(AuthChannelInfo), info, sizeof(AuthChannelInfo)) != EOK) { in GetAuthChannelInfoByChanId() 139 AuthChannelInfo *info = NULL; in GetAuthIdByChannelId() 161 AuthChannelInfo *info = NULL; in GetChannelInfoByAuthId() 219 AuthChannelInfo channel; in NotifyOnDataReceived() 277 AuthChannelInfo *item = NULL; in OnRequsetUpdateAuthChannel() 563 AuthChannelInfo info; in OnRecvAuthChannelReply() 623 AuthChannelInfo dstInfo; in OnDisconnect() 764 AuthChannelInfo info; in TransAuthGetNameByChanId() 885 AuthChannelInfo *info = (AuthChannelInfo *)SoftBusCalloc(sizeof(AuthChannelInfo)); in CreateAuthChannelInfo() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/ |
H A D | trans_auth_channel_test.cpp | 286 AuthChannelInfo *channel = CreateAuthChannelInfo(sessionName, isClient); 424 AuthChannelInfo *info = CreateAuthChannelInfo(g_sessionName, isClient); 428 AuthChannelInfo *newInfo = (AuthChannelInfo*)SoftBusCalloc(sizeof(AuthChannelInfo)); 457 AuthChannelInfo *info = CreateAuthChannelInfo(g_sessionName, isClient); 487 AuthChannelInfo *info = CreateAuthChannelInfo(g_sessionName, isClient); 492 AuthChannelInfo *newInfo = (AuthChannelInfo*)SoftBusCalloc(sizeof(AuthChannelInfo)); 496 ret = memcmp(info, newInfo, sizeof(AuthChannelInfo)); 1146 AuthChannelInfo *destInfo = (AuthChannelInfo*)SoftBusCalloc(sizeof(AuthChannelInfo)); 1150 ret = memcmp(info, destInfo, sizeof(AuthChannelInfo)); 1152 memset_s(destInfo, sizeof(AuthChannelInfo), 0, sizeof(AuthChannelInfo)); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/ |
H A D | trans_auth_manager.h | 38 } AuthChannelInfo; typedef
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 664 static bool InstIsMatchAuthChannel(const InstantRemoteInfo *rInfo, const AuthChannelInfo *info) in InstIsMatchAuthChannel() 674 static void InstUpdateRemoteInfoByAuthChannel(InstantRemoteInfo *remoteInfo, const AuthChannelInfo … in InstUpdateRemoteInfoByAuthChannel() 685 const AuthChannelInfo *info) in InstSetParamByAuthChannelInfo() 699 static void InstAddAuthChannelToRemoteInfo(InstantRemoteInfo *remoteInfo, const AuthChannelInfo *in… in InstAddAuthChannelToRemoteInfo() 714 AuthChannelInfo *item = NULL; in InstUpdateByAuthChannelList() 719 LIST_FOR_EACH_ENTRY(item, &sessionList->list, AuthChannelInfo, node) { in InstUpdateByAuthChannelList()
|