/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_swing_decision_center.cpp | 152 …if (ERR_OK != NotificationPreferences::GetInstance()->IsSmartReminderEnabled(enableSwingDeviceType… in SwingExecuteDecision()
|
H A D | notification_preferences.cpp | 1082 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 D | advanced_notification_publish_service.cpp | 2790 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 D | notification_preferences_database.cpp | 2009 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 D | advanced_notification_publish_service_test.cpp | 998 …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 D | notification_preferences_test.cpp | 1236 … ErrCode result = NotificationPreferences::GetInstance()->IsSmartReminderEnabled("testDeviceType1", 1249 ErrCode result = NotificationPreferences::GetInstance()->IsSmartReminderEnabled("", enable);
|
H A D | notification_preferences_database_test.cpp | 895 bool result = preferncesDB_->IsSmartReminderEnabled("testDeviceType1111", enable);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 327 ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled);
|
H A D | notification_preferences_database.h | 129 bool IsSmartReminderEnabled(const std::string deviceType, bool &enabled);
|
H A D | advanced_notification_service.h | 1044 ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 564 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 D | notification_helper.h | 1065 static ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1157 ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled);
|
H A D | ans_manager_interface.h | 916 virtual ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) = 0;
|
H A D | ans_manager_proxy.h | 918 ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) override;
|
H A D | ans_manager_stub.h | 929 ErrCode IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_disturb.cpp | 395 ErrCode AnsManagerProxy::IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) in IsSmartReminderEnabled() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub_invalid.cpp | 637 ErrCode AnsManagerStub::IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) in IsSmartReminderEnabled() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1946 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 D | ans_manager_stub.cpp | 2627 ErrCode result = IsSmartReminderEnabled(deviceType, enabled); in HandleIsSmartReminderEnabled()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_distributed_enable.cpp | 320 asynccallbackinfo->info.errorCode = NotificationHelper::IsSmartReminderEnabled( in NapiIsSmartReminderEnabled()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/ |
H A D | smart_reminder_center.cpp | 301 …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 D | ans_notification_branch_test.cpp | 565 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 D | notification_helper_test.cpp | 1150 ErrCode ret = notificationHelper.IsSmartReminderEnabled(deviceType, enable);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 1258 ErrCode result = ans_->IsSmartReminderEnabled("testDeviceType1111", enable);
|