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 D | napi_slot.cpp | 229 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 D | slot.cpp | 923 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 D | common.cpp | 96 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 D | common.h | 350 …static napi_value SetNotificationSlot(const napi_env &env, const NotificationSlot &slot, napi_valu…
|