Searched refs:unLoadTimer_ (Results 1 – 2 of 2) sorted by relevance
472 if (IsUnused() && unLoadTimer_) { in CleanAllNotifyImpl()473 unLoadTimer_->reset(); in CleanAllNotifyImpl()490 if (IsUnused() && unLoadTimer_) { in UnregisterNotify()491 unLoadTimer_->reset(); in UnregisterNotify()663 unLoadTimer_ = std::make_shared<UnloadTimer>([this] { in InitTimer()679 unLoadTimer_->start(); in InitTimer()
285 std::shared_ptr<UnloadTimer> unLoadTimer_ = nullptr; variable