Home
last modified time | relevance | path

Searched refs:notificationLabel (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dtask_notification_subscriber.cpp60 std::string notificationLabel = request.GetLabel(); in OnCanceled() local
61 std::vector<std::string> labelSplits = StringSplit(notificationLabel, LABEL_SPLITER); in OnCanceled()
79 BGTASK_LOGI("stop continuous task by user, the label is : %{public}s", notificationLabel.c_str()); in OnCanceled()
H A Dnotification_tools.cpp93 std::string notificationLabel = CreateNotificationLabel(continuousTaskRecord->uid_, in PublishNotification() local
108 notificationRequest.SetLabel(notificationLabel); in PublishNotification()
115 BGTASK_LOGE("publish notification error, %{public}s, %{public}d", notificationLabel.c_str(), in PublishNotification()
119 continuousTaskRecord->notificationLabel_ = notificationLabel; in PublishNotification()

Completed in 1 milliseconds