Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_service.cpp98 NotificationPreferences::GetInstance()->UpdateCloneBundleInfo(userId, *bundle); in OnRestore()
132 NotificationPreferences::GetInstance()->UpdateCloneBundleInfo(userId, *bundle); in HandleBundleEvent()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h387 void UpdateCloneBundleInfo(int32_t userId, const NotificationCloneBundleInfo& cloneBundleInfo);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp675 void NotificationPreferences::UpdateCloneBundleInfo(int32_t userId, in UpdateCloneBundleInfo() function in OHOS::Notification::NotificationPreferences