Searched refs:SlotToEntry (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/ |
H A D | libans.map | 50 *SlotToEntry*;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_database.h | 271 …bool SlotToEntry(const std::string &bundleName, const int32_t &bundleUid, const sptr<NotificationS…
|
/ohos5.0/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)); 872 ASSERT_EQ(preferncesDB_->SlotToEntry(bundleName_, bundleUid_, nullptr, values), false);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
H A D | notification_preferences_database_branch_test.cpp | 700 ASSERT_EQ(preferncesDB_->SlotToEntry(bundleName, bundleUid, slot, values), false);
|
/ohos5.0/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() 977 bool NotificationPreferencesDatabase::SlotToEntry(const std::string &bundleName, const int32_t &bun… in SlotToEntry() function in OHOS::Notification::NotificationPreferencesDatabase
|