Home
last modified time | relevance | path

Searched refs:SetSmartReminderEnabled (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp954 ErrCode res = advancedNotificationService_->SetSmartReminderEnabled("testDeviceType", true);
968 ErrCode res = advancedNotificationService_->SetSmartReminderEnabled("testDeviceType", true);
983 ErrCode res = advancedNotificationService_->SetSmartReminderEnabled("testDeviceType", true);
1011 ErrCode ret = advancedNotificationService_->SetSmartReminderEnabled("testDeviceType", true);
H A Dnotification_preferences_test.cpp1212 ErrCode res = NotificationPreferences::GetInstance()->SetSmartReminderEnabled("testDeviceType",
1224 ErrCode res = NotificationPreferences::GetInstance()->SetSmartReminderEnabled("", true);
H A Dnotification_preferences_database_test.cpp883 bool ret = preferncesDB_->SetSmartReminderEnabled("testDeviceType1111", enable);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h338 ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled);
H A Dnotification_preferences_database.h120 bool SetSmartReminderEnabled(const std::string deviceType, const bool &enabled);
H A Dadvanced_notification_service.h1055 ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp559 ErrCode NotificationHelper::SetSmartReminderEnabled(const std::string &deviceType, const bool enabl… in SetSmartReminderEnabled() function in OHOS::Notification::NotificationHelper
561 …return DelayedSingleton<AnsNotification>::GetInstance()->SetSmartReminderEnabled(deviceType, enabl… in SetSmartReminderEnabled()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h1076 static ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1168 ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled);
H A Dans_manager_interface.h927 virtual ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) = 0;
H A Dans_manager_proxy.h929 ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) override;
H A Dans_manager_stub.h940 ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_disturb.cpp360 ErrCode AnsManagerProxy::SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) in SetSmartReminderEnabled() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub_invalid.cpp631 ErrCode AnsManagerStub::SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) in SetSmartReminderEnabled() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1920 ErrCode AnsNotification::SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) in SetSmartReminderEnabled() function in OHOS::Notification::AnsNotification
1929 return proxy->SetSmartReminderEnabled(deviceType, enabled); in SetSmartReminderEnabled()
H A Dans_manager_stub.cpp2587 ErrCode result = SetSmartReminderEnabled(deviceType, enabled); in HandleSetSmartReminderEnabled()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed_enable.cpp251 asynccallbackinfo->info.errorCode = NotificationHelper::SetSmartReminderEnabled( in NapiSetSmartReminderEnabled()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1123 ErrCode ret = notificationHelper.SetSmartReminderEnabled(deviceType, true);
1136 ErrCode ret = notificationHelper.SetSmartReminderEnabled(deviceType, true);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp1069 ErrCode NotificationPreferences::SetSmartReminderEnabled(const std::string &deviceType, const bool … in SetSmartReminderEnabled() function in OHOS::Notification::NotificationPreferences
1078 storeDBResult = preferncesDB_->SetSmartReminderEnabled(deviceType, enabled); in SetSmartReminderEnabled()
H A Dadvanced_notification_publish_service.cpp2762 ErrCode AdvancedNotificationService::SetSmartReminderEnabled(const std::string &deviceType, const b… in SetSmartReminderEnabled() function in OHOS::Notification::AdvancedNotificationService
2781 …ErrCode result = NotificationPreferences::GetInstance()->SetSmartReminderEnabled(deviceType, enabl… in SetSmartReminderEnabled()
H A Dnotification_preferences_database.cpp1993 bool NotificationPreferencesDatabase::SetSmartReminderEnabled(const std::string deviceType, const b… in SetSmartReminderEnabled() function in OHOS::Notification::NotificationPreferencesDatabase
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp570 ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) override in SetSmartReminderEnabled() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1239 ErrCode res = ans_->SetSmartReminderEnabled("testDeviceType", true);