Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp1210 auto native2 = FFIData::Create<Media::PixelMapImpl>(pixx); in SetNotificationPictureContent() local
1211 if (native2 == nullptr) { in SetNotificationPictureContent()
1216 picture->lockscreenPicture = native2->GetID(); in SetNotificationPictureContent()
1287 auto native2 = FFIData::Create<Media::PixelMapImpl>(pix); in SetNotificationMultiLineContent() local
1288 if (native2 == nullptr) { in SetNotificationMultiLineContent()
1293 multiLine->lockscreenPicture = native2->GetID(); in SetNotificationMultiLineContent()
1452 auto native2 = FFIData::Create<Media::PixelMapImpl>(pix); in SetNotificationLocalLiveViewContent() local
1453 if (native2 == nullptr) { in SetNotificationLocalLiveViewContent()
1457 systemLiveView->lockscreenPicture = native2->GetID(); in SetNotificationLocalLiveViewContent()

Completed in 3 milliseconds