/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ |
H A D | ffmpeg_decoder_plugin.cpp | 46 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 D | pasteboardclient_fuzzer.cpp | 128 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 D | web_client_impl.h | 39 const std::string& mimetype, long contentLength) override;
|
H A D | web_client_impl.cpp | 120 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 D | web_delegate.h | 884 const std::string& mimetype, long contentLength);
|
H A D | web_delegate.cpp | 4804 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 D | recorder_service_stub.cpp | 610 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 D | web_delegate_cross.cpp | 460 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 D | web_event.h | 1092 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 D | mock_web_delegate.cpp | 771 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
|