Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds