Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_subscriber_manager.cpp552 std::string notificationKeys = ""; in BatchNotifyCanceledInner() local
554 notificationKeys.append(notification->GetKey()).append("-"); in BatchNotifyCanceledInner()
556 ANS_LOGI("CancelNotification key = %{public}s", notificationKeys.c_str()); in BatchNotifyCanceledInner()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp310 std::string notificationKeys = ""; in OnBatchCanceled() local
312 notificationKeys.append(notification->GetKey()).append("-"); in OnBatchCanceled()
314 ANS_LOGI("OnBatchCancel. cancel keys = %{public}s", notificationKeys.c_str()); in OnBatchCanceled()

Completed in 4 milliseconds