Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h297 bool GetNotificationLargeIcon(int64_t largeIcon, OHOS::Notification::NotificationRequest &request);
/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h749 static napi_value GetNotificationLargeIcon(
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1137 static napi_value GetNotificationLargeIcon(
/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
/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, NotificationRequest &request) in GetNotificationLargeIcon() function in OHOS::NotificationNapi::Common
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp215 if (!GetNotificationLargeIcon(cjRequest.largeIcon, request)) { in GetNotificationRequestByCustom()
821 bool GetNotificationLargeIcon(int64_t largeIcon, NotificationRequest &request) in GetNotificationLargeIcon() function

Completed in 14 milliseconds