/base/useriam/fingerprint_auth/services_ex/src/ |
D | screen_state_monitor.cpp | 47 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/ |
D | power_level_event_system_test_on.cpp | 82 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/ |
D | device_state_observer.cpp | 38 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/ |
D | system_event_observer.cpp | 32 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/ |
D | power_mgr_notify_test.cpp | 78 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/ |
D | power_subscriber.cpp | 36 if (action == CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in OnReceiveEvent()
|
D | time_tick_notify.cpp | 55 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in Init()
|
/base/powermgr/power_manager/services/native/src/ |
D | power_mgr_notify.cpp | 39 screenOnWant_->SetAction(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in RegisterPublishEvents()
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/ |
D | screen_state_collection.cpp | 67 bool on = receiver->Start(CommonEventSupport::COMMON_EVENT_SCREEN_ON, handlerOn); in RegisterEvent()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | system_event_observer_test.cpp | 121 data.SetWant(want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON));
|
/base/telephony/core_service/services/network_search/include/ |
D | device_state_observer.h | 41 COMMON_EVENT_SCREEN_ON, enumerator
|
/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_observer_test.cpp | 80 bool on = receiver->Start(CommonEventSupport::COMMON_EVENT_SCREEN_ON, handlerOn);
|
/base/time/time_service/test/unittest/service_test/src/ |
D | time_service_test.cpp | 792 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/ |
D | common_event_support.h | 83 static const std::string COMMON_EVENT_SCREEN_ON; variable
|
/base/notification/common_event_service/frameworks/native/src/ |
D | common_event_support.cpp | 86 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/ |
D | support.cpp | 51 …SetNamedPropertyByStr(env, obj, EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON, "COMMON_EVEN… in SupportInit()
|
/base/notification/common_event_service/ |
D | README_zh.md | 439 | COMMON_EVENT_SCREEN_ON | usual.event.SCREEN_ON …
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_fw_module_test.cpp | 424 data.SetWant(want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON)); in PublishCommonEventScreenStatus()
|