Home
last modified time | relevance | path

Searched refs:IsSmartReminderEnabled (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_swing_decision_center.cpp152 …if (ERR_OK != NotificationPreferences::GetInstance()->IsSmartReminderEnabled(enableSwingDeviceType… in SwingExecuteDecision()
H A Dnotification_preferences.cpp1082 ErrCode NotificationPreferences::IsSmartReminderEnabled(const std::string &deviceType, bool &enable… in IsSmartReminderEnabled() function in OHOS::Notification::NotificationPreferences
1091 storeDBResult = preferncesDB_->IsSmartReminderEnabled(deviceType, enabled); in IsSmartReminderEnabled()
H A Dadvanced_notification_publish_service.cpp2790 ErrCode AdvancedNotificationService::IsSmartReminderEnabled(const std::string &deviceType, bool &en… in IsSmartReminderEnabled() function in OHOS::Notification::AdvancedNotificationService
2804 return NotificationPreferences::GetInstance()->IsSmartReminderEnabled(deviceType, enabled); in IsSmartReminderEnabled()
H A Dnotification_preferences_database.cpp2009 bool NotificationPreferencesDatabase::IsSmartReminderEnabled(const std::string deviceType, bool &en… in IsSmartReminderEnabled() function in OHOS::Notification::NotificationPreferencesDatabase
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp998 …ErrCode result = advancedNotificationService_->IsSmartReminderEnabled("testDeviceType1111", enable…
1014 ret = advancedNotificationService_->IsSmartReminderEnabled("testDeviceType", enable);
1029 …ErrCode result = advancedNotificationService_->IsSmartReminderEnabled("testDeviceType1111", enable…
1044 …ErrCode result = advancedNotificationService_->IsSmartReminderEnabled("testDeviceType1111", enable…
H A Dnotification_preferences_test.cpp1236 … ErrCode result = NotificationPreferences::GetInstance()->IsSmartReminderEnabled("testDeviceType1",
1249 ErrCode result = NotificationPreferences::GetInstance()->IsSmartReminderEnabled("", enable);
H A Dnotification_preferences_database_test.cpp895 bool result = preferncesDB_->IsSmartReminderEnabled("testDeviceType1111", enable);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h327 ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled);
H A Dnotification_preferences_database.h129 bool IsSmartReminderEnabled(const std::string deviceType, bool &enabled);
H A Dadvanced_notification_service.h1044 ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp564 ErrCode NotificationHelper::IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) in IsSmartReminderEnabled() function in OHOS::Notification::NotificationHelper
566 …return DelayedSingleton<AnsNotification>::GetInstance()->IsSmartReminderEnabled(deviceType, enable… in IsSmartReminderEnabled()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h1065 static ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1157 ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled);
H A Dans_manager_interface.h916 virtual ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) = 0;
H A Dans_manager_proxy.h918 ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) override;
H A Dans_manager_stub.h929 ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_disturb.cpp395 ErrCode AnsManagerProxy::IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) in IsSmartReminderEnabled() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub_invalid.cpp637 ErrCode AnsManagerStub::IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) in IsSmartReminderEnabled() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1946 ErrCode AnsNotification::IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) in IsSmartReminderEnabled() function in OHOS::Notification::AnsNotification
1955 return proxy->IsSmartReminderEnabled(deviceType, enabled); in IsSmartReminderEnabled()
H A Dans_manager_stub.cpp2627 ErrCode result = IsSmartReminderEnabled(deviceType, enabled); in HandleIsSmartReminderEnabled()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed_enable.cpp320 asynccallbackinfo->info.errorCode = NotificationHelper::IsSmartReminderEnabled( in NapiIsSmartReminderEnabled()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp301 …if (NotificationPreferences::GetInstance()->IsSmartReminderEnabled(deviceType, isEnable) != ERR_OK… in IsNeedSynergy()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp565 ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) override in IsSmartReminderEnabled() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1150 ErrCode ret = notificationHelper.IsSmartReminderEnabled(deviceType, enable);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1258 ErrCode result = ans_->IsSmartReminderEnabled("testDeviceType1111", enable);