Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c43 #define AUTH_CHANNEL_REPLY 1 macro
442 ret = TransPostAuthChannelMsg(appInfo, authId, AUTH_CHANNEL_REPLY); in TransHandleAuthChannelSetupProcess()
604 } else if (data->flag == AUTH_CHANNEL_REPLY) { in OnAuthChannelDataRecv()
873 .flag = AUTH_CHANNEL_REPLY, in TransPostAuthChannelErrMsg()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_channel_test.cpp338 data->flag = AUTH_CHANNEL_REPLY;