Searched refs:RemoveUpdateSessionKeyFunc (Results 1 – 2 of 2) sorted by relevance
327 static int32_t RemoveUpdateSessionKeyFunc(const void *obj, void *para) in RemoveUpdateSessionKeyFunc() function341 RemoveAuthEvent(EVENT_UPDATE_SESSION_KEY, RemoveUpdateSessionKeyFunc, (void *)(&authId)); in ScheduleUpdateSessionKey()347 RemoveAuthEvent(EVENT_UPDATE_SESSION_KEY, RemoveUpdateSessionKeyFunc, (void *)(&authId)); in CancelUpdateSessionKey()
523 int32_t ret = RemoveUpdateSessionKeyFunc(nullptr, nullptr);525 ret = RemoveUpdateSessionKeyFunc(&authId, nullptr);527 ret = RemoveUpdateSessionKeyFunc(&authId, ¶);529 ret = RemoveUpdateSessionKeyFunc(&authId, &authId);