Home
last modified time | relevance | path

Searched refs:GetNotificationSorting (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_sorting_map_test.cpp48 EXPECT_EQ(rrc->GetNotificationSorting(key, sorting), false);
121 …EXPECT_EQ(newSortingMap->GetNotificationSorting(std::to_string(MAX_ACTIVE_NUM), sortingTmp), true);
170 EXPECT_EQ(rrc->GetNotificationSorting(key, sorting), false);
187 EXPECT_EQ(rrc->GetNotificationSorting("test", sorting), false);
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp228 sortingMap->GetNotificationSorting("_1_testLabel_0", sorting1); in __anonfcca8a570202()
229 sortingMap->GetNotificationSorting("_1_testLabel_1", sorting2); in __anonfcca8a570202()
322 sortingMap->GetNotificationSorting("_1_testLabel_0", sorting1); in __anonfcca8a570402()
323 sortingMap->GetNotificationSorting("_1_testLabel_1", sorting2); in __anonfcca8a570402()
577 sortingMap->GetNotificationSorting("_1_testLabel_0", sorting1); in __anonfcca8a570a02()
578 sortingMap->GetNotificationSorting("_1_testLabel_1", sorting2); in __anonfcca8a570a02()
671 sortingMap->GetNotificationSorting("_1_testLabel_0", sorting1); in __anonfcca8a570c02()
672 sortingMap->GetNotificationSorting("_1_testLabel_1", sorting2); in __anonfcca8a570c02()
900 sortingMap->GetNotificationSorting("_1_testLabel_0", sorting1); in __anonfcca8a571102()
901 sortingMap->GetNotificationSorting("_1_testLabel_1", sorting2); in __anonfcca8a571102()
[all …]
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_sorting_map.h54 bool GetNotificationSorting(const std::string &key, NotificationSorting &sorting) const;
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationsortingmap_fuzzer/
H A Dnotificationsortingmap_fuzzer.cpp32 notificationSortingMap.GetNotificationSorting(stringData, notificationSorting); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_sorting_map.cpp44 bool NotificationSortingMap::GetNotificationSorting(const std::string &key, NotificationSorting &so… in GetNotificationSorting() function in OHOS::Notification::NotificationSortingMap
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp683 …eventParser.GetOnConsumedWithSortingMapSor()[i]->GetNotificationSorting(notificationKey, sorting));
734 …EXPECT_TRUE(eventParser.GetOnConsumedWithSortingMapSor()[0]->GetNotificationSorting(notificationKe…
1007 …EXPECT_TRUE(eventParser.GetOnConsumedWithSortingMapSor()[0]->GetNotificationSorting(notificationKe…
1102 …EXPECT_TRUE(eventParser.GetOnConsumedWithSortingMapSor()[0]->GetNotificationSorting(notificationKe…
1114 …EXPECT_TRUE(eventParser.GetOnConsumedWithSortingMapSor()[1]->GetNotificationSorting(notificationKe…
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp62 if (sortingMap->GetNotificationSorting(key, sorting)) { in SetNotificationSortingMap()