Home
last modified time | relevance | path

Searched refs:notificationLabel (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
Devent_report.h55 std::string notificationLabel; member
/base/notification/distributed_notification_service/services/ans/src/
Devent_report.cpp206 EVENT_PARAM_NOTIFICATION_LABEL, eventInfo.notificationLabel, in InnerSendCancelEvent()
217 EVENT_PARAM_NOTIFICATION_LABEL, eventInfo.notificationLabel, in InnerSendRemoveEvent()
Dadvanced_notification_service.cpp4293 eventInfo.notificationLabel = label; in SendCancelHiSysEvent()
4308 eventInfo.notificationLabel = label; in SendRemoveHiSysEvent()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_hisysevent_test.cpp361 eventInfo.notificationLabel = TEST_NOTIFICATION_LABEL; in HWTEST_F()
387 eventInfo.notificationLabel = TEST_NOTIFICATION_LABEL; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp660 std::string notificationLabel = std::to_string(i); variable
666 << notificationLabel << KEY_SPLITER << notificationIdInt;
669 EXPECT_EQ(eventParser.GetOnConsumedReq()[i]->GetLabel().c_str(), notificationLabel);
672 … EXPECT_EQ(eventParser.GetOnConsumedWithSortingMapReq()[i]->GetLabel().c_str(), notificationLabel);