Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h236 bool RemoveEnabledDbByBundleName(std::string bundleName, const int32_t &bundleUid);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp1140 … preferncesDB_->RemoveEnabledDbByBundleName(bundleOption->GetBundleName(), bundleOption->GetUid()); in RemoveEnabledDbByBundle()
H A Dnotification_preferences_database.cpp1692 bool NotificationPreferencesDatabase::RemoveEnabledDbByBundleName(std::string bundleName, const int… in RemoveEnabledDbByBundleName() function in OHOS::Notification::NotificationPreferencesDatabase