/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/interface/ |
H A D | vibrator_decoder_creator.cpp | 33 IVibratorDecoder *VibratorDecoderCreator::CreateDecoder(const JsonParser &parser) in CreateDecoder() function in OHOS::Sensors::VibratorDecoderCreator 39 return factory.CreateDecoder(); in CreateDecoder() 43 return factory.CreateDecoder(); in CreateDecoder() 57 return creator.CreateDecoder(parser); in Create()
|
H A D | i_vibrator_decoder_factory.h | 27 virtual IVibratorDecoder *CreateDecoder() = 0;
|
H A D | vibrator_decoder_creator.h | 31 IVibratorDecoder *CreateDecoder(const JsonParser &parser);
|
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/src/ |
H A D | he_vibrator_decoder_factory.cpp | 26 IVibratorDecoder *HEVibratorDecoderFactory::CreateDecoder() in CreateDecoder() function in OHOS::Sensors::HEVibratorDecoderFactory
|
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/oh_json/src/ |
H A D | default_vibrator_decoder_factory.cpp | 27 IVibratorDecoder *DefaultVibratorDecoderFactory::CreateDecoder() in CreateDecoder() function in OHOS::Sensors::DefaultVibratorDecoderFactory
|
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/include/ |
H A D | he_vibrator_decoder_factory.h | 27 IVibratorDecoder *CreateDecoder() override;
|
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/oh_json/include/ |
H A D | default_vibrator_decoder_factory.h | 27 IVibratorDecoder *CreateDecoder() override;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/ |
H A D | image_png_plugin_fuzz.cpp | 80 auto pngDecoder = static_cast<PngDecoder*>(imageSource->CreateDecoder(errorCode)); in PngDecoderFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/ |
H A D | jpeg_decoder.h | 83 void CreateDecoder();
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/ |
H A D | image_plugin_fuzz.cpp | 98 auto svgDecoder = static_cast<SvgDecoder*>(imageSource->CreateDecoder(errorCode)); in SvgDecoderFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/ |
H A D | image_source_fuzz.cpp | 58 imageSource->CreateDecoder(errCode); in ImageSourceFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_decoder.cpp | 149 CreateDecoder(); in JpegDecoder() 155 void JpegDecoder::CreateDecoder() in CreateDecoder() function in OHOS::ImagePlugin::JpegDecoder 602 CreateDecoder(); in FinishOldDecompress()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_image_source.cpp | 259 AbsImageDecoder *ImageSource::CreateDecoder(uint32_t &errorCode) in CreateDecoder() function in OHOS::Media::ImageSource
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 270 ImagePlugin::AbsImageDecoder *CreateDecoder(uint32_t &errorCode);
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/ |
H A D | miscdevice_service.cpp | 504 std::unique_ptr<IVibratorDecoder> decoder(creator.CreateDecoder(parser)); in PlayVibratorCustom()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 2316 mainDecoder_ = std::unique_ptr<ImagePlugin::AbsImageDecoder>(CreateDecoder(result)); in InitMainDecoder() 2320 AbsImageDecoder *ImageSource::CreateDecoder(uint32_t &errorCode) in CreateDecoder() function in OHOS::Media::ImageSource 2475 context.decoder = std::unique_ptr<ImagePlugin::AbsImageDecoder>(CreateDecoder(ret)); in AddIncrementalContext()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_test.cpp | 1444 …->mainDecoder_ = std::unique_ptr<ImagePlugin::AbsImageDecoder>(imageSource->CreateDecoder(result));
|