Searched refs:RemoveAuthSessionKeyByIndex (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_manager.h | 84 void RemoveAuthSessionKeyByIndex(int64_t authId, int32_t index, AuthLinkType type);
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_manager.c | 289 void RemoveAuthSessionKeyByIndex(int64_t authId, int32_t index, AuthLinkType type) in RemoveAuthSessionKeyByIndex() function 1415 RemoveAuthSessionKeyByIndex(auth[0]->authId, index, connInfo->type); in HandleDecryptFailData() 1421 RemoveAuthSessionKeyByIndex(auth[1]->authId, index, connInfo->type); in HandleDecryptFailData()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_manager_test.cpp | 952 RemoveAuthSessionKeyByIndex(0, 0, AUTH_LINK_TYPE_WIFI);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 1292 …RemoveAuthSessionKeyByIndex(msg->authHandle.authId, msg->keyIndex, (AuthLinkType)msg->authHandle.t… in TransProxyProcessResetMsgHelper()
|