Home
last modified time | relevance | path

Searched refs:SlotTypeCToCJ (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h290 bool SlotTypeCToCJ(const OHOS::Notification::NotificationConstant::SlotType &inType, SlotType &outType);
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp679 bool SlotTypeCToCJ(const NotificationConstant::SlotType &inType, SlotType &outType) in SlotTypeCToCJ() function
881 if (!SlotTypeCToCJ(slot.GetType(), outType)) { in SetNotificationSlot()
882 LOGE("SetNotificationSlot SlotTypeCToCJ failed."); in SetNotificationSlot()
952 if (!SlotTypeCToCJ(request->GetSlotType(), outType)) { in SetNotificationRequestByNumber()

Completed in 7 milliseconds