Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_key.c574 static int32_t RemoveUpdateSessionKeyFunc(const void *obj, void *para) in RemoveUpdateSessionKeyFunc() function
592 RemoveAuthEvent(EVENT_UPDATE_SESSION_KEY, RemoveUpdateSessionKeyFunc, (void *)(&authHandle.authId)); in ScheduleUpdateSessionKey()
598 RemoveAuthEvent(EVENT_UPDATE_SESSION_KEY, RemoveUpdateSessionKeyFunc, (void *)(&authId)); in CancelUpdateSessionKey()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp460 int32_t ret = RemoveUpdateSessionKeyFunc(nullptr, nullptr); in HWTEST_F()
462 ret = RemoveUpdateSessionKeyFunc(&authId, nullptr); in HWTEST_F()
464 ret = RemoveUpdateSessionKeyFunc(&authId, &para); in HWTEST_F()
466 ret = RemoveUpdateSessionKeyFunc(&authId, &authId); in HWTEST_F()

Completed in 4 milliseconds