Lines Matching refs:MSG_ALLOCATION_TIMEOUT
50 MSG_ALLOCATION_TIMEOUT, enumerator
578 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT); in ~TurnServerAllocation()
628 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT); in HandleAllocateRequest()
655 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT); in HandleRefreshRequest()
656 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT); in HandleRefreshRequest()
891 ASSERT(msg->message_id == MSG_ALLOCATION_TIMEOUT); in OnMessage()
916 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT); in ~Permission()
920 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT); in Refresh()
921 thread_->PostDelayed(kPermissionTimeout, this, MSG_ALLOCATION_TIMEOUT); in Refresh()
925 ASSERT(msg->message_id == MSG_ALLOCATION_TIMEOUT); in OnMessage()
937 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT); in ~Channel()
941 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT); in Refresh()
942 thread_->PostDelayed(kChannelTimeout, this, MSG_ALLOCATION_TIMEOUT); in Refresh()
946 ASSERT(msg->message_id == MSG_ALLOCATION_TIMEOUT); in OnMessage()