Home
last modified time | relevance | path

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 Dtrans_auth_message_test.cpp67 int32_t ret = TransAuthChannelMsgPack(NULL, appInfo);
70 ret = TransAuthChannelMsgPack(msg, NULL);
H A Dtrans_auth_channel_test.cpp721 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 Dtrans_auth_message.h30 int32_t TransAuthChannelMsgPack(cJSON *msg, const AppInfo *appInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_message.c27 int32_t TransAuthChannelMsgPack(cJSON *msg, const AppInfo *appInfo) in TransAuthChannelMsgPack() function
H A Dtrans_auth_manager.c830 int32_t ret = TransAuthChannelMsgPack(msg, appInfo); in TransPostAuthChannelMsg()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/softbus_message_open_channel_test/
H A Dsoftbus_message_open_channel_test.cpp76 if (TransAuthChannelMsgPack(msg, appInfo) != SOFTBUS_OK) { in TestGetMsgPack()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_test.cpp181 if (TransAuthChannelMsgPack(msg, appInfo) != SOFTBUS_OK) { in TestGetMsgPack()
H A Dtrans_core_tcp_direct_test.cpp129 if (TransAuthChannelMsgPack(msg, appInfo) != SOFTBUS_OK) { in TestGetMsgPack()