Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp236 (*notificationFlagsOfDevices)[NotificationConstant::CURRENT_DEVICE_TYPE] = iter->second; in ReminderDecisionProcess()
242 if (reminderMethod.first.compare(NotificationConstant::CURRENT_DEVICE_TYPE) == 0) { in ReminderDecisionProcess()
250 HandleReminderMethods(NotificationConstant::CURRENT_DEVICE_TYPE, in ReminderDecisionProcess()
272 if (deviceType.compare(NotificationConstant::CURRENT_DEVICE_TYPE) != 0) { in HandleReminderMethods()
322 if (deviceType.compare(NotificationConstant::CURRENT_DEVICE_TYPE) == 0 && in HandleAffectedReminder()
399 if (deviceType.compare(NotificationConstant::CURRENT_DEVICE_TYPE) == 0) { in GetDeviceStatusByType()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscriber.cpp28 deviceType_ = NotificationConstant::CURRENT_DEVICE_TYPE; in NotificationSubscriber()
81 …if (deviceType.size() <= 0 || deviceType.compare(NotificationConstant::CURRENT_DEVICE_TYPE) == 0) { in ProcessSyncDecision()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h66 const std::string CURRENT_DEVICE_TYPE = "current"; variable
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h349 constexpr static const char* CURRENT_DEVICE_TYPE = "current"; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_subscriber_manager.cpp46 std::string deviceType {CURRENT_DEVICE_TYPE};
462 if (record->deviceType.compare(NotificationConstant::CURRENT_DEVICE_TYPE) != 0) { in GetIsEnableEffectedRemind()