Home
last modified time | relevance | path

Searched refs:GetMimeType (Results 1 - 18 of 18) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalmessage_fuzzer/
H A Dnotificationconversationalmessage_fuzzer.cpp29 notificationConversationalMessage.GetMimeType(); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_record_adapter_impl.h35 ArkWebString GetMimeType() override;
H A Dark_paste_data_record_adapter_impl.cpp66 ArkWebString ArkPasteDataRecordAdapterImpl::GetMimeType() in GetMimeType() function in OHOS::ArkWeb::ArkPasteDataRecordAdapterImpl
68 return ArkWebStringClassToStruct(real_->GetMimeType()); in GetMimeType()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getmimetype_fuzzer/
H A Dgetmimetype_fuzzer.cpp33 dataRecordAdapterImpl->GetMimeType(); in GetMimeTypeFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_record_adapter_wrapper.cpp67 std::string ArkPasteDataRecordAdapterWrapper::GetMimeType() in GetMimeType() function in OHOS::OHOS::ArkWeb::ArkPasteDataRecordAdapterWrapper
69 ArkWebString str = ctocpp_->GetMimeType(); in GetMimeType()
H A Dark_paste_data_record_adapter_wrapper.h35 std::string GetMimeType() override;
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_conversational_message.h75 std::string GetMimeType() const;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp229 std::string PasteDataRecordAdapterImpl::GetMimeType() in GetMimeType() function in OHOS::NWeb::PasteDataRecordAdapterImpl
231 return (record_ != nullptr) ? record_->GetMimeType() : ""; in GetMimeType()
445 std::string primaryMimeType = data.front()->GetMimeType(); in GetPasteMimeTypeExtention()
447 if (primaryMimeType != item->GetMimeType()) { in GetPasteMimeTypeExtention()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h131 virtual ArkWebString GetMimeType() = 0;
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_conversational_message.cpp53 std::string NotificationConversationalMessage::GetMimeType() const in GetMimeType() function in OHOS::Notification::NotificationConversationalMessage
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h128 virtual std::string GetMimeType() = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h48 std::string GetMimeType() override;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_conversational_message_test.cpp68 EXPECT_EQ(rrc->GetMimeType(), mimeType); in HWTEST_F()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_scheme_handler_request.h74 char* GetMimeType();
H A Dweb_scheme_handler_request.cpp235 char* WebSchemeHandlerResponse::GetMimeType() in GetMimeType() function in OHOS::NWeb::WebSchemeHandlerResponse
H A Dnapi_web_scheme_handler_request.cpp620 char* result = response->GetMimeType(); in JS_GetMimeType()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp274 * @tc.desc: Test the GetMimeType.
281 std::string mimeType = g_paster->GetMimeType(); in HWTEST_F()
286 mimeType = g_pasternull->GetMimeType(); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp435 napi_create_string_utf8(env, conversationalMessage->GetMimeType().c_str(), NAPI_AUTO_LENGTH, &value); in SetConversationalMessage()

Completed in 12 milliseconds