Searched refs:TransPostAuthChannelMsg (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 68 static int32_t TransPostAuthChannelMsg(const AppInfo *appInfo, int32_t authId, int32_t flag); 442 ret = TransPostAuthChannelMsg(appInfo, authId, AUTH_CHANNEL_REPLY); in TransHandleAuthChannelSetupProcess() 819 static int32_t TransPostAuthChannelMsg(const AppInfo *appInfo, int32_t authId, int32_t flag) in TransPostAuthChannelMsg() function 1000 if (TransPostAuthChannelMsg(&channel->appInfo, authId, AUTH_CHANNEL_REQ) != SOFTBUS_OK) { in PostAuthMsg() 1104 ret = TransPostAuthChannelMsg(&channel->appInfo, authId, AUTH_CHANNEL_REQ); in TransOpenAuthMsgChannel()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/ |
H A D | trans_auth_channel_test.cpp | 380 int32_t ret = TransPostAuthChannelMsg(NULL, authId, flag); 383 ret = TransPostAuthChannelMsg(&appInfo, authId, flag); 905 ret =TransPostAuthChannelMsg(appInfo, TRANS_TEST_AUTH_ID, AUTH_CHANNEL_REQ);
|