Home
last modified time | relevance | path

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

123

/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
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 …]
Dreminder_common.cpp43 return NotificationNapi::Common::NapiGetNull(env); in GetReminderRequest()
49 char str[NotificationNapi::STR_MAX_SIZE] = {0}; in GenActionButtons()
75 ReminderAgentNapi::ACTION_BUTTON_TITLE, str, NotificationNapi::STR_MAX_SIZE) && in GenActionButtons()
96 char str[NotificationNapi::STR_MAX_SIZE] = {0}; in GenWantAgent()
100 …if (GetStringUtf8(env, wantAgent, ReminderAgentNapi::WANT_AGENT_PKG, str, NotificationNapi::STR_MA… in GenWantAgent()
104 ReminderAgentNapi::WANT_AGENT_ABILITY, str, NotificationNapi::STR_MAX_SIZE)) { in GenWantAgent()
114 char str[NotificationNapi::STR_MAX_SIZE] = {0}; in GenMaxScreenWantAgent()
119 ReminderAgentNapi::MAX_SCREEN_WANT_AGENT_PKG, str, NotificationNapi::STR_MAX_SIZE)) { in GenMaxScreenWantAgent()
123 … ReminderAgentNapi::MAX_SCREEN_WANT_AGENT_ABILITY, str, NotificationNapi::STR_MAX_SIZE)) { in GenMaxScreenWantAgent()
172 char str[NotificationNapi::STR_MAX_SIZE] = {0}; in GenReminder()
[all …]
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
Dnapi_template.h22 namespace NotificationNapi {
Dnapi_display_badge.h21 namespace NotificationNapi {
Dnapi_publish.h21 namespace NotificationNapi {
Dnapi_disturb_mode.h21 namespace NotificationNapi {
Dnapi_get_active.h22 namespace NotificationNapi {
Dnapi_enable_notification.h21 namespace NotificationNapi {
Dnapi_cancel.h22 namespace NotificationNapi {
Dinit_module.h22 namespace NotificationNapi {
Dnapi_remove_group.h22 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 {
Dans_template.h22 namespace NotificationNapi {
Dunsubscribe.h23 namespace NotificationNapi {
Dget_active.h22 namespace NotificationNapi {
Dpublish.h21 namespace NotificationNapi {
Ddisplay_badge.h21 namespace NotificationNapi {
Dconstant.h21 namespace NotificationNapi {
Dslot.h21 namespace NotificationNapi {
Ddisturb_mode.h21 namespace NotificationNapi {
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
Dinit_module.cpp23 namespace NotificationNapi { namespace

123