Searched refs:NotificationNapi (Results 1 – 25 of 64) sorted by relevance
123
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 45 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 …]
|
D | publish.cpp | 52 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/ |
D | napi_template.h | 22 namespace NotificationNapi {
|
D | napi_publish.h | 21 namespace NotificationNapi {
|
D | napi_disturb_mode.h | 21 namespace NotificationNapi {
|
D | napi_get_active.h | 22 namespace NotificationNapi {
|
D | init_module.h | 22 namespace NotificationNapi {
|
D | napi_cancel.h | 22 namespace NotificationNapi {
|
D | napi_remove_group.h | 22 namespace NotificationNapi {
|
D | napi_enable_notification.h | 22 namespace NotificationNapi {
|
D | napi_display_badge.h | 21 namespace NotificationNapi {
|
D | napi_push.h | 23 namespace NotificationNapi {
|
D | napi_distributed.h | 22 namespace NotificationNapi {
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/subscribe/ |
D | napi_subscribe.h | 21 namespace NotificationNapi {
|
D | napi_remove.h | 22 namespace NotificationNapi {
|
D | init_module.h | 22 namespace NotificationNapi {
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | init.h | 22 namespace NotificationNapi {
|
D | unsubscribe.h | 23 namespace NotificationNapi {
|
D | ans_template.h | 22 namespace NotificationNapi {
|
D | get_active.h | 22 namespace NotificationNapi {
|
D | publish.h | 21 namespace NotificationNapi {
|
D | constant.h | 21 namespace NotificationNapi {
|
D | display_badge.h | 21 namespace NotificationNapi {
|
D | slot.h | 21 namespace NotificationNapi {
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/ |
D | init_module.cpp | 23 namespace NotificationNapi { namespace
|
123