Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1225 bool distributedEnable = false; in DoDistributedPublish() local
1226 result = DistributedPreferences::GetInstance()->GetDistributedEnable(distributedEnable); in DoDistributedPublish()
1227 if (result != ERR_OK || !distributedEnable) { in DoDistributedPublish()