Searched refs:largeIconResult (Results 1 – 1 of 1) sorted by relevance
252 napi_value largeIconResult = nullptr; in SetNotificationRequestByPixelMap() local254 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()