Searched refs:NotificationConfigParse (Results 1 – 10 of 10) sorted by relevance
27 NotificationConfigParse::NotificationConfigParse() in NotificationConfigParse() function in OHOS::Notification::NotificationConfigParse43 bool NotificationConfigParse::GetConfigJson(const std::string &keyCheck, nlohmann::json &configJson… in GetConfigJson()71 bool NotificationConfigParse::GetCurrentSlotReminder( in GetCurrentSlotReminder()118 uint32_t NotificationConfigParse::GetConfigSlotReminderModeByType(NotificationConstant::SlotType sl… in GetConfigSlotReminderModeByType()138 uint32_t NotificationConfigParse::GetConfigSlotReminderModeByType(NotificationConstant::SlotType sl… in GetConfigSlotReminderModeByType()148 void NotificationConfigParse::GetFlowCtrlConfigFromCCM(FlowControlThreshold &threshold) in GetFlowCtrlConfigFromCCM()
35 class NotificationConfigParse : public DelayedSingleton<NotificationConfigParse> {37 NotificationConfigParse();38 ~NotificationConfigParse() = default;
35 JsonPoint.append(NotificationConfigParse::APP_PRIVILEGES); in GetCcmPrivilegesConfig()36 if (!NotificationConfigParse::GetInstance()->GetConfigJson(JsonPoint, root)) { in GetCcmPrivilegesConfig()40 if (!root.contains(NotificationConfigParse::APP_PRIVILEGES)) { in GetCcmPrivilegesConfig()44 nlohmann::json affects = root[NotificationConfigParse::APP_PRIVILEGES]; in GetCcmPrivilegesConfig()
71 swingJsonPoint.append(NotificationConfigParse::CFG_KEY_NOTIFICATION_SERVICE); in GetCcmSwingRemind()77 if (!NotificationConfigParse::GetInstance()->GetConfigJson(swingJsonPoint, root)) { in GetCcmSwingRemind()82 …nlohmann::json affects = root[NotificationConfigParse::CFG_KEY_NOTIFICATION_SERVICE][SWING_FILTER]… in GetCcmSwingRemind()
524 auto configSlotReminderMode = DelayedSingleton<NotificationConfigParse>::GetInstance()-> in UpdateSlotReminderModeBySlotFlags()548 auto configSlotReminderMode = DelayedSingleton<NotificationConfigParse>::GetInstance()-> in GenerateSlotReminderMode()
30 DelayedSingleton<NotificationConfigParse>::GetInstance()->GetFlowCtrlConfigFromCCM(threshold_); in FlowControlService()
706 auto configSlotReminderMode = DelayedSingleton<NotificationConfigParse>::GetInstance()-> in UpdateCloneBundleInfo()
32 if (root.find(NotificationConfigParse::CFG_KEY_REMINDER_FLAGS) != root.end() && in FromJson()33 !root[NotificationConfigParse::CFG_KEY_REMINDER_FLAGS].is_null() && in FromJson()34 root[NotificationConfigParse::CFG_KEY_REMINDER_FLAGS].is_string() && in FromJson()36 … root[NotificationConfigParse::CFG_KEY_REMINDER_FLAGS].get<std::string>(), reminderFlags_)) { in FromJson()
33 …if (!DelayedSingleton<NotificationConfigParse>::GetInstance()->GetCurrentSlotReminder(currentRemin… in SmartReminderCenter()43 multiJsonPoint.append(NotificationConfigParse::CFG_KEY_NOTIFICATION_SERVICE); in GetMultiDeviceReminder()46 …if (!DelayedSingleton<NotificationConfigParse>::GetInstance()->GetConfigJson(multiJsonPoint, root)… in GetMultiDeviceReminder()51 if (root.find(NotificationConfigParse::CFG_KEY_NOTIFICATION_SERVICE) == root.end()) { in GetMultiDeviceReminder()57 root[NotificationConfigParse::CFG_KEY_NOTIFICATION_SERVICE][MULTI_DEVICE_REMINDER]; in GetMultiDeviceReminder()
548 …DelayedSingleton<NotificationConfigParse>::GetInstance()->GetConfigSlotReminderModeByType(slotType…