Home
last modified time | relevance | path

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

/base/useriam/fingerprint_auth/services_ex/src/
Dscreen_state_monitor.cpp47 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in GetCommonEventSubscribeInfo()
107 …if (action != CommonEventSupport::COMMON_EVENT_SCREEN_ON && action != CommonEventSupport::COMMON_E… in OnReceiveEvent()
111 if (action == CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in OnReceiveEvent()
/base/powermgr/power_manager/test/systemtest/src/
Dpower_level_event_system_test_on.cpp82 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in RegisterEvent()
113 EXPECT_EQ(CommonEventSupport::COMMON_EVENT_SCREEN_ON, g_action);
/base/telephony/core_service/services/network_search/src/
Ddevice_state_observer.cpp38 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in StartEventSubscriber()
101 case COMMON_EVENT_SCREEN_ON: in OnReceiveEvent()
181 {CommonEventSupport::COMMON_EVENT_SCREEN_ON, COMMON_EVENT_SCREEN_ON}, in InitEventMap()
/base/notification/distributed_notification_service/services/ans/src/
Dsystem_event_observer.cpp32 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in SystemEventObserver()
77 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in OnReceiveEvent()
/base/powermgr/power_manager/test/unittest/src/
Dpower_mgr_notify_test.cpp78 if (action_ == CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in OnReceive()
89 skill->AddAction(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in RegisterEvent()
/base/time/time_service/services/time/src/
Dpower_subscriber.cpp36 if (action == CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in OnReceiveEvent()
Dtime_tick_notify.cpp55 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in Init()
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_notify.cpp39 screenOnWant_->SetAction(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in RegisterPublishEvents()
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
Dscreen_state_collection.cpp67 bool on = receiver->Start(CommonEventSupport::COMMON_EVENT_SCREEN_ON, handlerOn); in RegisterEvent()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dsystem_event_observer_test.cpp121 data.SetWant(want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON));
/base/telephony/core_service/services/network_search/include/
Ddevice_state_observer.h41 COMMON_EVENT_SCREEN_ON, enumerator
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_observer_test.cpp80 bool on = receiver->Start(CommonEventSupport::COMMON_EVENT_SCREEN_ON, handlerOn);
/base/time/time_service/test/unittest/service_test/src/
Dtime_service_test.cpp792 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON;
799 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON);
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_support.h83 static const std::string COMMON_EVENT_SCREEN_ON; variable
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_support.cpp86 const std::string CommonEventSupport::COMMON_EVENT_SCREEN_ON = "usual.event.SCREEN_ON"; member in OHOS::EventFwk::CommonEventSupport
1382 commonEventSupport_.emplace_back(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in Init()
/base/notification/common_event_service/interfaces/kits/napi/support/src/
Dsupport.cpp51 …SetNamedPropertyByStr(env, obj, EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON, "COMMON_EVEN… in SupportInit()
/base/notification/common_event_service/
DREADME_zh.md439 | COMMON_EVENT_SCREEN_ON | usual.event.SCREEN_ON …
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp424 data.SetWant(want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON)); in PublishCommonEventScreenStatus()