Searched refs:GetAuthHandleByChanId (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_append_test.cpp | 279 ON_CALL(TcpMessageMock, GetAuthHandleByChanId(_, _)) 312 ON_CALL(TcpMessageMock, GetAuthHandleByChanId(_, _)) 340 ON_CALL(TcpMessageMock, GetAuthHandleByChanId(_, _)) 365 ON_CALL(TcpMessageMock, GetAuthHandleByChanId(_, _)) 1074 ON_CALL(TcpMessageMock, GetAuthHandleByChanId(_, _)) 1096 ON_CALL(TcpMessageMock, GetAuthHandleByChanId(_, _)) 1180 ON_CALL(TcpMessageMock, GetAuthHandleByChanId(_, _)) 1204 ON_CALL(TcpMessageMock, GetAuthHandleByChanId(_, _)) 1228 ON_CALL(TcpMessageMock, GetAuthHandleByChanId(_, _)) 1251 ON_CALL(TcpMessageMock, GetAuthHandleByChanId(_, _)) [all …]
|
H A D | trans_tcp_direct_message_test.cpp | 388 int32_t ret = GetAuthHandleByChanId(channelId, &authHandle); 400 ret = GetAuthHandleByChanId(channelId, &authHandle);
|
H A D | trans_server_tcp_direct_test.cpp | 514 ret = GetAuthHandleByChanId(g_conn->channelId, &authHandle);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/ |
H A D | trans_tcp_direct_message_test_mock.cpp | 49 int32_t GetAuthHandleByChanId(int32_t channelId, AuthHandle *authHandle) in GetAuthHandleByChanId() function 51 return GetTransTcpDirectMessageInterface()->GetAuthHandleByChanId(channelId, authHandle); in GetAuthHandleByChanId()
|
H A D | trans_tcp_direct_message_test_mock.h | 40 virtual int32_t GetAuthHandleByChanId(int32_t channelId, AuthHandle *authHandle) = 0; 90 MOCK_METHOD2(GetAuthHandleByChanId, int32_t (int32_t channelId, AuthHandle *authHandle));
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/ |
H A D | trans_tcp_direct_sessionconn.h | 106 int32_t GetAuthHandleByChanId(int32_t channelId, AuthHandle *authHandle);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_message.c | 214 if (GetAuthHandleByChanId(channelId, &authHandle) != SOFTBUS_OK || in PackBytes() 259 if (GetAuthHandleByChanId(channelId, &authHandle) != SOFTBUS_OK || in TransTdcPostBytes() 1033 …if (GetAuthHandleByChanId(channelId, authHandle) == SOFTBUS_OK && authHandle->authId != AUTH_INVAL… in GetAuthIdByChannelInfo()
|
H A D | trans_tcp_direct_sessionconn.c | 277 int32_t GetAuthHandleByChanId(int32_t channelId, AuthHandle *authHandle) in GetAuthHandleByChanId() function
|