Home
last modified time | relevance | path

Searched refs:appInfoEnable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1628 bool appInfoEnable = true; in EnableDistributedByBundle() local
1629 GetDistributedEnableInApplicationInfo(bundle, appInfoEnable); in EnableDistributedByBundle()
1630 if (!appInfoEnable) { in EnableDistributedByBundle()
1631 ANS_LOGD("Get from bms is %{public}d", appInfoEnable); in EnableDistributedByBundle()
1664 bool appInfoEnable = true; in EnableDistributedSelf() local
1666 if (!appInfoEnable) { in EnableDistributedSelf()
1667 ANS_LOGD("Get from bms is %{public}d", appInfoEnable); in EnableDistributedSelf()
1709 bool appInfoEnable = true; in IsDistributedEnableByBundle() local
1711 if (!appInfoEnable) { in IsDistributedEnableByBundle()
1712 ANS_LOGD("Get from bms is %{public}d", appInfoEnable); in IsDistributedEnableByBundle()
[all …]
H A Dadvanced_notification_utils.cpp1214 bool appInfoEnable = true; in DoDistributedPublish() local
1215 GetDistributedEnableInApplicationInfo(bundleOption, appInfoEnable); in DoDistributedPublish()
1216 if (!appInfoEnable) { in DoDistributedPublish()