Searched refs:TransAuthChannelMsgUnpack (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/ |
H A D | trans_auth_message_test.cpp | 73 ret = TransAuthChannelMsgUnpack(NULL, appInfo, 0); 76 ret = TransAuthChannelMsgUnpack(TEST_AUTH_DATA, NULL, 0); 79 ret = TransAuthChannelMsgUnpack(TEST_AUTH_DATA, appInfo, 0); 110 int32_t ret = TransAuthChannelMsgUnpack(data, appInfo, sizeof(data)); 118 ret = TransAuthChannelMsgUnpack(data, appInfo, sizeof(data)); 125 ret = TransAuthChannelMsgUnpack(data, appInfo, sizeof(data)); 132 ret = TransAuthChannelMsgUnpack(data, appInfo, sizeof(data)); 140 ret = TransAuthChannelMsgUnpack(data, appInfo, sizeof(data)); 148 ret = TransAuthChannelMsgUnpack(data, appInfo, sizeof(data)); 176 int32_t ret = TransAuthChannelMsgUnpack(data, appInfo, sizeof(data));
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/ |
H A D | trans_auth_message.h | 31 int32_t TransAuthChannelMsgUnpack(const char *msg, AppInfo *appInfo, int32_t len);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_message.c | 62 int32_t TransAuthChannelMsgUnpack(const char *msg, AppInfo *appInfo, int32_t len) in TransAuthChannelMsgUnpack() function
|
H A D | trans_auth_manager.c | 471 int32_t ret = TransAuthChannelMsgUnpack(data, &appInfo, len); in OnRecvAuthChannelRequest() 572 int32_t ret = TransAuthChannelMsgUnpack(data, &info.appInfo, len); in OnRecvAuthChannelReply()
|