Home
last modified time | relevance | path

Searched refs:TransProxyUnpackAuthHandshakeMsg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_message_test.cpp1192 int32_t ret = TransProxyUnpackAuthHandshakeMsg(nullptr, &appInfo);
1195 ret = TransProxyUnpackAuthHandshakeMsg(msg, &appInfo);
1198 ret = TransProxyUnpackAuthHandshakeMsg(msg, &appInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c777 static int32_t TransProxyUnpackAuthHandshakeMsg(cJSON *root, AppInfo *appInfo) in TransProxyUnpackAuthHandshakeMsg() function
840 ret = TransProxyUnpackAuthHandshakeMsg(root, appInfo); in TransProxyUnpackHandshakeMsg()