Home
last modified time | relevance | path

Searched refs:ScheduleUpdateSessionKey (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
Dauth_session_key.h62 void ScheduleUpdateSessionKey(int64_t authId, uint64_t delatMs);
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_key.c339 void ScheduleUpdateSessionKey(int64_t authId, uint64_t delayMs) in ScheduleUpdateSessionKey() function
Dauth_manager.c590 ScheduleUpdateSessionKey(auth->authId, SCHEDULE_UPDATE_SESSION_KEY_PERIOD); in AuthManagerSetSessionKey()