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 D | published_data_subscriber_manager.cpp | 116 const std::string &ownerBundleName, const sptr<IDataProxyPublishedDataObserver> observer) in Emit() argument 152 result.ownerBundleName_ = ownerBundleName; in Emit()
|
H A D | published_data_subscriber_manager.h | 50 …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 D | smart_reminder_center.h | 81 …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 D | smart_reminder_center.cpp | 298 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 D | reminder_request.cpp | 1682 std::string ownerBundleName = notificationRequest_->GetOwnerBundleName(); in UpdateNotificationBundleInfo() local 1683 if (!(ownerBundleName.empty())) { in UpdateNotificationBundleInfo() 1687 ownerBundleName.c_str(), bundleName_.c_str()); in UpdateNotificationBundleInfo()
|