Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp138 … void NotificationTools::GetAllActiveNotificationsLabels(std::set<std::string> &notificationLabels) in GetAllActiveNotificationsLabels()
H A Dbg_continuous_task_mgr.cpp270 bool BgContinuousTaskMgr::checkNotificationCondition(const std::set<std::string> &notificationLabel… in checkNotificationCondition()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp243 std::set<std::string> notificationLabels; variable