Home
last modified time | relevance | path

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

123

/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp45 return NotificationNapi::Common::NapiGetNull(env); in GetReminderRequest()
51 char str[NotificationNapi::STR_MAX_SIZE] = {0}; in GenActionButtons()
77 ReminderAgentNapi::ACTION_BUTTON_TITLE, str, NotificationNapi::STR_MAX_SIZE) && in GenActionButtons()
116 char str[NotificationNapi::STR_MAX_SIZE] = {0}; in GetButtonWantAgent()
120 ReminderAgentNapi::BUTTON_WANT_AGENT_PKG, str, NotificationNapi::STR_MAX_SIZE)) { in GetButtonWantAgent()
124 ReminderAgentNapi::BUTTON_WANT_AGENT_ABILITY, str, NotificationNapi::STR_MAX_SIZE)) { in GetButtonWantAgent()
128 ReminderAgentNapi::BUTTON_WANT_AGENT_URI, str, NotificationNapi::STR_MAX_SIZE)) { in GetButtonWantAgent()
137 char str[NotificationNapi::STR_MAX_SIZE] = {0}; in GenWantAgent()
141 …if (GetStringUtf8(env, wantAgent, ReminderAgentNapi::WANT_AGENT_PKG, str, NotificationNapi::STR_MA… in GenWantAgent()
145 ReminderAgentNapi::WANT_AGENT_ABILITY, str, NotificationNapi::STR_MAX_SIZE)) { in GenWantAgent()
[all …]
Dpublish.cpp52 NotificationNapi::NotificationConstant::SlotType inType
53 = NotificationNapi::NotificationConstant::SlotType::CONTENT_INFORMATION;
62 NotificationNapi::NotificationConstant::SlotType inType
63 = NotificationNapi::NotificationConstant::SlotType::CONTENT_INFORMATION;
76 return NotificationNapi::Common::NapiGetNull(env); in GetCallback()
119 return NotificationNapi::Common::NapiGetNull(env); in ParseParameters()
160 …if (!NotificationNapi::Common::SlotTypeJSToC(NotificationNapi::SlotType(propertyVal), params.inTyp… in ParseSlotParameters()
167 return NotificationNapi::Common::NapiGetNull(env); in ParseSlotParameters()
213 return NotificationNapi::Common::NapiGetNull(env); in ParseCanCelParameter()
234 return NotificationNapi::Common::NapiGetNull(env); in ParseCanCelAllParameter()
[all …]
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
Dnapi_template.h22 namespace NotificationNapi {
Dnapi_publish.h21 namespace NotificationNapi {
Dnapi_disturb_mode.h21 namespace NotificationNapi {
Dnapi_get_active.h22 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_push.h23 namespace NotificationNapi {
Dnapi_distributed.h22 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 {
Dget_active.h22 namespace NotificationNapi {
Dpublish.h21 namespace NotificationNapi {
Dconstant.h21 namespace NotificationNapi {
Ddisplay_badge.h21 namespace NotificationNapi {
Dslot.h21 namespace NotificationNapi {
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
Dinit_module.cpp23 namespace NotificationNapi { namespace

123