Home
last modified time | relevance | path

Searched refs:GetNotificationOverlayIcon (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h760 static napi_value GetNotificationOverlayIcon(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp179 if (GetNotificationOverlayIcon(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
278 napi_value NotificationNapi::GetNotificationOverlayIcon( in GetNotificationOverlayIcon() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1150 static napi_value GetNotificationOverlayIcon(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp705 if (GetNotificationOverlayIcon(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
801 napi_value Common::GetNotificationOverlayIcon( in GetNotificationOverlayIcon() function in OHOS::NotificationNapi::Common