Home
last modified time | relevance | path

Searched refs:SlotToEntry (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h259 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 Dnotification_preferences_database_test.cpp391 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 Dnotification_preferences_database_branch_test.cpp684 * @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 Dnotification_preferences_database.cpp267 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 8 milliseconds