Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp122 …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::…
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h70 …bool PutImportance(const NotificationPreferencesInfo::BundleInfo &bundleInfo, const int32_t &impor…
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp157 ASSERT_EQ(preferncesDB_->PutImportance(bundleInfo, importance), false);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp923 storeDBResult = preferncesDB_->PutImportance(bundleInfo, value); in SaveBundleProperty()
H A Dnotification_preferences_database.cpp334 bool NotificationPreferencesDatabase::PutImportance( in PutImportance() function in OHOS::Notification::NotificationPreferencesDatabase