Searched refs:TransAuthChannelMsgPack (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/ |
H A D | trans_auth_message_test.cpp | 67 int32_t ret = TransAuthChannelMsgPack(NULL, appInfo); 70 ret = TransAuthChannelMsgPack(msg, NULL);
|
H A D | trans_auth_channel_test.cpp | 721 ret = TransAuthChannelMsgPack(msg, appInfo); 756 ret = TransAuthChannelMsgPack(msg, appInfo); 766 ret = TransAuthChannelMsgPack(msg, appInfo); 801 ret = TransAuthChannelMsgPack(msg, appInfo); 1077 ret = TransAuthChannelMsgPack(msg, appInfo);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/ |
H A D | trans_auth_message.h | 30 int32_t TransAuthChannelMsgPack(cJSON *msg, const AppInfo *appInfo);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_message.c | 27 int32_t TransAuthChannelMsgPack(cJSON *msg, const AppInfo *appInfo) in TransAuthChannelMsgPack() function
|
H A D | trans_auth_manager.c | 830 int32_t ret = TransAuthChannelMsgPack(msg, appInfo); in TransPostAuthChannelMsg()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/softbus_message_open_channel_test/ |
H A D | softbus_message_open_channel_test.cpp | 76 if (TransAuthChannelMsgPack(msg, appInfo) != SOFTBUS_OK) { in TestGetMsgPack()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_p2p_test.cpp | 181 if (TransAuthChannelMsgPack(msg, appInfo) != SOFTBUS_OK) { in TestGetMsgPack()
|
H A D | trans_core_tcp_direct_test.cpp | 129 if (TransAuthChannelMsgPack(msg, appInfo) != SOFTBUS_OK) { in TestGetMsgPack()
|