Searched refs:notificationKey (Results 1 – 4 of 4) sorted by relevance
| /base/notification/distributed_notification_service/frameworks/test/moduletest/ |
| D | ans_fw_module_test.cpp | 671 std::string notificationKey = stream.str(); variable 675 EXPECT_EQ(eventParser.GetOnConsumedReq()[i]->GetKey(), notificationKey); 678 EXPECT_EQ(eventParser.GetOnConsumedWithSortingMapReq()[i]->GetKey(), notificationKey); 680 …eventParser.GetOnConsumedWithSortingMapSor()[i]->GetNotificationSorting(notificationKey, sorting)); 681 EXPECT_EQ(sorting.GetKey().c_str(), notificationKey); 727 std::string notificationKey = stream.str(); variable 729 EXPECT_EQ(eventParser.GetOnCanceledReq()[0]->GetKey(), notificationKey); 730 EXPECT_EQ(eventParser.GetOnCanceledWithSortingMapReq()[0]->GetKey(), notificationKey); 731 …eventParser.GetOnConsumedWithSortingMapSor()[0]->GetNotificationSorting(notificationKey, sorting)); 732 EXPECT_EQ(sorting.GetKey().c_str(), notificationKey); [all …]
|
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| D | ans_notification.cpp | 698 filter.bundle.GetBundleName().c_str(), filter.bundle.GetUid(), filter.notificationKey.id, in GetActiveNotificationByFilter() 699 filter.notificationKey.label.c_str()); in GetActiveNotificationByFilter() 707 …anagerProxy_->GetActiveNotificationByFilter(bo, filter.notificationKey.id, filter.notificationKey.… in GetActiveNotificationByFilter()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
| D | napi_get_active.cpp | 315 retValue = Common::GetNotificationKey(env, result, filter.notificationKey); in ParseGetLiveViewFilter()
|
| /base/notification/distributed_notification_service/interfaces/inner_api/ |
| D | notification_request.h | 47 NotificationKey notificationKey; member
|