/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_property_group.h | 44 jsonStarStyle->Put("backgroundUri", propBackgroundImageSourceInfo.value_or(ImageSourceInfo()).GetSrc().c_str()); in ToJsonValue() 45 jsonStarStyle->Put("foregroundUri", propForegroundImageSourceInfo.value_or(ImageSourceInfo()).GetSrc().c_str()); in ToJsonValue() 46 jsonStarStyle->Put("secondaryUri", propSecondaryImageSourceInfo.value_or(ImageSourceInfo()).GetSrc().c_str()); in ToJsonValue()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_element.cpp | 31 if (!webSrc_.empty() && webSrc_ != webComponent->GetSrc()) { in SetNewComponent() 32 WebClient::GetInstance().UpdateWebviewUrl(webComponent->GetSrc()); in SetNewComponent() 34 webSrc_ = webComponent->GetSrc(); in SetNewComponent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_loading_context.cpp | 43 auto skData = ImageLoader::LoadDataFromCachedFile(src.GetSrc()); in QueryDataFromCache() 53 TAG_LOGD(AceLogTag::ACE_IMAGE, "%{private}s hit the memory Cache.", src.GetSrc().c_str()); in QueryDataFromCache() 57 auto drawingData = ImageLoader::LoadDataFromCachedFile(src.GetSrc()); in QueryDataFromCache() 60 src.GetSrc().c_str(), static_cast<int32_t>(drawingData->GetSize())); in QueryDataFromCache() 92 DownloadManager::GetInstance()->RemoveDownloadTask(src_.GetSrc(), imageDfxConfig_.nodeId_); in ~ImageLoadingContext() 171 TAG_LOGD(AceLogTag::ACE_IMAGE, "%{private}s hit cache, not need create object", src_.GetSrc().c_str()); in OnDataLoading() 224 TAG_LOGD(AceLogTag::ACE_IMAGE, "%{private}s hit the Cache, not need DownLoad.", src_.GetSrc().c_str()); in DownloadImage() 233 static_cast<long long>(imageDfxConfig_.accessibilityId_), src_.GetSrc().c_str()); in PerformDownload() 268 NetworkImageLoader::DownloadImage(std::move(downloadCallback), src_.GetSrc(), syncLoad_, imageDfxConfig_.nodeId_); in PerformDownload() 279 ImageLoader::WriteCacheToFile(GetSourceInfo().GetSrc(), downloadedUrlData in CacheDownloadedImage() [all...] |
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_source_info.cpp | 209 auto& src = GetSrc(); in ResolveSrcType() 250 GetSrc() == info.GetSrc() && resourceId_ == info.resourceId_; in operator ==() 269 const std::string& ImageSourceInfo::GetSrc() const in GetSrc() function in OHOS::Ace::ImageSourceInfo 316 return GetSrc().empty() && resourceId_ != InternalResource::ResourceId::NO_ID && !pixmap_; in IsInternalResource() 321 auto& src = GetSrc(); in IsValid() 358 auto& src = GetSrc(); in ToString() 429 return !GetSrc().empty() || resourceId_ != InternalResource::ResourceId::NO_ID; in SupportObjCache()
|
H A D | image_loader.cpp | 248 const auto& src = imageSourceInfo.GetSrc(); in LoadImageData() 324 const auto& src = imageSourceInfo.GetSrc(); in LoadImageData() 357 const auto& src = imageSourceInfo.GetSrc(); in LoadImageData() 438 auto uri = imageSourceInfo.GetSrc(); in LoadImageData() 509 std::string_view base64Code = GetBase64ImageCode(imageSourceInfo.GetSrc()); in LoadImageData() 609 auto uri = imageSourceInfo.GetSrc(); in LoadImageData() 708 auto path = src.GetSrc(); in GetThumbnailOrientation() 742 void* pixmapMediaUniquePtr = dataProvider->GetDataProviderThumbnailResFromUri(src.GetSrc()); in LoadDecodedImageData() 823 auto id = RemovePathHead(src.GetSrc()); in LoadImageData() 898 void* pixmapMediaUniquePtr = dataProvider->GetDataProviderThumbnailResFromUri(src.GetSrc()); in LoadDecodedImageData() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testone_ng.cpp | 82 EXPECT_EQ(imagePattern->altLoadingCtx_->GetSourceInfo().GetSrc(), RESOURCE_URL); in HWTEST_F() 141 EXPECT_EQ(imagePattern->altLoadingCtx_->GetSourceInfo().GetSrc(), RESOURCE_URL); in HWTEST_F() 200 EXPECT_EQ(imagePattern->altLoadingCtx_->GetSourceInfo().GetSrc(), RESOURCE_URL); in HWTEST_F() 243 EXPECT_EQ(imagePattern->altLoadingCtx_->GetSourceInfo().GetSrc(), RESOURCE_URL); in HWTEST_F() 286 EXPECT_EQ(imagePattern->altLoadingCtx_->GetSourceInfo().GetSrc(), RESOURCE_URL); in HWTEST_F() 329 EXPECT_EQ(imagePattern->altLoadingCtx_->GetSourceInfo().GetSrc(), RESOURCE_URL); in HWTEST_F() 375 EXPECT_EQ(imagePattern->altLoadingCtx_->GetSourceInfo().GetSrc(), RESOURCE_URL); in HWTEST_F() 457 EXPECT_EQ(imagePattern->altLoadingCtx_->GetSourceInfo().GetSrc(), RESOURCE_URL); in HWTEST_F() 537 EXPECT_EQ(imagePattern->altLoadingCtx_->GetSourceInfo().GetSrc(), RESOURCE_URL); in HWTEST_F() 594 EXPECT_EQ(imagePattern->loadingCtx_->GetSourceInfo().GetSrc(), ""); in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_layout_property.h | 84 src = propImageSourceInfo_->GetSrc(); 103 json->PutExtAttr("alt", propAlt_.value_or(ImageSourceInfo("")).GetSrc().c_str(), filter); 109 json->PutExtAttr("rawSrc", propImageSourceInfo_->GetSrc().c_str(), filter);
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | image_composed_element.cpp | 33 { "src", [](const ImageComposedElement& inspector) { return inspector.GetSrc(); } }, 48 DumpLog::GetInstance().AddDesc(std::string("src: ").append(GetSrc())); in Dump() 67 std::string ImageComposedElement::GetSrc() const in GetSrc() function in OHOS::Ace::V2::ImageComposedElement
|
H A D | image_composed_element.h | 36 std::string GetSrc() const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_styles.h | 38 const std::string& GetSrc() in GetSrc() function
|
H A D | video_accessibility_property.cpp | 28 return videoLayoutProperty->GetVideoSourceValue(VideoSourceInfo()).GetSrc(); in GetText()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | image_component.h | 40 const char *GetSrc();
|
H A D | image_component.cpp | 35 const char *ImageComponent::GetSrc() in GetSrc() function in OHOS::ACELite::ImageComponent
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navdestination_node_base.cpp | 49 jsonToolBarItem->Put("icon", imageLayoutProperty->GetImageSourceInfoValue().GetSrc().c_str()); in GetBarItemsString()
|
H A D | navigation_layout_property.h | 100 json->PutExtAttr("backButtonIcon", GetImageSourceValue().GetSrc().c_str(), filter);
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | stage_card_parser.h | 41 const std::string& GetSrc() const;
|
H A D | stage_card_parser.cpp | 108 const std::string& StageCardParser::GetSrc() const in GetSrc() function in OHOS::Ace::StageCardParser
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_image.h | 41 auto src = imageChild_->GetSrc();
|
H A D | dom_video.h | 34 if (videoChild_->GetSrc().empty()) {
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_asset_loader.h | 51 virtual BASE_NS::string GetSrc() const = 0;
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/ |
H A D | intf_ecs_asset_loader.h | 51 virtual string GetSrc() const = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_layout_property.h | 170 jsonIcon->Put("shown", propControlButtonStyle_->propControlButtonShowIconInfo->GetSrc().c_str()); 171 jsonIcon->Put("hidden", propControlButtonStyle_->propControlButtonHiddenIconInfo->GetSrc().c_str()); 172 jsonIcon->Put("switching", propControlButtonStyle_->propControlButtonSwitchingIconInfo->GetSrc().c_str());
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_layout_algorithm.cpp | 78 auto content = marqueeLayoutProperty->GetSrc().value_or(""); in Layout()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | image_module.h | 28 const char* GetSrc() in GetSrc() function in OHOS::ACELite::final
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/include/ |
H A D | audio_player.h | 94 char *GetSrc() const;
|