Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp638 int getImportance = 0; variable
640 …)NotificationPreferences::GetInstance()->GetImportance(bundleOption_, getImportance), (int)ERR_OK);
641 ASSERT_EQ(getImportance, 1);
651 int getImportance = 0; variable
652 …T_EQ((int)NotificationPreferences::GetInstance()->GetImportance(bundleEmptyOption_, getImportance),
663 int getImportance = 0; variable
664 ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetImportance(nullptr, getImportance),