Home
last modified time | relevance | path

Searched refs:GetNotificationSlotType (Results 1 - 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h294 bool GetNotificationSlotType(int32_t slotType, OHOS::Notification::NotificationRequest &request);
/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h297 static napi_value GetNotificationSlotType(
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h673 static napi_value GetNotificationSlotType(
/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
/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, NotificationRequest &request) in GetNotificationSlotType() function in OHOS::NotificationNapi::Common
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp207 if (!GetNotificationSlotType(cjRequest.notificationSlotType, request)) { in GetNotificationRequestByCustom()
798 bool GetNotificationSlotType(int32_t slotType, NotificationRequest &request) in GetNotificationSlotType() function

Completed in 12 milliseconds