Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/time/
H A Dtime_event_proxy_ohos.h38 class TimeEventSubscriber : public CommonEventSubscriber {
40 …explicit TimeEventSubscriber(const CommonEventSubscribeInfo& subscribeInfo) : CommonEventSubscribe… in TimeEventSubscriber() function
62 std::shared_ptr<TimeEventSubscriber> eventFwkSubscriber_;
H A Dtime_event_proxy_ohos.cpp43 void TimeEventSubscriber::OnReceiveEvent(const CommonEventData& /* data */) in OnReceiveEvent()
62 eventFwkSubscriber_ = std::make_shared<TimeEventSubscriber>(subscribeInfo); in TimeEventProxyOhos()