Home
last modified time | relevance | path

Searched refs:MakeDoNotDisturbProfileKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp276 std::string NotificationPreferencesInfo::MakeDoNotDisturbProfileKey(int32_t userId, int32_t profile… in MakeDoNotDisturbProfileKey() function in OHOS::Notification::NotificationPreferencesInfo
289 std::string key = MakeDoNotDisturbProfileKey(userId, profile->GetProfileId()); in AddDoNotDisturbProfiles()
303 std::string key = MakeDoNotDisturbProfileKey(userId, profile->GetProfileId()); in RemoveDoNotDisturbProfiles()
316 std::string key = MakeDoNotDisturbProfileKey(userId, profileId); in GetDoNotDisturbProfiles()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h315 std::string MakeDoNotDisturbProfileKey(int32_t userId, int32_t profileId);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_info_test.cpp105 auto res = preferencesInfo->MakeDoNotDisturbProfileKey(userId, profileId);