Home
last modified time | relevance | path

Searched refs:mimetype (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/
H A Dffmpeg_decoder_plugin.cpp46 void InitDefinition(const std::string &mimetype, const std::string_view &codecName, in InitDefinition() argument
49 cap.SetMime(mimetype); in InitDefinition()
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp128 std::string mimetype = "image/jpg"; in FuzzPasteboard() local
134 pasteData = PasteboardClient::GetInstance()->CreateKvData(mimetype, kvData); in FuzzPasteboard()
135 pasteDataRecord = PasteboardClient::GetInstance()->CreateKvRecord(mimetype, kvData); in FuzzPasteboard()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h39 const std::string& mimetype, long contentLength) override;
H A Dweb_client_impl.cpp120 const std::string& contentDisposition, const std::string& mimetype, long contentLength) in OnDownloadStart()
127 delegate->OnDownloadStart(url, userAgent, contentDisposition, mimetype, contentLength); in OnDownloadStart()
119 OnDownloadStart(const std::string& url, const std::string& userAgent, const std::string& contentDisposition, const std::string& mimetype, long contentLength) OnDownloadStart() argument
H A Dweb_delegate.h884 const std::string& mimetype, long contentLength);
H A Dweb_delegate.cpp4804 const std::string& contentDisposition, const std::string& mimetype, long contentLength) in OnDownloadStart()
4808 [weak = WeakClaim(this), url, userAgent, contentDisposition, mimetype, contentLength]() { in OnDownloadStart()
4814 std::make_shared<DownloadStartEvent>(url, userAgent, contentDisposition, mimetype, contentLength)); in OnDownloadStart()
4803 OnDownloadStart(const std::string& url, const std::string& userAgent, const std::string& contentDisposition, const std::string& mimetype, long contentLength) OnDownloadStart() argument
/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_service_stub.cpp610 std::string_view mimetype(mimetypeStr); in SetMetaMimeType()
611 reply.WriteInt32(SetMetaMimeType(sourceId, mimetype)); in SetMetaMimeType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp460 TAG_LOGE(AceLogTag::ACE_WEB, "WebObjectEventManager get WebDownloadResponseImpl mimetype failed"); in GetMimetype()
1306 auto mimetype = webDownloadResponse->GetMimetype(); in OnDownloadStart() local
1309 [weak = WeakClaim(this), url, userAgent, contentDisposition, mimetype, contentLength]() { in OnDownloadStart()
1320 std::make_shared<DownloadStartEvent>(url, userAgent, contentDisposition, mimetype, contentLength); in OnDownloadStart()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1092 const std::string& mimetype, long contentLength) in DownloadStartEvent()
1094 contentDisposition_(contentDisposition), mimetype_(mimetype), contentLength_(contentLength) in DownloadStartEvent()
1091 DownloadStartEvent(const std::string& url, const std::string& userAgent, const std::string& contentDisposition, const std::string& mimetype, long contentLength) DownloadStartEvent() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp771 const std::string& contentDisposition, const std::string& mimetype, long contentLength) in OnDownloadStart()
770 OnDownloadStart(const std::string& url, const std::string& userAgent, const std::string& contentDisposition, const std::string& mimetype, long contentLength) OnDownloadStart() argument

Completed in 30 milliseconds