Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Dpublished_data_subscriber_manager.cpp116 const std::string &ownerBundleName, const sptr<IDataProxyPublishedDataObserver> observer) in Emit() argument
152 result.ownerBundleName_ = ownerBundleName; in Emit()
H A Dpublished_data_subscriber_manager.h50 …Emit(const std::vector<PublishedDataKey> &keys, int32_t userId, const std::string &ownerBundleName,
/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.cpp298 bool SmartReminderCenter::IsNeedSynergy(const string &deviceType, const string &ownerBundleName, in… in IsNeedSynergy() argument
306 new (std::nothrow) NotificationBundleOption(ownerBundleName, ownerUid); in IsNeedSynergy()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1682 std::string ownerBundleName = notificationRequest_->GetOwnerBundleName(); in UpdateNotificationBundleInfo() local
1683 if (!(ownerBundleName.empty())) { in UpdateNotificationBundleInfo()
1687 ownerBundleName.c_str(), bundleName_.c_str()); in UpdateNotificationBundleInfo()