Searched refs:PutImportance (Results 1 – 5 of 5) sorted by relevance
122 …preferncesDB_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::…124 …preferncesDB_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::…126 …preferncesDB_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::…127 EXPECT_TRUE(preferncesDB_->PutImportance(130 …preferncesDB_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::…131 EXPECT_TRUE(preferncesDB_->PutImportance(147 …preferncesDB_->PutImportance(bundleInfo, OHOS::Notification::NotificationSlot::NotificationLevel::…
70 …bool PutImportance(const NotificationPreferencesInfo::BundleInfo &bundleInfo, const int32_t &impor…
157 ASSERT_EQ(preferncesDB_->PutImportance(bundleInfo, importance), false);
923 storeDBResult = preferncesDB_->PutImportance(bundleInfo, value); in SaveBundleProperty()
334 bool NotificationPreferencesDatabase::PutImportance( in PutImportance() function in OHOS::Notification::NotificationPreferencesDatabase