Home
last modified time | relevance | path

Searched refs:GetSrc (Results 1 - 25 of 107) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_property_group.h44 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 Dweb_element.cpp31 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 Dimage_loading_context.cpp43 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 Dimage_source_info.cpp209 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 Dimage_loader.cpp248 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 Dimage_testone_ng.cpp82 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 Dimage_layout_property.h84 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 Dimage_composed_element.cpp33 { "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 Dimage_composed_element.h36 std::string GetSrc() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_styles.h38 const std::string& GetSrc() in GetSrc() function
H A Dvideo_accessibility_property.cpp28 return videoLayoutProperty->GetVideoSourceValue(VideoSourceInfo()).GetSrc(); in GetText()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dimage_component.h40 const char *GetSrc();
H A Dimage_component.cpp35 const char *ImageComponent::GetSrc() in GetSrc() function in OHOS::ACELite::ImageComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_node_base.cpp49 jsonToolBarItem->Put("icon", imageLayoutProperty->GetImageSourceInfoValue().GetSrc().c_str()); in GetBarItemsString()
H A Dnavigation_layout_property.h100 json->PutExtAttr("backButtonIcon", GetImageSourceValue().GetSrc().c_str(), filter);
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dstage_card_parser.h41 const std::string& GetSrc() const;
H A Dstage_card_parser.cpp108 const std::string& StageCardParser::GetSrc() const in GetSrc() function in OHOS::Ace::StageCardParser
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_image.h41 auto src = imageChild_->GetSrc();
H A Ddom_video.h34 if (videoChild_->GetSrc().empty()) {
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_asset_loader.h51 virtual BASE_NS::string GetSrc() const = 0;
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Dintf_ecs_asset_loader.h51 virtual string GetSrc() const = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_property.h170 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 Dmarquee_layout_algorithm.cpp78 auto content = marqueeLayoutProperty->GetSrc().value_or(""); in Layout()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dimage_module.h28 const char* GetSrc() in GetSrc() function in OHOS::ACELite::final
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/include/
H A Daudio_player.h94 char *GetSrc() const;

Completed in 13 milliseconds

12345