Home
last modified time | relevance | path

Searched refs:PutShowBadge (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp94 EXPECT_TRUE(preferncesDB_->PutShowBadge(bundleInfo, true)); in HWTEST_F()
95 EXPECT_TRUE(preferncesDB_->PutShowBadge(bundleInfo, false)); in HWTEST_F()
107 EXPECT_FALSE(preferncesDB_->PutShowBadge(bundleInfo, false)); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h60 bool PutShowBadge(const NotificationPreferencesInfo::BundleInfo &bundleInfo, const bool &enable);
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp123 * @tc.desc : test PutShowBadge function and CheckBundle is false
135 // test PutShowBadge function in HWTEST_F()
137 ASSERT_EQ(preferncesDB_->PutShowBadge(bundleInfo, enable), false); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp908 storeDBResult = preferncesDB_->PutShowBadge(bundleInfo, value); in SaveBundleProperty()
H A Dnotification_preferences_database.cpp316 bool NotificationPreferencesDatabase::PutShowBadge( in PutShowBadge() function in OHOS::Notification::NotificationPreferencesDatabase

Completed in 12 milliseconds