Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnserver.cc627 int lifetime_secs = ComputeLifetime(msg); in HandleAllocateRequest() local
628 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT); in HandleAllocateRequest()
630 LOG_J(LS_INFO, this) << "Created allocation, lifetime=" << lifetime_secs; in HandleAllocateRequest()
642 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs); in HandleAllocateRequest()
652 int lifetime_secs = ComputeLifetime(msg); in HandleRefreshRequest() local
656 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT); in HandleRefreshRequest()
658 LOG_J(LS_INFO, this) << "Refreshed allocation, lifetime=" << lifetime_secs; in HandleRefreshRequest()
665 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs); in HandleRefreshRequest()