Home
last modified time | relevance | path

Searched refs:hasBundleOption (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/include/
Ddisplay_badge.h40 bool hasBundleOption = false; member
Denable_notification.h30 bool hasBundleOption = false; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Denable_notification.cpp99 params.hasBundleOption = true; in ParseParameters()
247 if (asynccallbackinfo->params.hasBundleOption) { in IsNotificationEnabled()
315 if (asynccallbackinfo->params.hasBundleOption) { in IsNotificationEnabledSelf()
Ddisplay_badge.cpp102 params.hasBundleOption = true; in ParseParameters()
240 if (asynccallbackinfo->params.hasBundleOption) { in IsBadgeDisplayed()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_enable_notification.cpp150 if (asynccallbackinfo->params.hasBundleOption) { in NapiIsNotificationEnabled()
220 if (asynccallbackinfo->params.hasBundleOption) { in NapiIsNotificationEnabledSelf()
Dnapi_display_badge.cpp147 if (asynccallbackinfo->params.hasBundleOption) { in NapiIsBadgeDisplayed()