Home
last modified time | relevance | path

Searched refs:GetNotificationSlotType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp400 static bool GetNotificationSlotType(int32_t slotType, NotificationRequest &request) in GetNotificationSlotType() function
598 if (!GetNotificationSlotType(cjRequest.notificationSlotType, request)) { in GetNotificationRequestByCustom()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h297 static napi_value GetNotificationSlotType(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp147 if (GetNotificationSlotType(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
427 napi_value NotificationNapi::GetNotificationSlotType( in GetNotificationSlotType() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h675 static napi_value GetNotificationSlotType(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp673 if (GetNotificationSlotType(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
949 napi_value Common::GetNotificationSlotType(const napi_env &env, const napi_value &value, Notificati… in GetNotificationSlotType() function in OHOS::NotificationNapi::Common