Home
last modified time | relevance | path

Searched refs:RemoveAuthSessionKeyByIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_manager.h84 void RemoveAuthSessionKeyByIndex(int64_t authId, int32_t index, AuthLinkType type);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c289 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 Dauth_manager_test.cpp952 RemoveAuthSessionKeyByIndex(0, 0, AUTH_LINK_TYPE_WIFI);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c1292RemoveAuthSessionKeyByIndex(msg->authHandle.authId, msg->keyIndex, (AuthLinkType)msg->authHandle.t… in TransProxyProcessResetMsgHelper()