Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
Dauth_manager.h65 void RemoveAuthSessionKeyByIndex(int64_t authId, int32_t index);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_manager_test.cpp285 RemoveAuthSessionKeyByIndex(AUTH_SEQ_3, KEY_INDEX);
286 RemoveAuthSessionKeyByIndex(AUTH_SEQ_1, KEY_INDEX);
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_manager.c1205 RemoveAuthSessionKeyByIndex(msg->authId, msg->keyIndex); in TransProxyProcessResetMsg()
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_manager.c291 void RemoveAuthSessionKeyByIndex(int64_t authId, int32_t index) in RemoveAuthSessionKeyByIndex() function