Home
last modified time | relevance | path

Searched refs:ownerBundleName (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dsmart_reminder_center.h81 bool IsNeedSynergy(const string &deviceType, const string &ownerBundleName) const;
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp298 bool SmartReminderCenter::IsNeedSynergy(const string &deviceType, const string &ownerBundleName) const in IsNeedSynergy()
311 sptr<NotificationBundleOption> bundleOption = new (std::nothrow) NotificationBundleOption(ownerBundleName, userId); in IsNeedSynergy()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1670 std::string ownerBundleName = notificationRequest_->GetOwnerBundleName(); in UpdateNotificationBundleInfo() local
1671 if (!(ownerBundleName.empty())) { in UpdateNotificationBundleInfo()
1674 ANSR_LOGD("ownerBundleName=%{public}s, bundleName_=%{public}s", in UpdateNotificationBundleInfo()
1675 ownerBundleName.c_str(), bundleName_.c_str()); in UpdateNotificationBundleInfo()

Completed in 6 milliseconds