Home
last modified time | relevance | path

Searched defs:subscribers_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1266 std::map<std::shared_ptr<NotificationSubscriber>, sptr<SubscriberListener>> subscribers_; variable
/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_sdk_adaptor.h48 sptr<AcquireDataManagerCallbackService>> subscribers_; variable
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h165 static UsbdSubscriber subscribers_[MAX_SUBSCRIBER]; variable
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_subscriber_manager.h248 std::vector<SubscriberRecordPtr> subscribers_; variable
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp56 UsbdSubscriber UsbImpl::subscribers_[MAX_SUBSCRIBER] = {{0}}; member in OHOS::HDI::Usb::V1_1::UsbImpl