Home
last modified time | relevance | path

Searched refs:notificationLabels (Results 1 - 6 of 6) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dnotification_tools.h31 void GetAllActiveNotificationsLabels(std::set<std::string> &notificationLabels);
H A Dbg_continuous_task_mgr.h125 bool checkNotificationCondition(const std::set<std::string> &notificationLabels, const std::string &label);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_notification_tools.cpp31 void NotificationTools::GetAllActiveNotificationsLabels(std::set<std::string> &notificationLabels) {} in GetAllActiveNotificationsLabels() argument
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp138 WEAK_FUNC void NotificationTools::GetAllActiveNotificationsLabels(std::set<std::string> &notificationLabels) in GetAllActiveNotificationsLabels() argument
148 notificationLabels.emplace(var->GetLabel()); in GetAllActiveNotificationsLabels()
H A Dbg_continuous_task_mgr.cpp274 bool BgContinuousTaskMgr::checkNotificationCondition(const std::set<std::string> &notificationLabels, in checkNotificationCondition() argument
281 auto findLabelIter = find_if(notificationLabels.begin(), notificationLabels.end(), findLabel); in checkNotificationCondition()
282 return findLabelIter != notificationLabels.end(); in checkNotificationCondition()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp242 std::set<std::string> notificationLabels; in HWTEST_F() local
243 NotificationTools::GetInstance()->GetAllActiveNotificationsLabels(notificationLabels); in HWTEST_F()

Completed in 6 milliseconds