Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp410 static bool GetNotificationSmallIcon(int64_t smallIcon, NotificationRequest request) in GetNotificationSmallIcon() function
602 if (!GetNotificationSmallIcon(cjRequest.smallIcon, request)) { in GetNotificationRequestByCustom()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h738 static napi_value GetNotificationSmallIcon(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp171 if (GetNotificationSmallIcon(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
220 napi_value NotificationNapi::GetNotificationSmallIcon( in GetNotificationSmallIcon() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1128 static napi_value GetNotificationSmallIcon(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp697 if (GetNotificationSmallIcon(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
745 napi_value Common::GetNotificationSmallIcon(const napi_env &env, const napi_value &value, Notificat… in GetNotificationSmallIcon() function in OHOS::NotificationNapi::Common