Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h53 #define JSON_KEY_REQUEST_ID "REQUEST_ID" macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c508 if (!AddStringToJsonObject(root, JSON_KEY_REQUEST_ID, appInfo->reqId)) { in TransProxyPackHandshakeMsg()
779 if (!GetJsonObjectStringItem(root, JSON_KEY_REQUEST_ID, appInfo->reqId, REQ_ID_SIZE_MAX)) { in TransProxyUnpackAuthHandshakeMsg()