Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_manager.h84 void RemoveAuthSessionKeyByIndex(int64_t authId, int32_t index, AuthLinkType type);
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c291 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 Dauth_manager_test.cpp944 * @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 Dsoftbus_proxychannel_manager.c1296 RemoveAuthSessionKeyByIndex(msg->authHandle.authId, msg->keyIndex, (AuthLinkType)msg->authHandle.type); in TransProxyProcessResetMsgHelper()

Completed in 9 milliseconds