Home
last modified time | relevance | path

Searched refs:OnBackup (Results 1 - 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_clone_service.cpp26 int32_t AdvancedNotificationService::OnBackup(MessageParcel& data, MessageParcel& reply) in OnBackup() function in OHOS::Notification::AdvancedNotificationService
28 return NotificationCloneManager::GetInstance().OnBackup(data, reply); in OnBackup()
H A Dadvanced_notification_service_ability.cpp130 return notificationService->OnBackup(data, reply); in OnExtension()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_template.h29 virtual ErrCode OnBackup(nlohmann::json &jsonObject) = 0;
H A Dnotification_clone_bundle_service.h32 ErrCode OnBackup(nlohmann::json &jsonObject) override;
H A Dnotification_clone_manager.h32 int32_t OnBackup(MessageParcel& data, MessageParcel& reply);
H A Dnotification_clone_disturb_service.h32 ErrCode OnBackup(nlohmann::json &jsonObject) override;
H A Dadvanced_notification_service.h1162 int32_t OnBackup(MessageParcel& data, MessageParcel& reply);
/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_manager.cpp44 int32_t NotificationCloneManager::OnBackup(MessageParcel& data, MessageParcel& reply) in OnBackup() function in OHOS::Notification::NotificationCloneManager
56 ANS_LOGW("Notification OnBackup %{public}s funtion is null.", iter->first.c_str()); in OnBackup()
59 if (iter->second->OnBackup(jsonItem) != ERR_OK) { in OnBackup()
60 ANS_LOGW("Notification OnBackup %{public}s failed.", iter->first.c_str()); in OnBackup()
82 ANS_LOGI("Notification OnBackup end fd: %{public}d.", fd.Get()); in OnBackup()
H A Dnotification_clone_bundle_service.cpp46 ErrCode NotificationCloneBundle::OnBackup(nlohmann::json &jsonObject) in OnBackup() function in OHOS::Notification::NotificationCloneBundle
H A Dnotification_clone_disturb_service.cpp44 ErrCode NotificationCloneDisturb::OnBackup(nlohmann::json &jsonObject) in OnBackup() function in OHOS::Notification::NotificationCloneDisturb

Completed in 5 milliseconds