Searched refs:SetNotificationSlot (Results 1 - 7 of 7) sorted by relevance
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_impl.cpp | 117 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 D | notification_utils.cpp | 877 bool SetNotificationSlot(const NotificationSlot &slot, CNotificationSlot ¬ificationSlot) 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 D | napi_slot.cpp | 229 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 D | notification_utils.h | 298 bool SetNotificationSlot(const OHOS::Notification::NotificationSlot &slot, CNotificationSlot ¬ificationSlot);
|
/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() 1075 ANS_LOGD("SetNotificationSlot is null."); in AsyncCompleteCallbackGetSlots() 1168 if (!Common::SetNotificationSlot(env, *vec, nSlot)) { in AsyncCompleteCallbackGetSlotsByBundle()
|
H A D | common.cpp | 96 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 D | common.h | 348 static napi_value SetNotificationSlot(const napi_env &env, const NotificationSlot &slot, napi_value &result);
|
Completed in 17 milliseconds