Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1231 bool bundleDistributedEnable = false; in DoDistributedPublish() local
1232 …butedPreferences::GetInstance()->GetDistributedBundleEnable(bundleOption, bundleDistributedEnable); in DoDistributedPublish()
1233 if (result != ERR_OK || !bundleDistributedEnable) { in DoDistributedPublish()