Home
last modified time | relevance | path

Searched refs:RemoveUpdateSessionKeyFunc (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_key.c327 static int32_t RemoveUpdateSessionKeyFunc(const void *obj, void *para) in RemoveUpdateSessionKeyFunc() function
341 RemoveAuthEvent(EVENT_UPDATE_SESSION_KEY, RemoveUpdateSessionKeyFunc, (void *)(&authId)); in ScheduleUpdateSessionKey()
347 RemoveAuthEvent(EVENT_UPDATE_SESSION_KEY, RemoveUpdateSessionKeyFunc, (void *)(&authId)); in CancelUpdateSessionKey()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_other_test.cpp523 int32_t ret = RemoveUpdateSessionKeyFunc(nullptr, nullptr);
525 ret = RemoveUpdateSessionKeyFunc(&authId, nullptr);
527 ret = RemoveUpdateSessionKeyFunc(&authId, &para);
529 ret = RemoveUpdateSessionKeyFunc(&authId, &authId);