Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp423 static bool GetNotificationLargeIcon(int64_t largeIcon, NotificationRequest request) in GetNotificationLargeIcon() function
606 if (!GetNotificationLargeIcon(cjRequest.largeIcon, request)) { in GetNotificationRequestByCustom()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h749 static napi_value GetNotificationLargeIcon(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp175 if (GetNotificationLargeIcon(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
249 napi_value NotificationNapi::GetNotificationLargeIcon( in GetNotificationLargeIcon() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1139 static napi_value GetNotificationLargeIcon(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp701 if (GetNotificationLargeIcon(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
773 napi_value Common::GetNotificationLargeIcon(const napi_env &env, const napi_value &value, Notificat… in GetNotificationLargeIcon() function in OHOS::NotificationNapi::Common