Home
last modified time | relevance | path

Searched defs:ScopeGuard (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dscope_guard.h25 explicit ScopeGuard(Function func) : func_(func), dismissed_(false) in ScopeGuard() function in OHOS::AppExecFwk::final
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dscope_guard.h25 explicit ScopeGuard(Function fn) : fn_(fn), dismissed_(false) in ScopeGuard() function in OHOS::AppExecFwk::final
/foundation/bundlemanager/app_domain_verify/services/include/manager/rdb/
H A Dscope_guard.h26 explicit ScopeGuard(Function fn) in ScopeGuard() function in OHOS::AppDomainVerify::final
/foundation/ability/ability_runtime/services/abilitymgr/include/rdb/
H A Dability_resident_process_rdb.h40 explicit ScopeGuard(Function fn) : fn_(fn), dismissed(false) {} in ScopeGuard() function in OHOS::AbilityRuntime::final
/foundation/multimedia/media_foundation/src/buffer/avbuffer/include/
H A Dscope_guard.h29 class ScopeGuard { class
31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() function in OHOS::Detail::ScopeGuard
/foundation/multimedia/av_codec/services/utils/include/
H A Dscope_guard.h29 class ScopeGuard { class
31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() function in OHOS::Detail::ScopeGuard
/foundation/multimedia/player_framework/services/utils/include/
H A Dscope_guard.h29 class ScopeGuard { class
31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() function in OHOS::Detail::ScopeGuard
/foundation/ai/intelligent_voice_framework/utils/
H A Dscope_guard.h23 class ScopeGuard { class
25 explicit ScopeGuard(Func &&f) : func_(std::forward<Func>(f)), active_(true) in ScopeGuard() function in OHOS::IntellVoiceUtils::ScopeGuard
29 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func_)), active_(rhs.active_) in ScopeGuard() function in OHOS::IntellVoiceUtils::ScopeGuard
[all...]

Completed in 5 milliseconds