Searched refs:GetDistributedEnable (Results 1 – 9 of 9) sorted by relevance
43 bool GetDistributedEnable();
48 ErrCode GetDistributedEnable(bool &isEnable);
33 bool DistributedPreferencesInfo::GetDistributedEnable() in GetDistributedEnable() function in OHOS::Notification::DistributedPreferencesInfo
156 ErrCode DistributedPreferences::GetDistributedEnable(bool &isEnable) in GetDistributedEnable() function in OHOS::Notification::DistributedPreferences160 isEnable = preferencesInfo_->GetDistributedEnable(); in GetDistributedEnable()
125 DistributedPreferences::GetInstance()->GetDistributedEnable(enable); in GetKvStore()
82 DistributedPreferences::GetInstance()->GetDistributedEnable(enable); in GetKvStore()
68 EXPECT_EQ(distributedPreferences_->GetDistributedEnable(enable), ERR_OK);
1561 result = DistributedPreferences::GetInstance()->GetDistributedEnable(enabled); in IsDistributedEnabled()
1226 result = DistributedPreferences::GetInstance()->GetDistributedEnable(distributedEnable); in DoDistributedPublish()