Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h56 #define JSON_KEY_CRC "CRC" macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c442 !AddNumberToJsonObject(root, JSON_KEY_CRC, appInfo->crc)) { in PackHandshakeMsgForNormal()
566 !AddNumberToJsonObject(root, JSON_KEY_CRC, appInfo->crc) || in TransProxyPackHandshakeAckMsg()
668 !GetJsonObjectNumberItem(root, JSON_KEY_CRC, &chanInfo->appInfo.crc) || in TransProxyUnpackHandshakeAckMsg()
744 !GetJsonObjectNumberItem(root, JSON_KEY_CRC, &appInfo->crc)) { in TransProxyUnpackNormalHandshakeMsg()