Home
last modified time | relevance | path

Searched refs:DataMapping (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/engine/flutter/fml/
Dmapping.cc68 DataMapping::DataMapping(std::vector<uint8_t> data) : data_(std::move(data)) {} in DataMapping() function in fml::DataMapping
70 DataMapping::~DataMapping() = default;
72 size_t DataMapping::GetSize() const { in GetSize()
76 const uint8_t* DataMapping::GetMapping() const { in GetMapping()
Dmapping.h85 class DataMapping final : public Mapping {
87 DataMapping(std::vector<uint8_t> data);
89 ~DataMapping() override;
100 FML_DISALLOW_COPY_AND_ASSIGN(DataMapping);
Dfile_unittest.cc144 auto data = std::make_unique<fml::DataMapping>( in TEST()
/third_party/flutter/engine/flutter/shell/common/
Dpersistent_cache.cc165 auto mapping = std::make_unique<fml::DataMapping>( in store()
188 auto mapping = std::make_unique<fml::DataMapping>( in DumpSkp()
/third_party/flutter/engine/flutter/shell/platform/darwin/common/
Dbuffer_conversions.mm19 return std::make_unique<fml::DataMapping>(GetVectorFromNSData(data));
/third_party/flutter/engine/flutter/shell/platform/android/
Dace_platform_view_android.cc219 std::make_unique<fml::DataMapping>(std::move(response))); in InvokePlatformMessageResponseCallback()
Dplatform_view_android.cc144 std::make_unique<fml::DataMapping>(std::move(response))); in InvokePlatformMessageResponseCallback()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dplatform_view.cc634 response->Complete(std::make_unique<fml::DataMapping>( in HandleFlutterPlatformChannelPlatformMessage()
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dace_embedder.cc1002 response->Complete(std::make_unique<fml::DataMapping>( in FlutterEngineSendPlatformMessageResponse()
Dembedder.cc1199 response->Complete(std::make_unique<fml::DataMapping>( in FlutterEngineSendPlatformMessageResponse()