Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/services/edm/include/
Denterprise_device_mgr_ability.h92 std::shared_ptr<EventFwk::CommonEventSubscriber> commonEventSubscriber = nullptr; variable
/base/notification/common_event_service/test/fuzztest/commoneventproxy_fuzzer/
Dcommoneventproxy_fuzzer.cpp30 std::shared_ptr<EventFwk::CommonEventSubscriber> commonEventSubscriber = nullptr; in DoSomethingInterestingWithMyAPI() local
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_listener.cpp22 CommonEventListener::CommonEventListener(const std::shared_ptr<CommonEventSubscriber> &commonEventS… in CommonEventListener()