Home
last modified time | relevance | path

Searched refs:NotificationCheckInfo (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_check_info.cpp23 NotificationCheckInfo::NotificationCheckInfo(std::string pkgName, int32_t notifyId, int32_t content… in NotificationCheckInfo() function in OHOS::Notification::NotificationCheckInfo
29 NotificationCheckInfo::~NotificationCheckInfo() in ~NotificationCheckInfo()
32 std::string NotificationCheckInfo::GetPkgName() const in GetPkgName()
42 int32_t NotificationCheckInfo::GetNotifyId() const in GetNotifyId()
47 void NotificationCheckInfo::SetNotifyId(int32_t notifyId) in SetNotifyId()
53 int32_t NotificationCheckInfo::GetContentType() const in GetContentType()
64 int32_t NotificationCheckInfo::GetCreatorUserId() const in GetCreatorUserId()
74 int32_t NotificationCheckInfo::GetSlotType() const in GetSlotType()
79 void NotificationCheckInfo::SetSlotType(int32_t slotType) in SetSlotType()
84 std::string NotificationCheckInfo::GetLabel() const in GetLabel()
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_check_info_test.cpp39 NotificationCheckInfo checkInfo;
52 NotificationCheckInfo checkInfo;
65 NotificationCheckInfo checkInfo;
78 NotificationCheckInfo checkInfo;
91 NotificationCheckInfo checkInfo;
104 NotificationCheckInfo checkInfo;
117 NotificationCheckInfo checkInfo;
131 NotificationCheckInfo checkInfo;
147 NotificationCheckInfo checkInfo;
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_check_info.h24 class NotificationCheckInfo {
35 NotificationCheckInfo() = default;
36 NotificationCheckInfo(std::string pkgName, int32_t notifyId, int32_t contentType,
38 ~NotificationCheckInfo();
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-notification.md36 …or属性:function on(type: 'checkNotification', callback: (checkInfo: NotificationCheckInfo) => Notifi…
37 …属性:function off(type: 'checkNotification', callback?: (checkInfo: NotificationCheckInfo) => Notifi…
38 |新增|NA|模块名: ohos.notificationManager<br>类名: NotificationCheckInfo|@ohos.notificationManager.d.ts|
39 |新增|NA|模块名: ohos.notificationManager<br>类名: NotificationCheckInfo<br>方法 or 属性:bundleName: string;|@…
40 |新增|NA|模块名: ohos.notificationManager<br>类名: NotificationCheckInfo<br>方法 or 属性:notificationId: numbe…
41 |新增|NA|模块名: ohos.notificationManager<br>类名: NotificationCheckInfo<br>方法 or 属性:contentType: ContentT…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-notification.md36 …ame: function on(type: 'checkNotification', callback: (checkInfo: NotificationCheckInfo) => Notifi…
37 …e: function off(type: 'checkNotification', callback?: (checkInfo: NotificationCheckInfo) => Notifi…
38 |Added|NA|Module name: ohos.notificationManager<br>Class name: NotificationCheckInfo|@ohos.notifica…
39 |Added|NA|Module name: ohos.notificationManager<br>Class name: NotificationCheckInfo<br>Method or a…
40 |Added|NA|Module name: ohos.notificationManager<br>Class name: NotificationCheckInfo<br>Method or a…
41 |Added|NA|Module name: ohos.notificationManager<br>Class name: NotificationCheckInfo<br>Method or a…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-notification.md44 |访问级别有变化|类名:NotificationCheckInfo;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:NotificationCheckInfo
45 |访问级别有变化|类名:NotificationCheckInfo;<br>方法or属性:notificationId: number;<br>旧版本信息:|类名:NotificationCheck…
46 |访问级别有变化|类名:NotificationCheckInfo;<br>方法or属性:contentType: ContentType;<br>旧版本信息:|类名:NotificationChe…
108 |权限有变化|类名:NotificationCheckInfo;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:NotificationCheckInfo;<…
109 |权限有变化|类名:NotificationCheckInfo;<br>方法or属性:notificationId: number;<br>旧版本信息:|类名:NotificationCheckIn…
110 |权限有变化|类名:NotificationCheckInfo;<br>方法or属性:contentType: ContentType;<br>旧版本信息:|类名:NotificationCheck…
120 |type有变化|类名:NotificationCheckInfo;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:NotificationCheckInfo
121 |type有变化|类名:NotificationCheckInfo;<br>方法or属性:notificationId: number;<br>旧版本信息:|类名:NotificationCheck…
122 |type有变化|类名:NotificationCheckInfo;<br>方法or属性:contentType: ContentType;<br>旧版本信息:|类名:NotificationChe…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-notification.md44 …ss name: NotificationCheckInfo;<br>Method or attribute name: bundleName: string;<br>Old version in…
45 … name: NotificationCheckInfo;<br>Method or attribute name: notificationId: number;<br>Old version …
46 …name: NotificationCheckInfo;<br>Method or attribute name: contentType: ContentType;<br>Old version…
108 …ss name: NotificationCheckInfo;<br>Method or attribute name: bundleName: string;<br>Old version in…
109 … name: NotificationCheckInfo;<br>Method or attribute name: notificationId: number;<br>Old version …
110 …name: NotificationCheckInfo;<br>Method or attribute name: contentType: ContentType;<br>Old version…
120 …ss name: NotificationCheckInfo;<br>Method or attribute name: bundleName: string;<br>Old version in…
121 … name: NotificationCheckInfo;<br>Method or attribute name: notificationId: number;<br>Old version …
122 …name: NotificationCheckInfo;<br>Method or attribute name: contentType: ContentType;<br>Old version…
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp136 auto checkInfo = std::make_shared<NotificationCheckInfo>(); in OnCheckNotification()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/
H A Djs-apis-notificationManager-sys.md3597 on(type: 'checkNotification', callback: (checkInfo: NotificationCheckInfo) => NotificationCheckResu…
3614 | callback | (checkInfo: [NotificationCheckInfo](#notificationcheckinfo10)) => [NotificationCheckR…
3631 let onCheckNotification = (info : notificationManager.NotificationCheckInfo): notificationManager.N…
3650 …n', checkRequest: NotificationCheckRequest, callback: (checkInfo: NotificationCheckInfo) => Promis…
3668 | callback | (checkInfo: [NotificationCheckInfo](#notificationcheckinfo10)) => Promise\<[Notificat…
3704 off(type: 'checkNotification', callback?: (checkInfo: NotificationCheckInfo) => NotificationCheckRe…
3719 | callback | (checkInfo: [NotificationCheckInfo](#notificationcheckinfo10)) => [NotificationCheckR…
4478 ## NotificationCheckInfo<sup>10+</sup>
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-notification.md50 …or属性:function on(type: 'checkNotification', callback: (checkInfo: NotificationCheckInfo) => Notifi…
51 …(<br> type: 'checkNotification',<br> callback?: (checkInfo: NotificationCheckInfo) => Notifi…
52 |新增|NA|类名:NotificationCheckInfo;<br>方法or属性:bundleName: string;|@ohos.notificationManager.d.ts|
53 |新增|NA|类名:NotificationCheckInfo;<br>方法or属性:notificationId: number;|@ohos.notificationManager.d.ts|
54 |新增|NA|类名:NotificationCheckInfo;<br>方法or属性:contentType: ContentType;|@ohos.notificationManager.d.ts|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Djs-apis-notificationManager-sys.md3597 on(type: 'checkNotification', callback: (checkInfo: NotificationCheckInfo) => NotificationCheckResu…
3614 | callback | (checkInfo: [NotificationCheckInfo](#notificationcheckinfo10)) => [NotificationCheckR…
3631 let onCheckNotification = (info : notificationManager.NotificationCheckInfo): notificationManager.N…
3650 …n', checkRequest: NotificationCheckRequest, callback: (checkInfo: NotificationCheckInfo) => Promis…
3668 | callback | (checkInfo: [NotificationCheckInfo](#notificationcheckinfo10)) => Promise\<[Notificat…
3704 off(type: 'checkNotification', callback?: (checkInfo: NotificationCheckInfo) => NotificationCheckRe…
3719 | callback | (checkInfo: [NotificationCheckInfo](#notificationcheckinfo10)) => [NotificationCheckR…
4478 ## NotificationCheckInfo<sup>10+</sup>
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-notification.md50 …ame: function on(type: 'checkNotification', callback: (checkInfo: NotificationCheckInfo) => Notifi…
51 …(<br> type: 'checkNotification',<br> callback?: (checkInfo: NotificationCheckInfo) => Notifi…
52 |Added|NA|Class name: NotificationCheckInfo;<br>Method or attribute name: bundleName: string;|@ohos…
53 |Added|NA|Class name: NotificationCheckInfo;<br>Method or attribute name: notificationId: number;|@…
54 |Added|NA|Class name: NotificationCheckInfo;<br>Method or attribute name: contentType: ContentType;…