Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c67 static void TransPostAuthChannelErrMsg(int32_t authId, int32_t errcode, const char *errMsg);
415 TransPostAuthChannelErrMsg(authId, ret, "session not created"); in TransHandleAuthChannelSetupProcess()
428 TransPostAuthChannelErrMsg(authId, ret, "unpackRequest"); in TransHandleAuthChannelSetupProcess()
438 TransPostAuthChannelErrMsg(authId, ret, "NotifyOpenAuthChannelSuccess failed"); in TransHandleAuthChannelSetupProcess()
445 TransPostAuthChannelErrMsg(authId, ret, "send reply failed"); in TransHandleAuthChannelSetupProcess()
474 TransPostAuthChannelErrMsg(authId, ret, "unpackRequest"); in OnRecvAuthChannelRequest()
483TransPostAuthChannelErrMsg(authId, SOFTBUS_TRANS_AUTH_NOTALLOW_OPENED, "check msginfo failed"); in OnRecvAuthChannelRequest()
860 static void TransPostAuthChannelErrMsg(int32_t authId, int32_t errcode, const char *errMsg) in TransPostAuthChannelErrMsg() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_channel_test.cpp401 TransPostAuthChannelErrMsg(authId, errcode, NULL);
402 TransPostAuthChannelErrMsg(authId, errcode, errMsg);