Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp275 std::string NotificationPreferencesInfo::MakeDoNotDisturbProfileKey(int32_t userId, int32_t profileId) in MakeDoNotDisturbProfileKey() function in OHOS::Notification::NotificationPreferencesInfo
288 std::string key = MakeDoNotDisturbProfileKey(userId, profile->GetProfileId()); in AddDoNotDisturbProfiles()
302 std::string key = MakeDoNotDisturbProfileKey(userId, profile->GetProfileId()); in RemoveDoNotDisturbProfiles()
315 std::string key = MakeDoNotDisturbProfileKey(userId, profileId); in GetDoNotDisturbProfiles()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h314 std::string MakeDoNotDisturbProfileKey(int32_t userId, int32_t profileId);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_info_test.cpp96 * @tc.desc: test MakeDoNotDisturbProfileKey can convert key right.
105 auto res = preferencesInfo->MakeDoNotDisturbProfileKey(userId, profileId); in HWTEST_F()

Completed in 3 milliseconds