Home
last modified time | relevance | path

Searched refs:ParseSlotFromDisturbeDB (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp604 preferncesDB_->ParseSlotFromDisturbeDB(bundleInfo, bundleKey, entry, -1);
621 preferncesDB_->ParseSlotFromDisturbeDB(bundleInfo, bundleKey, entry, -1);
638 preferncesDB_->ParseSlotFromDisturbeDB(bundleInfo, bundleKey, entry, -1);
655 preferncesDB_->ParseSlotFromDisturbeDB(bundleInfo, bundleKey, entry, -1);
672 preferncesDB_->ParseSlotFromDisturbeDB(bundleInfo, bundleKey, entry, -1);
689 preferncesDB_->ParseSlotFromDisturbeDB(bundleInfo, bundleKey, entry, -1);
706 preferncesDB_->ParseSlotFromDisturbeDB(bundleInfo, bundleKey, entry, -1);
723 preferncesDB_->ParseSlotFromDisturbeDB(bundleInfo, bundleKey, entry, -1);
740 preferncesDB_->ParseSlotFromDisturbeDB(bundleInfo, bundleKey, entry, -1);
757 preferncesDB_->ParseSlotFromDisturbeDB(bundleInfo, bundleKey, entry, -1);
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h291 …void ParseSlotFromDisturbeDB(NotificationPreferencesInfo::BundleInfo &bundleInfo, const std::strin…
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp710 ParseSlotFromDisturbeDB(bundleInfo, bundleKey, bundleEntry, userId); in GetBundleInfo()
1045 ParseSlotFromDisturbeDB(bunldeInfo, bundleKey, bundleEntry, userId); in ParseBundleFromDistureDB()
1063 void NotificationPreferencesDatabase::ParseSlotFromDisturbeDB(NotificationPreferencesInfo::BundleIn… in ParseSlotFromDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase