Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp252 napi_value largeIconResult = nullptr; in SetNotificationRequestByPixelMap() local
254 largeIconResult = Media::PixelMapNapi::CreatePixelMap(env, largeIcon); in SetNotificationRequestByPixelMap()
255 NAPI_CALL(env, napi_typeof(env, largeIconResult, &valuetype)); in SetNotificationRequestByPixelMap()
260 napi_set_named_property(env, result, "largeIcon", largeIconResult); in SetNotificationRequestByPixelMap()