Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp541 bool NotificationPreferences::CheckDoNotDisturbProfileID(int32_t profileId) in CheckDoNotDisturbProfileID() function in OHOS::Notification::NotificationPreferences
559 if (!CheckDoNotDisturbProfileID(profile->GetProfileId())) { in AddDoNotDisturbProfiles()
606 if (!CheckDoNotDisturbProfileID(profile->GetProfileId())) { in RemoveDoNotDisturbProfiles()
645 if (!CheckDoNotDisturbProfileID(profileId) || bundleList.empty()) { in UpdateDoNotDisturbProfiles()
777 if (!CheckDoNotDisturbProfileID(profileId)) { in GetDoNotDisturbProfile()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h382 bool CheckDoNotDisturbProfileID(int32_t profileId);