Home
last modified time | relevance | path

Searched defs:commonEventSubscriber (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_listener_test.cpp71 std::shared_ptr<CommonEventSubscriber> commonEventSubscriber = nullptr; variable
101 std::shared_ptr<CommonEventSubscriber> commonEventSubscriber = nullptr; variable
117 std::shared_ptr<CommonEventSubscriber> commonEventSubscriber = nullptr; variable
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/conditions/
H A Dnetwork_listener.h52 std::shared_ptr<EventFwk::CommonEventSubscriber> commonEventSubscriber = nullptr; variable
H A Dbattery_status_listener.h55 std::shared_ptr<EventFwk::CommonEventSubscriber> commonEventSubscriber = nullptr; variable
H A Dcharger_listener.h54 std::shared_ptr<EventFwk::CommonEventSubscriber> commonEventSubscriber = nullptr; variable
H A Dscreen_listener.h59 std::shared_ptr<EventFwk::CommonEventSubscriber> commonEventSubscriber = nullptr; variable
H A Dstorage_listener.h68 std::shared_ptr<EventFwk::CommonEventSubscriber> commonEventSubscriber = nullptr; variable
H A Dbattery_level_listener.h59 std::shared_ptr<EventFwk::CommonEventSubscriber> commonEventSubscriber = nullptr; variable
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/policy/
H A Dapp_data_clear_listener.h52 std::shared_ptr<CommonEventSubscriber> commonEventSubscriber = nullptr; variable
/ohos5.0/base/notification/common_event_service/test/fuzztest/commoneventproxy_fuzzer/
H A Dcommoneventproxy_fuzzer.cpp30 std::shared_ptr<EventFwk::CommonEventSubscriber> commonEventSubscriber = nullptr; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/customization/enterprise_device_management/services/edm/include/
H A Denterprise_device_mgr_ability.h154 std::shared_ptr<EventFwk::CommonEventSubscriber> commonEventSubscriber = nullptr; variable
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_listener.cpp26 CommonEventListener::CommonEventListener(const std::shared_ptr<CommonEventSubscriber> &commonEventS… in CommonEventListener()