Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h146 … bool PutSlotFlags(NotificationPreferencesInfo::BundleInfo &bundleInfo, const int32_t &slotFlags);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp1030 ASSERT_EQ(preferncesDB_->PutSlotFlags(bundleInfo, 0), true);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp945 storeDBResult = preferncesDB_->PutSlotFlags(bundleInfo, value); in SaveBundleProperty()
H A Dnotification_preferences_database.cpp406 bool NotificationPreferencesDatabase::PutSlotFlags(NotificationPreferencesInfo::BundleInfo &bundleI… in PutSlotFlags() function in OHOS::Notification::NotificationPreferencesDatabase