Home
last modified time | relevance | path

Searched defs:eventListeners_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/security_guard/interfaces/inner_api/collector/include/
H A Dcollector_manager.h46 …::shared_ptr<ICollectorSubscriber>, sptr<SecurityCollectorManagerCallbackService>> eventListeners_; variable
/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Dohos_account_kits_impl.h80 sptr<DistributedAccountEventService>> eventListeners_; variable
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event.h236 std::map<std::shared_ptr<CommonEventSubscriber>, sptr<CommonEventListener>> eventListeners_; variable
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account.h125 std::map<std::shared_ptr<AppAccountSubscriber>, sptr<AppAccountEventListener>> eventListeners_; variable
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h121 std::map<std::shared_ptr<OsAccountSubscriber>, sptr<OsAccountEventListener>> eventListeners_; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_sched_client.h176 std::list<sptr<ResSchedEventListener>>>> eventListeners_; variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_monitor.cpp55 std::map<EventType, std::vector<std::weak_ptr<IEventsListener>>> eventListeners_; in RegisterEventsListener() local