Searched refs:GetAllCLoneBundlesInfo (Results 1 - 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_info.h | 319 void GetAllCLoneBundlesInfo(const int32_t &userId, const std::unordered_map<std::string, std::string> &bunlesMap,
|
H A D | notification_preferences.h | 385 void GetAllCLoneBundlesInfo(int32_t userId, std::vector<NotificationCloneBundleInfo> &cloneBundles);
|
/base/notification/distributed_notification_service/services/ans/src/clone/ |
H A D | notification_clone_bundle_service.cpp | 51 NotificationPreferences::GetInstance()->GetAllCLoneBundlesInfo(userId, cloneBundles); in OnBackup()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_info.cpp | 338 void NotificationPreferencesInfo::GetAllCLoneBundlesInfo(const int32_t &userId, in GetAllCLoneBundlesInfo() function in OHOS::Notification::NotificationPreferencesInfo 367 ANS_LOGI("GetAllCLoneBundlesInfo size: %{public}zu.", cloneBundles.size()); in GetAllCLoneBundlesInfo()
|
H A D | notification_preferences.cpp | 695 void NotificationPreferences::GetAllCLoneBundlesInfo(int32_t userId, in GetAllCLoneBundlesInfo() function in OHOS::Notification::NotificationPreferences 705 preferencesInfo.GetAllCLoneBundlesInfo(userId, bundlesMap, cloneBundles); in GetAllCLoneBundlesInfo()
|
Completed in 5 milliseconds