Home
last modified time | relevance | path

Searched defs:notificationLabels (Results 1 – 4 of 4) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
Dmock_notification_tools.cpp35 void NotificationTools::GetAllActiveNotificationsLabels(std::set<std::string> &notificationLabels) … in GetAllActiveNotificationsLabels()
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
Dnotification_tools.cpp106 void NotificationTools::GetAllActiveNotificationsLabels(std::set<std::string> &notificationLabels) in GetAllActiveNotificationsLabels()
Dbg_continuous_task_mgr.cpp257 bool BgContinuousTaskMgr::checkNotificationCondition(const std::set<std::string> &notificationLabel… in checkNotificationCondition()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
Dbgtask_misc_unit_test.cpp253 std::set<std::string> notificationLabels; variable