Searched refs:RemoveAuthSessionKeyByIndex (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_manager.h | 84 void RemoveAuthSessionKeyByIndex(int64_t authId, int32_t index, AuthLinkType type);
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_manager.c | 291 void RemoveAuthSessionKeyByIndex(int64_t authId, int32_t index, AuthLinkType type) in RemoveAuthSessionKeyByIndex() function 1417 RemoveAuthSessionKeyByIndex(auth[0]->authId, index, connInfo->type); in HandleDecryptFailData() 1423 RemoveAuthSessionKeyByIndex(auth[1]->authId, index, connInfo->type); in HandleDecryptFailData()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_manager_test.cpp | 944 * @tc.desc: RemoveAuthSessionKeyByIndex test 958 RemoveAuthSessionKeyByIndex(0, 0, AUTH_LINK_TYPE_WIFI); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 1296 RemoveAuthSessionKeyByIndex(msg->authHandle.authId, msg->keyIndex, (AuthLinkType)msg->authHandle.type); in TransProxyProcessResetMsgHelper()
|
Completed in 9 milliseconds