/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | system_event_observer.cpp | 60 sptr<NotificationBundleOption> SystemEventObserver::GetBundleOption(AAFwk::Want want) in GetBundleOption() function in OHOS::Notification::SystemEventObserver 97 sptr<NotificationBundleOption> bundleOption = GetBundleOption(want); in OnReceiveEvent() 159 sptr<NotificationBundleOption> bundleOption = GetBundleOption(data.GetWant()); in OnBundleAddEventInner() 169 sptr<NotificationBundleOption> bundleOption = GetBundleOption(data.GetWant()); in OnBundleUpdateEventInner()
|
H A D | reminder_event_manager.cpp | 229 sptr<NotificationBundleOption> bundleOption = GetBundleOption(want); in HandleProcessDied() 237 sptr<NotificationBundleOption> ReminderEventManager::ReminderEventSubscriber::GetBundleOption( in GetBundleOption() function in OHOS::Notification::ReminderEventManager::ReminderEventSubscriber
|
H A D | advanced_notification_service.cpp | 175 … request->GetBundleOption() == nullptr ? "" : request->GetBundleOption()->GetBundleName(); in PrepareNotificationRequest() 180 if (request->GetBundleOption()->GetUid() < DEFAULT_UID) { in PrepareNotificationRequest() 184 if (request->GetBundleOption()->GetUid() == DEFAULT_UID) { in PrepareNotificationRequest() 195 uid = request->GetBundleOption()->GetUid(); in PrepareNotificationRequest() 437 request->GetBundleOption() == nullptr ? "" : request->GetBundleOption()->GetBundleName(); in PrepareNotificationInfo()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | system_event_observer.h | 46 sptr<NotificationBundleOption> GetBundleOption(AAFwk::Want want);
|
H A D | reminder_event_manager.h | 46 sptr<NotificationBundleOption> GetBundleOption(const OHOS::EventFwk::Want &want) const;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | display_badge.cpp | 50 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters() 107 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters()
|
H A D | remove.cpp | 113 if (Common::GetBundleOption(env, argv[PARAM0], bundleInfo.option) == nullptr || in ParseBundleOptionTypeParams() 183 auto retValue = Common::GetBundleOption(env, argv[PARAM0], bundleandKeyInfo.option); in ParseParametersByRemoveAll() 234 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters()
|
H A D | slot.cpp | 344 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParametersSetSlotByBundle() 454 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParametersGetSlotNumByBundle() 499 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParametersSetSlotFlagsByBundle() 552 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParametersGetSlotFlagsByBundle() 596 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParametersGetSlotsByBundle() 640 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParametersGetSlotByBundle() 1398 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParametersEnableSlot() 1534 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParametersIsEnableSlot()
|
H A D | enable_notification.cpp | 55 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters() 106 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters()
|
H A D | cancel.cpp | 55 auto retValue = Common::GetBundleOption(env, argv[PARAM0], paras.option); in ParseParameters() 378 auto retValue = Common::GetBundleOption(env, argv[PARAM0], paras.option); in ParseParameters()
|
H A D | distributed.cpp | 91 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters() 144 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters()
|
H A D | publish.cpp | 397 auto retValue = Common::GetBundleOption(env, argv[PARAM0], option); in ParsePublishAsBundleParameters()
|
H A D | disturb_mode.cpp | 179 if (!Common::GetBundleOption(env, nOption, option)) { in AnalyseTrustlist()
|
H A D | common.cpp | 975 napi_value Common::GetBundleOption(const napi_env &env, const napi_value &value, NotificationBundle… in GetBundleOption() function in OHOS::NotificationNapi::Common 1226 if (GetBundleOption(env, result, *bundleOption) == nullptr) { in GetNotificationBundleOption()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_remove_group.cpp | 51 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters()
|
H A D | napi_local_live_view.cpp | 129 auto retValue = Common::GetBundleOption(env, argv[PARAM0], asynccallbackinfo->bundleOption); in ParseTriggerParameters()
|
H A D | napi_distributed_enable.cpp | 51 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters()
|
H A D | napi_display_badge.cpp | 197 Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters()
|
H A D | napi_get_active.cpp | 305 auto retValue = Common::GetBundleOption(env, result, filter.bundle); in ParseGetLiveViewFilter()
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 708 napi_value NotificationNapi::GetBundleOption( in GetBundleOption() function in OHOS::Location::NotificationNapi 906 if (GetBundleOption(env, result, *bundleOption) == nullptr) { in GetNotificationBundleOption()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_request.h | 1313 std::shared_ptr<NotificationBundleOption> GetBundleOption() const;
|
/ohos5.0/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 1164 …static napi_value GetBundleOption(const napi_env &env, const napi_value &value, NotificationBundle…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 1554 …static napi_value GetBundleOption(const napi_env &env, const napi_value &value, NotificationBundle…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_request.cpp | 1805 std::shared_ptr<NotificationBundleOption> NotificationRequest::GetBundleOption() const in GetBundleOption() function in OHOS::Notification::NotificationRequest
|