Home
last modified time | relevance | path

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 Dtrans_tcp_direct_message_test_mock.cpp120 int32_t GetAppInfoById(int32_t channelId, AppInfo *appInfo) in GetAppInfoById() function
122 return GetTransTcpDirectMessageInterface()->GetAppInfoById(channelId, appInfo); in GetAppInfoById()
H A Dtrans_tcp_direct_message_test_mock.h56 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 Dtrans_tcp_direct_sessionconn.h102 int32_t GetAppInfoById(int32_t channelId, AppInfo *appInfo);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_test.cpp351 int32_t ret = GetAppInfoById(channelId, appInfo);
354 ret = GetAppInfoById(channelId, appInfo);
H A Dtrans_server_tcp_direct_test.cpp511 int32_t ret = GetAppInfoById(g_conn->channelId, &appInfo);
H A Dtrans_tcp_direct_message_append_test.cpp1117 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 Dtrans_tcp_direct_sessionconn.c224 int32_t GetAppInfoById(int32_t channelId, AppInfo *appInfo) in GetAppInfoById() function
H A Dtrans_tcp_direct_message.c998 TRANS_CHECK_AND_RETURN_RET_LOGE(GetAppInfoById(channelId, &appInfo) == SOFTBUS_OK, ret, in ProcessMessage()
1039 int32_t ret = GetAppInfoById(channelId, &appInfo); in GetAuthIdByChannelInfo()