Home
last modified time | relevance | path

Searched refs:notificationSlotFlagsTrustlist_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_trust_list.cpp56 notificationSlotFlagsTrustlist_.insert(affect.key()); in GetCcmPrivilegesConfig()
78 if (notificationSlotFlagsTrustlist_.count(bundleOption->GetBundleName()) > 0) { in IsSlotFlagsTrustlistAsBundle()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_trust_list.h43 std::set<std::string> notificationSlotFlagsTrustlist_; variable