Home
last modified time | relevance | path

Searched refs:GetSyncEnabledWithoutApp (Results 1 - 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_info.h78 ErrCode GetSyncEnabledWithoutApp(const int32_t userId, bool &enabled);
H A Ddistributed_preferences.h91 ErrCode GetSyncEnabledWithoutApp(const int32_t userId, bool &enabled);
/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_info.cpp64 ErrCode DistributedPreferencesInfo::GetSyncEnabledWithoutApp(const int32_t userId, bool &enabled) in GetSyncEnabledWithoutApp() function in OHOS::Notification::DistributedPreferencesInfo
H A Ddistributed_preferences.cpp269 ErrCode DistributedPreferences::GetSyncEnabledWithoutApp(const int32_t userId, bool &enabled) in GetSyncEnabledWithoutApp() function in OHOS::Notification::DistributedPreferences
272 ERR_ANS_DISTRIBUTED_OPERATION_FAILED : preferencesInfo_->GetSyncEnabledWithoutApp(userId, enabled); in GetSyncEnabledWithoutApp()
/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_preferences_test.cpp184 * @tc.desc : text GetSyncEnabledWithoutApp function.
190 distributedPreferencesInfo_.GetSyncEnabledWithoutApp(0, enabled); in HWTEST_F()
221 * @tc.desc : text GetSyncEnabledWithoutApp function.
227 distributedPreferencesInfo_.GetSyncEnabledWithoutApp(100, enabled); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1178 DistributedPreferences::GetInstance()->GetSyncEnabledWithoutApp(userId, enabled); in CheckPublishWithoutApp()
H A Dadvanced_notification_service.cpp1936 result = DistributedPreferences::GetInstance()->GetSyncEnabledWithoutApp(userId, enabled); in GetSyncNotificationEnabledWithoutApp()

Completed in 9 milliseconds