Home
last modified time | relevance | path

Searched refs:tapDismissed (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.7.1/
H A Dchangelog-resourceschedule.md61 | reminderAgentManager | ReminderRequest | tapDismissed?: boolean | 新增 |
72 tapDismissed: true,
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.7.1/
H A Dchangelog-resourceschedule.md61 | reminderAgentManager | ReminderRequest | tapDismissed?: boolean | Added|
72 tapDismissed: true,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp218 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 Dnotification_utils.h102 bool tapDismissed; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp565 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 Djs-apis-inner-notification-notificationRequest.md22 | tapDismissed | boolean | 否 |…
H A Djs-apis-notification.md1092 | tapDismissed | boolean | 是 | 是 | 通知是否自动清除。 …
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp607 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 Djs-apidiff-notification.md49 |新增|NA|类名:ReminderRequest<br>方法or属性:tapDismissed?: boolean;|@ohos.reminderAgentManager.d.ts|
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp564 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 Djs-apis-reminderAgentManager.md837 | tapDismissed<sup>10+</sup> | boolean | 否 | 通知是否自动清除,具体请参考[NotificationRequest.tapDismissed](../ap…
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Djs-apis-inner-notification-notificationRequest.md22 | tapDismissed | boolean | No |…
H A Djs-apis-notification.md1092 | tapDismissed | boolean | Yes | Yes | Whether the n…
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h822 void SetTapDismissed(bool tapDismissed);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp1084 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 Djs-apidiff-notification.md49 |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 Dreminder_request.cpp912 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 Djs-apis-reminderAgentManager.md837 | 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 Djs-apidiff-notification.md182 …化|类名: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 Djs-apidiff-notification.md62 |新增|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 Djs-apidiff-v3.0-lts.md549 |事件通知-notification|tapDismissed?: boolean;|新增| -|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-notification.md182 …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 Djs-apidiff-notification.md62 |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 Djs-apidiff-v3.0-lts.md549 |Common Event and Notification Subsystem - notification|tapDismissed?: boolean;|Added| -|