Home
last modified time | relevance | path

Searched refs:IamScopeGuard (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/common/utils/
H A Diam_scope_guard.h29 class IamScopeGuard : public NoCopyable {
32 explicit IamScopeGuard(ExitAction &&action) : action_(std::forward<ExitAction>(action)) in IamScopeGuard() function
35 ~IamScopeGuard() override in ~IamScopeGuard()
50 #define ON_SCOPE_EXIT_ID(id, ...) auto exitGuard##id = OHOS::UserIam::Common::IamScopeGuard([]() { …