/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.7.1/ |
H A D | changelog-resourceschedule.md | 61 | reminderAgentManager | ReminderRequest | tapDismissed?: boolean | 新增 | 72 tapDismissed: true,
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.7.1/ |
H A D | changelog-resourceschedule.md | 61 | reminderAgentManager | ReminderRequest | tapDismissed?: boolean | Added| 72 tapDismissed: true,
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store_strategy.cpp | 218 std::string tapDismissed; in RecoverFromOldVersion() local 219 … ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderTable::TAP_DISMISSED, tapDismissed); in RecoverFromOldVersion() 220 reminder->SetTapDismissed(tapDismissed == "true" ? true : false); in RecoverFromOldVersion() 367 std::string tapDismissed; in RecoverFromDb() local 368 …inderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::TAP_DISMISSED, tapDismissed); in RecoverFromDb() 369 reminder->SetTapDismissed(tapDismissed == "true" ? true : false); in RecoverFromDb()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 102 bool tapDismissed; member
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_impl.cpp | 565 bool tapDismissed = cjRequest.tapDismissed; in GetNotificationRequestByBool() local 566 request.SetTapDismissed(tapDismissed); in GetNotificationRequestByBool()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationRequest.md | 22 | tapDismissed | boolean | 否 |…
|
H A D | js-apis-notification.md | 1092 | tapDismissed | boolean | 是 | 是 | 通知是否自动清除。 …
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 607 bool tapDismissed = false; in GenReminderBoolInner() local 608 if (GetBool(env, value, ReminderAgentNapi::TAPDISMISSED, tapDismissed)) { in GenReminderBoolInner() 609 reminder->SetTapDismissed(tapDismissed); in GenReminderBoolInner()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-notification.md | 49 |新增|NA|类名:ReminderRequest<br>方法or属性:tapDismissed?: boolean;|@ohos.reminderAgentManager.d.ts|
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_request.cpp | 564 bool tapDismissed = true; in GetNotificationtapDismissed() local 574 napi_get_value_bool(env, result, &tapDismissed); in GetNotificationtapDismissed() 575 request.SetTapDismissed(tapDismissed); in GetNotificationtapDismissed()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-backgroundtasks-kit/ |
H A D | js-apis-reminderAgentManager.md | 837 | tapDismissed<sup>10+</sup> | boolean | 否 | 通知是否自动清除,具体请参考[NotificationRequest.tapDismissed](../ap…
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationRequest.md | 22 | tapDismissed | boolean | No |…
|
H A D | js-apis-notification.md | 1092 | tapDismissed | boolean | Yes | Yes | Whether the n…
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 822 void SetTapDismissed(bool tapDismissed);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_request.cpp | 1084 bool tapDismissed = true; in GetNotificationtapDismissed() local 1094 napi_get_value_bool(env, result, &tapDismissed); in GetNotificationtapDismissed() 1095 request.SetTapDismissed(tapDismissed); in GetNotificationtapDismissed()
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-notification.md | 49 |Added|NA|Class name: ReminderRequest<br>Method or attribute name: tapDismissed?: boolean;|@ohos.re…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 912 void ReminderRequest::SetTapDismissed(bool tapDismissed) in SetTapDismissed() argument 914 tapDismissed_ = tapDismissed; in SetTapDismissed()
|
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/ |
H A D | js-apis-reminderAgentManager.md | 837 | tapDismissed<sup>10+</sup> | boolean | No| Whether the reminder is automatically cleared. For det…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-notification.md | 182 …化|类名:NotificationRequest;<br>方法or属性:tapDismissed?: boolean;<br>旧版本信息:|类名:NotificationRequest;<br>方…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-notification.md | 62 |新增|NA|类名:ReminderRequest;<br>方法or属性:tapDismissed?: boolean;|@ohos.reminderAgentManager.d.ts| 347 …化|类名:NotificationRequest;<br>方法or属性:tapDismissed?: boolean;<br>旧版本信息:|类名:NotificationRequest;<br>方…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.0-LTS/ |
H A D | js-apidiff-v3.0-lts.md | 549 |事件通知-notification|tapDismissed?: boolean;|新增| -|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-notification.md | 182 …ribute name: tapDismissed?: boolean;<br>Old version information: |Class name: NotificationRequest;…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-notification.md | 62 |Added|NA|Class name: ReminderRequest;<br>Method or attribute name: tapDismissed?: boolean;|@ohos.r… 347 …ribute name: tapDismissed?: boolean;<br>Old version information: |Class name: NotificationRequest;…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.0-LTS/ |
H A D | js-apidiff-v3.0-lts.md | 549 |Common Event and Notification Subsystem - notification|tapDismissed?: boolean;|Added| -|
|