Home
last modified time | relevance | path

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

1234

/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp46 return NotificationNapi::Common::NapiGetNull(env); in GetReminderRequest()
52 char str[NotificationNapi::STR_MAX_SIZE] = {0}; in GenActionButtons()
78 ReminderAgentNapi::ACTION_BUTTON_TITLE, str, NotificationNapi::STR_MAX_SIZE) && in GenActionButtons()
99 char res[NotificationNapi::STR_MAX_SIZE] = {0}; in HandleActionButtonTitle()
102 NotificationNapi::STR_MAX_SIZE)) { in HandleActionButtonTitle()
136 char str[NotificationNapi::STR_MAX_SIZE] = {0}; in GetButtonWantAgent()
140 ReminderAgentNapi::BUTTON_WANT_AGENT_PKG, str, NotificationNapi::STR_MAX_SIZE)) { in GetButtonWantAgent()
144 ReminderAgentNapi::BUTTON_WANT_AGENT_ABILITY, str, NotificationNapi::STR_MAX_SIZE)) { in GetButtonWantAgent()
148 ReminderAgentNapi::BUTTON_WANT_AGENT_URI, str, NotificationNapi::STR_MAX_SIZE)) { in GetButtonWantAgent()
161 char str[NotificationNapi::STR_MAX_SIZE] = {0}; in GetButtonDataShareUpdate()
[all …]
Dpublish.cpp54 NotificationNapi::NotificationConstant::SlotType inType
55 = NotificationNapi::NotificationConstant::SlotType::CONTENT_INFORMATION;
64 NotificationNapi::NotificationConstant::SlotType inType
65 = NotificationNapi::NotificationConstant::SlotType::CONTENT_INFORMATION;
78 return NotificationNapi::Common::NapiGetNull(env); in GetCallback()
121 return NotificationNapi::Common::NapiGetNull(env); in ParseParameters()
164 …if (!NotificationNapi::Common::SlotTypeJSToC(NotificationNapi::SlotType(propertyVal), params.inTyp… in ParseSlotParameters()
171 return NotificationNapi::Common::NapiGetNull(env); in ParseSlotParameters()
217 return NotificationNapi::Common::NapiGetNull(env); in ParseCanCelParameter()
238 return NotificationNapi::Common::NapiGetNull(env); in ParseCanCelAllParameter()
[all …]
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
Dnapi_template.h22 namespace NotificationNapi {
Dnapi_disturb_mode.h21 namespace NotificationNapi {
Dnapi_local_live_view.h21 namespace NotificationNapi {
Dnapi_publish.h21 namespace NotificationNapi {
Dinit_module.h22 namespace NotificationNapi {
Dnapi_cancel.h22 namespace NotificationNapi {
Dnapi_remove_group.h22 namespace NotificationNapi {
Dnapi_enable_notification.h22 namespace NotificationNapi {
Dnapi_display_badge.h21 namespace NotificationNapi {
Dnapi_get_active.h22 namespace NotificationNapi {
Dnapi_distributed.h22 namespace NotificationNapi {
Dnapi_push.h23 namespace NotificationNapi {
/base/notification/distributed_notification_service/frameworks/js/napi/include/subscribe/
Dnapi_subscribe.h21 namespace NotificationNapi {
Dnapi_remove.h22 namespace NotificationNapi {
Dinit_module.h22 namespace NotificationNapi {
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dinit.h22 namespace NotificationNapi {
Dunsubscribe.h23 namespace NotificationNapi {
Dans_template.h22 namespace NotificationNapi {
Djs_ans_dialog_callback.h28 namespace NotificationNapi {
Dget_active.h22 namespace NotificationNapi {
Dpublish.h21 namespace NotificationNapi {
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push_callback.cpp153 NotificationNapi::SlotType slotType; in OnCheckNotification()
154 NotificationNapi::ContentType contentType; in OnCheckNotification()
155 NotificationNapi::Common::ContentTypeCToJS( in OnCheckNotification()
157 NotificationNapi::Common::SlotTypeCToJS( in OnCheckNotification()
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
Dinit_module.cpp23 namespace NotificationNapi { namespace

1234