Home
last modified time | relevance | path

Searched refs:GetDoNotDisturbProfiles (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_info_test.cpp125 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 Dnotification_preferences_database_test.cpp1064 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 Dnotification_preferences_info.h318 …bool GetDoNotDisturbProfiles(int32_t profileId, int32_t userId, sptr<NotificationDoNotDisturbProfi…
H A Dnotification_preferences_database.h234 bool GetDoNotDisturbProfiles(
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp309 bool NotificationPreferencesInfo::GetDoNotDisturbProfiles( in GetDoNotDisturbProfiles() function in OHOS::Notification::NotificationPreferencesInfo
H A Dnotification_preferences.cpp652 if (preferencesInfo.GetDoNotDisturbProfiles(profileId, userId, profile)) { in UpdateDoNotDisturbProfiles()
781 if (!preferencesInfo_.GetDoNotDisturbProfiles(profileId, userId, profile)) { in GetDoNotDisturbProfile()
H A Dnotification_preferences_database.cpp550 bool NotificationPreferencesDatabase::GetDoNotDisturbProfiles( in GetDoNotDisturbProfiles() function in OHOS::Notification::NotificationPreferencesDatabase
1614 GetDoNotDisturbProfiles(data.first, profile, userId); in GetDoNotDisturbProfile()