/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_ohos_image_decoder_adapter_wrapper.cpp | 29 std::string ArkOhosImageDecoderAdapterWrapper::GetEncodedFormat() in GetEncodedFormat() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterWrapper 31 ArkWebString str = ctocpp_->GetEncodedFormat(); in GetEncodedFormat() 32 std::string result = ArkWebStringStructToClass(ctocpp_->GetEncodedFormat()); in GetEncodedFormat()
|
H A D | ark_ohos_image_decoder_adapter_wrapper.h | 32 std::string GetEncodedFormat() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_image_decoder_adapter_impl.cpp | 31 ArkWebString ArkOhosImageDecoderAdapterImpl::GetEncodedFormat() in GetEncodedFormat() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterImpl 33 return ArkWebStringClassToStruct(real_->GetEncodedFormat()); in GetEncodedFormat()
|
H A D | ark_ohos_image_decoder_adapter_impl.h | 30 ArkWebString GetEncodedFormat() override;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | image_source_preview.h | 34 std::string GetEncodedFormat() override;
|
H A D | image_source_preview.cpp | 77 std::string ImageSourcePreview::GetEncodedFormat() in GetEncodedFormat() function in OHOS::Ace::ImageSourcePreview
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_image_source.h | 37 MOCK_METHOD0(GetEncodedFormat, std::string());
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_ohos_image_decoder_adapter.h | 32 virtual ArkWebString GetEncodedFormat() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | ohos_image_decoder_adapter.h | 39 virtual std::string GetEncodedFormat() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_source_ohos.h | 41 std::string GetEncodedFormat() override;
|
H A D | image_source_ohos.cpp | 148 std::string ImageSourceOhos::GetEncodedFormat() in GetEncodedFormat() function in OHOS::Ace::ImageSourceOhos
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/include/ |
H A D | ohos_image_decoder_adapter_impl.h | 38 std::string GetEncodedFormat() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/image/ |
H A D | image_source.h | 46 virtual std::string GetEncodedFormat() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/src/ |
H A D | ohos_image_decoder_adapter_impl.cpp | 77 std::string OhosImageDecoderAdapterImpl::GetEncodedFormat() in GetEncodedFormat() function in OHOS::NWeb::OhosImageDecoderAdapterImpl
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_file_cache/ |
H A D | image_file_cache_test_ng.cpp | 256 EXPECT_CALL(*mockImageSource, GetEncodedFormat()).WillOnce(Return(SVG_FORMAT));
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_image_source.cpp | 229 uint32_t ImageSource::GetEncodedFormat(const std::string &formatHint, std::string &format) in GetEncodedFormat() function in OHOS::Media::ImageSource
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/ |
H A D | ohos_image_decoder_adapter_test.cpp | 205 std::string format = imageDecoderAdapterImpl.GetEncodedFormat();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_file_cache.cpp | 275 if (imageSource->GetEncodedFormat() == SVG_FORMAT) { in ConvertToAstcAndWriteToFile()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 266 uint32_t GetEncodedFormat(const std::string &formatHint, std::string &format);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 2075 uint32_t ImageSource::GetEncodedFormat(const string &formatHint, string &format) in GetEncodedFormat() function in OHOS::Media::ImageSource 2171 auto ret = GetEncodedFormat(sourceInfo_.encodedFormat, formatResult); in OnSourceUnresolved()
|