Home
last modified time | relevance | path

Searched defs:notificationKey (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_service_test.cpp61 std::string notificationKey = "notificationId"; variable
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h52 NotificationKey notificationKey; member
/base/notification/distributed_notification_service/services/distributed/src/soft_bus/
Ddistributed_service.cpp69 std::string notificationKey = notification->GetKey(); in GetNotificationKey() local
244 std::string notificationKey = GetNotificationKey(notification); in OnCanceled() local
/base/notification/distributed_notification_service/frameworks/ets/ani/src/subscribe/
Dani_remove.cpp29 void AniRemoveForBundle(ani_env *env, ani_object bundle, ani_object notificationKey, ani_object rea… in AniRemoveForBundle()
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
Dadvanced_notification_service_unit_test.cpp1177 …NotificationKey notificationKey = {.id = request->GetNotificationId(), .label = request->GetLabel(… variable
1206 …NotificationKey notificationKey = {.id = request->GetNotificationId(), .label = request->GetLabel(… variable
1228 …NotificationKey notificationKey = {.id = request->GetNotificationId(), .label = request->GetLabel(… variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp425 NotificationKey notificationKey; in CancelPreparedNotification() local
1335NotificationKey notificationKey, sptr<Notification> &notification, int32_t removeReason, bool isCa… in RemoveFromNotificationList()