Home
last modified time | relevance | path

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

/base/security/asset/services/os_dependency/src/
H A Dsystem_event_wrapper.cpp75 class SystemEventHandler : public CommonEventSubscriber { class
77 explicit SystemEventHandler(const CommonEventSubscribeInfo &subscribeInfo, const EventCallBack eventCallBack) in SystemEventHandler() function in __anon2087::SystemEventHandler
79 ~SystemEventHandler() = default;
128 std::shared_ptr<SystemEventHandler> g_eventHandler = nullptr;
129 std::shared_ptr<SystemEventHandler> g_pinEventHandler = nullptr;
137 g_pinEventHandler = std::shared_ptr<SystemEventHandler>( in SubscribePinEvent()
138 new (std::nothrow) SystemEventHandler(info, eventCallBack)); in SubscribePinEvent()
177 g_eventHandler = std::shared_ptr<SystemEventHandler>( in SubscribeSystemEvent()
178 new (std::nothrow) SystemEventHandler(info, eventCallBack)); in SubscribeSystemEvent()

Completed in 1 milliseconds