Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_message.c25 #define CODE_OPEN_AUTH_MSG_CHANNEL 4 macro
39 if (!AddNumberToJsonObject(msg, "CODE", CODE_OPEN_AUTH_MSG_CHANNEL) || in TransAuthChannelMsgPack()
120 if (!AddNumberToJsonObject(obj, "CODE", CODE_OPEN_AUTH_MSG_CHANNEL) || in TransAuthChannelErrorPack()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_message_test.cpp25 #define CODE_OPEN_AUTH_MSG_CHANNEL 4 macro
106 bool res = AddNumberToJsonObject(msg, "CODE", CODE_OPEN_AUTH_MSG_CHANNEL);