Home
last modified time | relevance | path

Searched refs:GetBundleOption (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dsystem_event_observer.cpp60 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 Dreminder_event_manager.cpp229 sptr<NotificationBundleOption> bundleOption = GetBundleOption(want); in HandleProcessDied()
237 sptr<NotificationBundleOption> ReminderEventManager::ReminderEventSubscriber::GetBundleOption( in GetBundleOption() function in OHOS::Notification::ReminderEventManager::ReminderEventSubscriber
H A Dadvanced_notification_service.cpp175 … 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 Dsystem_event_observer.h46 sptr<NotificationBundleOption> GetBundleOption(AAFwk::Want want);
H A Dreminder_event_manager.h46 sptr<NotificationBundleOption> GetBundleOption(const OHOS::EventFwk::Want &want) const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisplay_badge.cpp50 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 Dremove.cpp113 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 Dslot.cpp344 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 Denable_notification.cpp55 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 Dcancel.cpp55 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 Ddistributed.cpp91 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 Dpublish.cpp397 auto retValue = Common::GetBundleOption(env, argv[PARAM0], option); in ParsePublishAsBundleParameters()
H A Ddisturb_mode.cpp179 if (!Common::GetBundleOption(env, nOption, option)) { in AnalyseTrustlist()
H A Dcommon.cpp975 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 Dnapi_remove_group.cpp51 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters()
H A Dnapi_local_live_view.cpp129 auto retValue = Common::GetBundleOption(env, argv[PARAM0], asynccallbackinfo->bundleOption); in ParseTriggerParameters()
H A Dnapi_distributed_enable.cpp51 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters()
H A Dnapi_display_badge.cpp197 Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters()
H A Dnapi_get_active.cpp305 auto retValue = Common::GetBundleOption(env, result, filter.bundle); in ParseGetLiveViewFilter()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp708 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 Dnotification_request.h1313 std::shared_ptr<NotificationBundleOption> GetBundleOption() const;
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h1164 …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 Dcommon.h1554 …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 Dnotification_request.cpp1805 std::shared_ptr<NotificationBundleOption> NotificationRequest::GetBundleOption() const in GetBundleOption() function in OHOS::Notification::NotificationRequest