Lines Matching defs:PasteDataImpl
22 OHOS::FFI::RuntimeType *PasteDataImpl::GetClassType()
24 static OHOS::FFI::RuntimeType runtimeType = OHOS::FFI::RuntimeType::Create<OHOS::FFI::FFIData>("PasteDataImpl");
30 auto pasteDataImpl = FFI::FFIData::Create<PasteDataImpl>(mimeType, value);
34 PasteDataImpl::PasteDataImpl()
39 PasteDataImpl::PasteDataImpl(std::shared_ptr<MiscServices::PasteData> pasteData)
44 PasteDataImpl::PasteDataImpl(std::string mimeType, CJValueType value)
63 std::shared_ptr<MiscServices::PasteData> PasteDataImpl::GetRealPasteData()
68 void PasteDataImpl::CreateHtmlData(std::string mimeType, CJValueType value)
73 void PasteDataImpl::CreatePlainTextData(std::string mimeType, CJValueType value)
78 void PasteDataImpl::CreateUriData(std::string mimeType, CJValueType value)
83 void PasteDataImpl::CreatePixelMapData(std::string mimeType, CJValueType value)
88 void PasteDataImpl::CreateWantData(std::string mimeType, CJValueType value) {}