Home
last modified time | relevance | path

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

/base/notification/common_event_service/frameworks/core/test/unittest/
Dcommon_event_listener_test.cpp56 std::shared_ptr<CommonEventSubscriber> commonEventSubscriber = nullptr; variable
70 std::shared_ptr<CommonEventSubscriber> commonEventSubscriber = nullptr; variable
85 std::shared_ptr<CommonEventSubscriber> commonEventSubscriber = nullptr; variable
100 std::shared_ptr<CommonEventSubscriber> commonEventSubscriber = nullptr; variable
116 std::shared_ptr<CommonEventSubscriber> commonEventSubscriber = nullptr; variable
/base/customization/enterprise_device_management/services/edm/include/
Denterprise_device_mgr_ability.h115 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.cpp24 CommonEventListener::CommonEventListener(const std::shared_ptr<CommonEventSubscriber> &commonEventS… in CommonEventListener()