Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_preferences_test.cpp190 distributedPreferencesInfo_.GetSyncEnabledWithoutApp(0, enabled);
227 distributedPreferencesInfo_.GetSyncEnabledWithoutApp(100, enabled);
/ohos5.0/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);
/ohos5.0/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()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1851 … result = DistributedPreferences::GetInstance()->GetSyncEnabledWithoutApp(userId, enabled); in GetSyncNotificationEnabledWithoutApp()
H A Dadvanced_notification_utils.cpp1160 DistributedPreferences::GetInstance()->GetSyncEnabledWithoutApp(userId, enabled); in CheckPublishWithoutApp()