Searched refs:littleIcon (Results 1 – 8 of 8) sorted by relevance
420 void SetLittleIcon(const std::shared_ptr<Media::PixelMap> &littleIcon);
1080 auto littleIcon = request.GetLittleIcon(); in CheckImageSize() local1081 if (CheckImageOverSizeForPixelMap(littleIcon, MAX_ICON_SIZE)) { in CheckImageSize()
1250 std::shared_ptr<PixelMap> littleIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable1251 req.SetLittleIcon(littleIcon);1282 std::shared_ptr<PixelMap> littleIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable1283 req.SetLittleIcon(littleIcon);1314 std::shared_ptr<PixelMap> littleIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable1315 req.SetLittleIcon(littleIcon);
188 auto littleIcon = notificationRequest.GetLittleIcon(); in CheckCaseOneResult() local190 littleIcon->GetImageInfo(outImageInfo); in CheckCaseOneResult()
1139 std::shared_ptr<PixelMap> littleIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable1140 req->SetLittleIcon(littleIcon);1172 std::shared_ptr<PixelMap> littleIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable1173 req->SetLittleIcon(littleIcon);1205 std::shared_ptr<PixelMap> littleIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable1206 req->SetLittleIcon(littleIcon);
252 void NotificationRequest::SetLittleIcon(const std::shared_ptr<Media::PixelMap> &littleIcon) in SetLittleIcon() argument254 littleIcon_ = littleIcon; in SetLittleIcon()
195 auto littleIcon = request->GetLittleIcon(); in CheckPictureSize() local196 … if (littleIcon != nullptr && static_cast<uint32_t>(littleIcon->GetByteCount()) > MAX_ICON_SIZE) { in CheckPictureSize()
554 std::shared_ptr<Media::PixelMap> littleIcon = request->GetLittleIcon(); in SetNotificationRequestByPixelMap() local555 if (littleIcon) { in SetNotificationRequestByPixelMap()558 smallIconResult = Media::PixelMapNapi::CreatePixelMap(env, littleIcon); in SetNotificationRequestByPixelMap()