Searched refs:GetDistributedBundleEnable (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
H A D | distributed_preferences_test.cpp | 202 bool res = distributedPreferencesInfo_.GetDistributedBundleEnable("bundle", 0); 214 bool res = distributedPreferencesInfo_.GetDistributedBundleEnable("com.ohos.mms", 0);
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/ |
H A D | distributed_preferences_info.h | 61 bool GetDistributedBundleEnable(const std::string &bundleName, int32_t uid);
|
H A D | distributed_preferences.h | 66 …ErrCode GetDistributedBundleEnable(const sptr<NotificationBundleOption> &bundleOption, bool &isEna…
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/ |
H A D | distributed_preferences_info.cpp | 43 bool DistributedPreferencesInfo::GetDistributedBundleEnable(const std::string &bundleName, int32_t … in GetDistributedBundleEnable() function in OHOS::Notification::DistributedPreferencesInfo
|
H A D | distributed_preferences.cpp | 187 ErrCode DistributedPreferences::GetDistributedBundleEnable( in GetDistributedBundleEnable() function in OHOS::Notification::DistributedPreferences 200 …isEnable = preferencesInfo_->GetDistributedBundleEnable(bundleOption->GetBundleName(), bundleOptio… in GetDistributedBundleEnable()
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/ |
H A D | distributed_preferences_branch_test.cpp | 166 …EXPECT_EQ(distributedPreferences_->GetDistributedBundleEnable(bundleOption, isEnable), ERR_ANS_INV…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 1724 result = DistributedPreferences::GetInstance()->GetDistributedBundleEnable(bundle, enabled); in IsDistributedEnableByBundle()
|
H A D | advanced_notification_utils.cpp | 1232 …result = DistributedPreferences::GetInstance()->GetDistributedBundleEnable(bundleOption, bundleDis… in DoDistributedPublish()
|