Home
last modified time | relevance | path

Searched refs:active_ (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/intelligent_voice/utils/
H A Dscope_guard.h26 ScopeGuard(Func &&f) : func_(std::forward<Func>(f)), active_(true) in ScopeGuard()
30 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func)), active_(rhs.active_) in ScopeGuard()
37 if (active_) { in ~ScopeGuard()
44 active_ = false; in Disable()
49 return active_; in Active()
54 if (active_) { in EarlyExit()
57 active_ = false; in EarlyExit()
61 bool active_; member in OHOS::IntelligentVoice::Utils::ScopeGuard

Completed in 1 milliseconds