Home
last modified time | relevance | path

Searched refs:SetNotificationSlot (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp229 if (!Common::SetNotificationSlot(env, *asynccallbackinfo->slot, result)) { in AsyncCompleteCallbackNapiGetSlot()
379 if (!Common::SetNotificationSlot(env, *vec, nSlot)) { in AsyncCompleteCallbackNapiGetSlots()
471 if (!Common::SetNotificationSlot(env, *vec, nSlot)) { in AsyncCompleteCallbackNapiGetSlotsByBundle()
557 if (!Common::SetNotificationSlot(env, *asynccallbackinfo->slot, result)) { in AsyncCompleteCallbackNapiGetSlotByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp923 if (!Common::SetNotificationSlot(env, *asynccallbackinfo->slot, result)) { in AsyncCompleteCallbackGetSlot()
1074 if (!Common::SetNotificationSlot(env, *vec, nSlot)) { in AsyncCompleteCallbackGetSlots()
1168 if (!Common::SetNotificationSlot(env, *vec, nSlot)) { in AsyncCompleteCallbackGetSlotsByBundle()
H A Dcommon.cpp96 if (!sorting.GetSlot() || !SetNotificationSlot(env, *sorting.GetSlot(), slotResult)) { in SetNotificationSorting()
133 napi_value Common::SetNotificationSlot(const napi_env &env, const NotificationSlot &slot, napi_valu… in SetNotificationSlot() function in OHOS::NotificationNapi::Common
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h350 …static napi_value SetNotificationSlot(const napi_env &env, const NotificationSlot &slot, napi_valu…