Searched refs:GetDoNotDisturbProfiles (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_info_test.cpp | 125 auto res = preferencesInfo->GetDoNotDisturbProfiles(profileId, userId, profile); 143 auto res = preferencesInfo->GetDoNotDisturbProfiles(profileId, userId, profile); 162 auto res = preferencesInfo->GetDoNotDisturbProfiles(profileId, userId, profile);
|
H A D | notification_preferences_database_test.cpp | 1064 auto res = preferncesDB_->GetDoNotDisturbProfiles(key, profile, -1); 1080 auto res = info.GetDoNotDisturbProfiles(profileId, userId, profile);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_info.h | 318 …bool GetDoNotDisturbProfiles(int32_t profileId, int32_t userId, sptr<NotificationDoNotDisturbProfi…
|
H A D | notification_preferences_database.h | 234 bool GetDoNotDisturbProfiles(
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_info.cpp | 309 bool NotificationPreferencesInfo::GetDoNotDisturbProfiles( in GetDoNotDisturbProfiles() function in OHOS::Notification::NotificationPreferencesInfo
|
H A D | notification_preferences.cpp | 652 if (preferencesInfo.GetDoNotDisturbProfiles(profileId, userId, profile)) { in UpdateDoNotDisturbProfiles() 781 if (!preferencesInfo_.GetDoNotDisturbProfiles(profileId, userId, profile)) { in GetDoNotDisturbProfile()
|
H A D | notification_preferences_database.cpp | 550 bool NotificationPreferencesDatabase::GetDoNotDisturbProfiles( in GetDoNotDisturbProfiles() function in OHOS::Notification::NotificationPreferencesDatabase 1614 GetDoNotDisturbProfiles(data.first, profile, userId); in GetDoNotDisturbProfile()
|