Home
last modified time | relevance | path

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 Dtrans_auth_message_test.cpp73 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 Dtrans_auth_message.h31 int32_t TransAuthChannelMsgUnpack(const char *msg, AppInfo *appInfo, int32_t len);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_message.c62 int32_t TransAuthChannelMsgUnpack(const char *msg, AppInfo *appInfo, int32_t len) in TransAuthChannelMsgUnpack() function
H A Dtrans_auth_manager.c471 int32_t ret = TransAuthChannelMsgUnpack(data, &appInfo, len); in OnRecvAuthChannelRequest()
572 int32_t ret = TransAuthChannelMsgUnpack(data, &info.appInfo, len); in OnRecvAuthChannelReply()