H A D | notification_preferences_database.cpp | 251 const std::string &bundleName, const int32_t &bundleUid, const std::vector<sptr<NotificationSlot>> &slots) in PutSlotsToDisturbeDB() 267 bool result = SlotToEntry(bundleName, bundleUid, iter, values); in PutSlotsToDisturbeDB() 273 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleUid, userId); in PutSlotsToDisturbeDB() 586 bool NotificationPreferencesDatabase::CheckBundle(const std::string &bundleName, const int32_t &bundleUid) in CheckBundle() argument 588 std::string bundleKeyStr = KEY_BUNDLE_LABEL + bundleName + std::to_string(bundleUid); in CheckBundle() 592 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleUid, userId); in CheckBundle() 598 bundleInfo.SetBundleUid(bundleUid); in CheckBundle() 599 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleName, bundleUid)); in CheckBundle() 694 const std::string &bundleKey, const int32_t &bundleUid) in RemoveBundleFromDisturbeDB() 702 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleUid, userI in RemoveBundleFromDisturbeDB() 250 PutSlotsToDisturbeDB( const std::string &bundleName, const int32_t &bundleUid, const std::vector<sptr<NotificationSlot>> &slots) PutSlotsToDisturbeDB() argument 693 RemoveBundleFromDisturbeDB( const std::string &bundleKey, const int32_t &bundleUid) RemoveBundleFromDisturbeDB() argument 728 RemoveSlotFromDisturbeDB( const std::string &bundleKey, const NotificationConstant::SlotType &type, const int32_t &bundleUid) RemoveSlotFromDisturbeDB() argument 833 RemoveAllSlotsFromDisturbeDB( const std::string &bundleKey, const int32_t &bundleUid) RemoveAllSlotsFromDisturbeDB() argument 865 PutBundlePropertyToDisturbeDB( const std::string &bundleKey, const BundleType &type, const T &t, const int32_t &bundleUid) PutBundlePropertyToDisturbeDB() argument 933 SlotToEntry(const std::string &bundleName, const int32_t &bundleUid, const sptr<NotificationSlot> &slot, std::unordered_map<std::string, std::string> &values) SlotToEntry() argument 1648 RemoveEnabledDbByBundleName(std::string bundleName, const int32_t &bundleUid) RemoveEnabledDbByBundleName() argument 2036 UpdateBundleSlotToDisturbeDB(int32_t userId, const std::string &bundleName, const int32_t &bundleUid, const std::vector<sptr<NotificationSlot>> &slots) UpdateBundleSlotToDisturbeDB() argument [all...] |