Searched refs:GetAppInfoById (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/ |
H A D | trans_tcp_direct_message_test_mock.cpp | 120 int32_t GetAppInfoById(int32_t channelId, AppInfo *appInfo) in GetAppInfoById() function 122 return GetTransTcpDirectMessageInterface()->GetAppInfoById(channelId, appInfo); in GetAppInfoById()
|
H A D | trans_tcp_direct_message_test_mock.h | 56 virtual int32_t GetAppInfoById(int32_t channelId, AppInfo *appInfo) = 0; 106 MOCK_METHOD2(GetAppInfoById, int32_t (int32_t channelId, AppInfo *appInfo));
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/ |
H A D | trans_tcp_direct_sessionconn.h | 102 int32_t GetAppInfoById(int32_t channelId, AppInfo *appInfo);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_test.cpp | 351 int32_t ret = GetAppInfoById(channelId, appInfo); 354 ret = GetAppInfoById(channelId, appInfo);
|
H A D | trans_server_tcp_direct_test.cpp | 511 int32_t ret = GetAppInfoById(g_conn->channelId, &appInfo);
|
H A D | trans_tcp_direct_message_append_test.cpp | 1117 EXPECT_CALL(TcpMessageMock, GetAppInfoById).WillOnce(Return(SOFTBUS_MEM_ERR)); 1137 EXPECT_CALL(TcpMessageMock, GetAppInfoById).WillOnce(Return(SOFTBUS_OK)); 1157 EXPECT_CALL(TcpMessageMock, GetAppInfoById).WillOnce(Return(SOFTBUS_OK));
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_sessionconn.c | 224 int32_t GetAppInfoById(int32_t channelId, AppInfo *appInfo) in GetAppInfoById() function
|
H A D | trans_tcp_direct_message.c | 998 TRANS_CHECK_AND_RETURN_RET_LOGE(GetAppInfoById(channelId, &appInfo) == SOFTBUS_OK, ret, in ProcessMessage() 1039 int32_t ret = GetAppInfoById(channelId, &appInfo); in GetAuthIdByChannelInfo()
|