Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp42 string multiJsonPoint = "/"; in GetMultiDeviceReminder() local
43 multiJsonPoint.append(NotificationConfigParse::CFG_KEY_NOTIFICATION_SERVICE); in GetMultiDeviceReminder()
44 multiJsonPoint.append("/"); in GetMultiDeviceReminder()
45 multiJsonPoint.append(MULTI_DEVICE_REMINDER); in GetMultiDeviceReminder()
46 …if (!DelayedSingleton<NotificationConfigParse>::GetInstance()->GetConfigJson(multiJsonPoint, root)… in GetMultiDeviceReminder()