Searched refs:appInfoEnable (Results 1 – 2 of 2) sorted by relevance
1628 bool appInfoEnable = true; in EnableDistributedByBundle() local1629 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() local1666 if (!appInfoEnable) { in EnableDistributedSelf()1667 ANS_LOGD("Get from bms is %{public}d", appInfoEnable); in EnableDistributedSelf()1709 bool appInfoEnable = true; in IsDistributedEnableByBundle() local1711 if (!appInfoEnable) { in IsDistributedEnableByBundle()1712 ANS_LOGD("Get from bms is %{public}d", appInfoEnable); in IsDistributedEnableByBundle()[all …]
1214 bool appInfoEnable = true; in DoDistributedPublish() local1215 GetDistributedEnableInApplicationInfo(bundleOption, appInfoEnable); in DoDistributedPublish()1216 if (!appInfoEnable) { in DoDistributedPublish()