Home
last modified time | relevance | path

Searched refs:notificationKey (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp671 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/
Dans_notification.cpp698 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/
Dnapi_get_active.cpp315 retValue = Common::GetNotificationKey(env, result, filter.notificationKey); in ParseGetLiveViewFilter()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h47 NotificationKey notificationKey; member