Searched refs:SlotToEntry (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_database.h | 259 bool SlotToEntry(const std::string &bundleName, const int32_t &bundleUid, const sptr<NotificationSlot> &slot,
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_database_test.cpp | 391 EXPECT_TRUE(preferncesDB_->SlotToEntry(bundleName_, bundleUid_, slot, values)); in HWTEST_F() 872 ASSERT_EQ(preferncesDB_->SlotToEntry(bundleName_, bundleUid_, nullptr, values), false); in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
H A D | notification_preferences_database_branch_test.cpp | 684 * @tc.desc : test SlotToEntry function and CheckBundle is false
695 // test SlotToEntry function
in HWTEST_F() 700 ASSERT_EQ(preferncesDB_->SlotToEntry(bundleName, bundleUid, slot, values), false);
in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_database.cpp | 267 bool result = SlotToEntry(bundleName, bundleUid, iter, values); in PutSlotsToDisturbeDB() 933 bool NotificationPreferencesDatabase::SlotToEntry(const std::string &bundleName, const int32_t &bundleUid, in SlotToEntry() function in OHOS::Notification::NotificationPreferencesDatabase
|
Completed in 10 milliseconds