Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h88 struct NotificationSubscribeInfo { struct
89 std::vector<std::string> bundleNames;
90 int32_t userId = 0;
91 bool hasSubscribeInfo = false;
92 std::string deviceType;
93 std::vector<NotificationConstant::SlotType> slotTypes;
94 uint32_t filterType = 0;
/base/location/frameworks/js/napi/notification/include/
Dnotification_napi.h79 struct NotificationSubscribeInfo { struct
80 std::vector<std::string> bundleNames;
81 int32_t userId = 0;
82 bool hasSubscribeInfo = false;
/base/notification/distributed_notification_service/frameworks/ets/ani/include/
Dsts_subscribe_info.h23 using NotificationSubscribeInfo = OHOS::Notification::NotificationSubscribeInfo; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscribe_info.cpp27 NotificationSubscribeInfo::NotificationSubscribeInfo() in NotificationSubscribeInfo() function in OHOS::Notification::NotificationSubscribeInfo
33 NotificationSubscribeInfo::NotificationSubscribeInfo(const NotificationSubscribeInfo &subscribeInfo) in NotificationSubscribeInfo() function in OHOS::Notification::NotificationSubscribeInfo