Searched refs:SetSyncEnabledWithoutApp (Results 1 – 6 of 6) sorted by relevance
135 preferencesInfo_->SetSyncEnabledWithoutApp(userId, GetBoolFromString(value)); in ResolveSyncWithoutAppEnable()253 ErrCode DistributedPreferences::SetSyncEnabledWithoutApp(const int32_t userId, const bool enabled) in SetSyncEnabledWithoutApp() function in OHOS::Notification::DistributedPreferences265 preferencesInfo_->SetSyncEnabledWithoutApp(userId, enabled); in SetSyncEnabledWithoutApp()
59 void DistributedPreferencesInfo::SetSyncEnabledWithoutApp(const int32_t userId, const bool enabled) in SetSyncEnabledWithoutApp() function in OHOS::Notification::DistributedPreferencesInfo
77 void SetSyncEnabledWithoutApp(const int32_t userId, const bool enabled);
90 ErrCode SetSyncEnabledWithoutApp(const int32_t userId, const bool enabled);
214 …EXPECT_EQ(distributedPreferences_->SetSyncEnabledWithoutApp(userId, enabled), ERR_ANS_DISTRIBUTED_…
1820 … result = DistributedPreferences::GetInstance()->SetSyncEnabledWithoutApp(userId, enabled); in SetSyncNotificationEnabledWithoutApp()