Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dsmart_reminder_center.h81 …bool IsNeedSynergy(const string &deviceType, const string &ownerBundleName, int32_t ownerUid) cons…
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp273 if (IsNeedSynergy(deviceType, request->GetOwnerBundleName(), request->GetOwnerUid())) { in HandleReminderMethods()
298 bool SmartReminderCenter::IsNeedSynergy(const string &deviceType, const string &ownerBundleName, in… in IsNeedSynergy() function in OHOS::Notification::SmartReminderCenter