Searched defs:NotificationSubscribeInfo (Results 1 – 4 of 4) sorted by relevance
88 struct NotificationSubscribeInfo { struct89 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;
79 struct NotificationSubscribeInfo { struct80 std::vector<std::string> bundleNames;81 int32_t userId = 0;82 bool hasSubscribeInfo = false;
23 using NotificationSubscribeInfo = OHOS::Notification::NotificationSubscribeInfo; variable
27 NotificationSubscribeInfo::NotificationSubscribeInfo() in NotificationSubscribeInfo() function in OHOS::Notification::NotificationSubscribeInfo33 NotificationSubscribeInfo::NotificationSubscribeInfo(const NotificationSubscribeInfo &subscribeInfo) in NotificationSubscribeInfo() function in OHOS::Notification::NotificationSubscribeInfo