Home
last modified time | relevance | path

Searched refs:CheckSlotForUpdateSlot (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1255 * @tc.name : CheckSlotForUpdateSlot
1256 * @tc.desc : Test CheckSlotForUpdateSlot function when slot is null, return is ERR_ANS_INVALID_PARAM.
1263 ASSERT_EQ((int)NotificationPreferences::GetInstance()->CheckSlotForUpdateSlot(bundleOption_, nullptr, info), in HWTEST_F()
1269 * @tc.name : CheckSlotForUpdateSlot
1270 * @tc.desc : Test CheckSlotForUpdateSlot function when bundle not existed, return is
1278 ASSERT_EQ((int)NotificationPreferences::GetInstance()->CheckSlotForUpdateSlot(bundleOption_, slot, info), in HWTEST_F()
1284 * @tc.name : CheckSlotForUpdateSlot
1285 * @tc.desc : Test CheckSlotForUpdateSlot function when slot is different type, return is
1294 ASSERT_EQ((int)NotificationPreferences::GetInstance()->CheckSlotForUpdateSlot(bundleOption_, slot, info), in HWTEST_F()
1314 * @tc.name : CheckSlotForUpdateSlot
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h393 ErrCode CheckSlotForUpdateSlot(const sptr<NotificationBundleOption> &bundleOption,
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp220 result = CheckSlotForUpdateSlot(bundleOption, slotIter, preferencesInfo); in UpdateNotificationSlots()
844 ErrCode NotificationPreferences::CheckSlotForUpdateSlot(const sptr<NotificationBundleOption> &bundleOption, in CheckSlotForUpdateSlot() function in OHOS::Notification::NotificationPreferences

Completed in 8 milliseconds