Home
last modified time | relevance | path

Searched refs:SetNotificationSlot (Results 1 - 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp117 if (slot != nullptr && !SetNotificationSlot(*slot, notificationSlot)) { in GetSlot()
140 if (!SetNotificationSlot(*vec, head[count])) { in GetSlots()
141 LOGE("SetNotificationSlot is nullptr."); in GetSlots()
H A Dnotification_utils.cpp877 bool SetNotificationSlot(const NotificationSlot &slot, CNotificationSlot &notificationSlot) in SetNotificationSlot() function
882 LOGE("SetNotificationSlot SlotTypeCToCJ failed."); in SetNotificationSlot()
888 LOGE("SetNotificationSlot SlotLevelCToCJ failed."); in SetNotificationSlot()
915 LOGE("SetNotificationSlot malloc vibrationValues.head failed."); in SetNotificationSlot()
/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()
380 ANS_LOGD("SetNotificationSlot is nullptr."); in AsyncCompleteCallbackNapiGetSlots()
471 if (!Common::SetNotificationSlot(env, *vec, nSlot)) { in AsyncCompleteCallbackNapiGetSlotsByBundle()
557 if (!Common::SetNotificationSlot(env, *asynccallbackinfo->slot, result)) { in AsyncCompleteCallbackNapiGetSlotByBundle()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h298 bool SetNotificationSlot(const OHOS::Notification::NotificationSlot &slot, CNotificationSlot &notificationSlot);
/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()
1075 ANS_LOGD("SetNotificationSlot is null."); in AsyncCompleteCallbackGetSlots()
1168 if (!Common::SetNotificationSlot(env, *vec, nSlot)) { in AsyncCompleteCallbackGetSlotsByBundle()
H A Dcommon.cpp96 if (!SetNotificationSlot(env, sorting.GetSlot(), slotResult)) { in SetNotificationSorting()
97 ANS_LOGE("SetNotificationSlot call failed"); in SetNotificationSorting()
133 napi_value Common::SetNotificationSlot(const napi_env &env, const NotificationSlot &slot, napi_value &result) in SetNotificationSlot() function in OHOS::NotificationNapi::Common
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h348 static napi_value SetNotificationSlot(const napi_env &env, const NotificationSlot &slot, napi_value &result);

Completed in 17 milliseconds