Searched refs:MakeDoNotDisturbProfileKey (Results 1 – 3 of 3) sorted by relevance
276 std::string NotificationPreferencesInfo::MakeDoNotDisturbProfileKey(int32_t userId, int32_t profile… in MakeDoNotDisturbProfileKey() function in OHOS::Notification::NotificationPreferencesInfo289 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()
315 std::string MakeDoNotDisturbProfileKey(int32_t userId, int32_t profileId);
105 auto res = preferencesInfo->MakeDoNotDisturbProfileKey(userId, profileId);