Searched defs:ScopeGuard (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/drivers/peripheral/intelligent_voice/utils/ |
H A D | scope_guard.h | 26 ScopeGuard(Func &&f) : func_(std::forward<Func>(f)), active_(true) in ScopeGuard() function 30 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func)), active_(rhs.active_) in ScopeGuard() function
|
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/ |
H A D | scope_guard.h | 25 explicit ScopeGuard(Func &&f) : func_(std::forward<Func>(f)), active_(true) in ScopeGuard() function 29 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func_)), active_(rhs.active_) in ScopeGuard() function
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/manager/rdb/ |
H A D | scope_guard.h | 26 explicit ScopeGuard(Function fn) in ScopeGuard() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | scope_guard.h | 25 explicit ScopeGuard(Function fn) : fn_(fn), dismissed_(false) in ScopeGuard() function
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | scope_guard.h | 25 explicit ScopeGuard(Function func) : func_(func), dismissed_(false) in ScopeGuard() function
|
/ohos5.0/foundation/multimedia/av_codec/services/utils/include/ |
H A D | scope_guard.h | 31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() function
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/include/ |
H A D | scope_guard.h | 31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() function
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/ |
H A D | scope_guard.h | 31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() function
|
/ohos5.0/base/update/updater/utils/include/ |
H A D | scope_guard.h | 28 ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() function
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/rdb/ |
H A D | ability_resident_process_rdb.h | 40 explicit ScopeGuard(Function fn) : fn_(fn), dismissed(false) {} in ScopeGuard() function
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/common/ |
H A D | js_util.h | 112 explicit ScopeGuard(napi_env env) : env_(env), scope_(nullptr) in ScopeGuard() function
|