/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_publish_service_test.cpp | 954 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 D | notification_preferences_test.cpp | 1212 ErrCode res = NotificationPreferences::GetInstance()->SetSmartReminderEnabled("testDeviceType", 1224 ErrCode res = NotificationPreferences::GetInstance()->SetSmartReminderEnabled("", true);
|
H A D | notification_preferences_database_test.cpp | 883 bool ret = preferncesDB_->SetSmartReminderEnabled("testDeviceType1111", enable);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 338 ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled);
|
H A D | notification_preferences_database.h | 120 bool SetSmartReminderEnabled(const std::string deviceType, const bool &enabled);
|
H A D | advanced_notification_service.h | 1055 ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 559 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 D | notification_helper.h | 1076 static ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1168 ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled);
|
H A D | ans_manager_interface.h | 927 virtual ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) = 0;
|
H A D | ans_manager_proxy.h | 929 ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) override;
|
H A D | ans_manager_stub.h | 940 ErrCode SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_disturb.cpp | 360 ErrCode AnsManagerProxy::SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) in SetSmartReminderEnabled() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub_invalid.cpp | 631 ErrCode AnsManagerStub::SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) in SetSmartReminderEnabled() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1920 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 D | ans_manager_stub.cpp | 2587 ErrCode result = SetSmartReminderEnabled(deviceType, enabled); in HandleSetSmartReminderEnabled()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_distributed_enable.cpp | 251 asynccallbackinfo->info.errorCode = NotificationHelper::SetSmartReminderEnabled( in NapiSetSmartReminderEnabled()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 1123 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 D | notification_preferences.cpp | 1069 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 D | advanced_notification_publish_service.cpp | 2762 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 D | notification_preferences_database.cpp | 1993 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 D | ans_notification_branch_test.cpp | 570 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 D | ans_notification_unit_test.cpp | 1239 ErrCode res = ans_->SetSmartReminderEnabled("testDeviceType", true);
|