Home
last modified time | relevance | path

Searched defs:source (Results 376 - 400 of 3139) sorted by relevance

1...<<11121314151617181920>>...126

/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_style.cpp66 std::vector<std::string> SvgStyle::SplitString(const std::string& source, const std::string& mark) in SplitString() argument
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_client_test/
H A Dmock_ui_mgr_service.h65 int ReturnRequest(const AAFwk::Want& want, const std::string& source, const std::string& data, in ReturnRequest() argument
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_stub_test/
H A Dui_service_mgr_stub_test.cpp289 const std::string source = "source"; in HWTEST_F() local
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_service_mgr_stub.cpp147 const std::string& source = data.ReadString(); in ReturnRequestInner() local
H A Dui_service_stub.cpp70 const std::string& source = data.ReadString(); in OnReturnRequestInner() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_collection_ffi.cpp21 NavigationItem::NavigationItem(const NavigationItemFFI& source) in NavigationItem() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_sub_container.cpp45 void PluginSubContainer::RunPlugin(const std::string& path, const std::string& module, const std::string& source, in RunPlugin() argument
41 RunDecompressedPlugin(const std::string& hapPath, const std::string& module, const std::string& source, const std::string& moduleResPath, const std::string& data) RunDecompressedPlugin() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_style.cpp66 std::vector<std::string> SvgStyle::SplitString(const std::string& source, const std::string& mark) in SplitString() argument
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.cpp42 BuildImageObject( ImageSourceInfo source, const RefPtr<PipelineBase> context, const sk_sp<SkData>& skData, bool useSkiaSvg) BuildImageObject() argument
[all...]
H A Dimage_object_animated.cpp145 RefPtr<ImageObject> CreateAnimatedImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, in UploadToGpuForRender() argument
27 AnimatedImageObject( ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<SkData>& data) AnimatedImageObject() argument
35 AnimatedImageObject( ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const std::shared_ptr<RSData>& data) AnimatedImageObject() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp30 BaseExtractor::BaseExtractor(const std::string &source) : sourceFile_(source), zipFile_(source) in BaseExtractor() argument
/foundation/multimedia/av_codec/frameworks/native/capi/avsource/
H A Dnative_avsource.cpp73 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithURI(uri); in OH_AVSource_CreateWithURI() local
88 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithFD(fd, offset, size); in OH_AVSource_CreateWithFD() local
102 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithDataSource(nativeAVDataSource); in OH_AVSource_CreateWithDataSource() local
111 OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source) in OH_AVSource_Destroy() argument
120 OH_AVSource_GetSourceFormat(OH_AVSource *source) OH_AVSource_GetSourceFormat() argument
140 OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackIndex) OH_AVSource_GetTrackFormat() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/test/unittest/
H A Dremote_fast_audio_capturer_source_unittest.cpp466 AudioRouteNode source = {}; in HWTEST_F() local
482 AudioRouteNode source = {}; in HWTEST_F() local
498 AudioRouteNode source = {}; in HWTEST_F() local
514 AudioRouteNode source = {}; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dstring_util.h38 inline void CopyStringToArray(const BASE_NS::string_view source, char* target, size_t maxLength) in CopyStringToArray() argument
99 FindAndReplaceOne( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceOne() argument
110 FindAndReplaceAll( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceAll() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
H A Dstring_util.h39 inline void CopyStringToArray(const BASE_NS::string_view source, char* target, size_t maxLength) in CopyStringToArray() argument
100 FindAndReplaceOne( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceOne() argument
111 FindAndReplaceAll( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceAll() argument
[all...]
/foundation/multimedia/media_foundation/test/unittest/plugins/
H A DUtDemuxerTest2.cpp40 Status UtDemuxerTest2::SetDataSource(const std::shared_ptr<DataSource> &source) in SetDataSource() argument
H A DUtSourceTest1.cpp45 Status OHOS::Media::Plugin::UtSourceTest1::SetSource(std::shared_ptr<MediaSource> source) in SetSource() argument
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_receiver_mdk.cpp31 ImageReceiverNative* OH_Image_Receiver_InitImageReceiverNative(napi_env env, napi_value source) in OH_Image_Receiver_InitImageReceiverNative() argument
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_manager.cpp42 int32_t PluginManager::Sniffer(const std::string& name, std::shared_ptr<DataSourceHelper> source) in Sniffer() argument
H A Dsource.cpp26 Status Source::SetSource(std::shared_ptr<MediaSource> source) in SetSource() argument
/foundation/multimedia/media_foundation/engine/scene/player/
H A Dplay_executor.h45 virtual ErrorCode DoSetSource(const std::shared_ptr<MediaSource>& source) in DoSetSource() argument
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_video_player_fast_1.h70 PTEST((std::string url, int32_t fileSize), Test single player play fd source, and finished automatically) in FIXTURE() argument
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/
H A Daudio_decoder_reset_fuzzer.cpp38 OH_AVCodec *source = OH_AudioCodec_CreateByMime(codecdata.c_str(), true); in AudioDecoderFuzzTest() local
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderdescription_fuzzer/
H A Daudio_decoder_description_fuzzer.cpp38 OH_AVCodec *source = OH_AudioCodec_CreateByMime(codecdata.c_str(), true); in AudioDecoderFuzzTest() local
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/
H A Daudio_decoder_flush_fuzzer.cpp38 OH_AVCodec *source = OH_AudioCodec_CreateByMime(codecdata.c_str(), true); in AudioDecoderFuzzTest() local

Completed in 10 milliseconds

1...<<11121314151617181920>>...126