Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager_inner.cpp172 bool ReminderDataManager::CheckShowLimit(std::unordered_map<std::string, int32_t>& limits, int32_t&… in CheckShowLimit() function in OHOS::Notification::ReminderDataManager
H A Dreminder_data_manager.cpp984 if (!CheckShowLimit(limits, totalCount, (*it))) { in ShowActiveReminderExtendLocked()
1302 if (!CheckShowLimit(limits, totalCount, (*it))) { in HandleImmediatelyShow()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h670 bool CheckShowLimit(std::unordered_map<std::string, int32_t>& limits, int32_t& totalCount,