Searched refs:DataMapping (Results 1 – 10 of 10) sorted by relevance
68 DataMapping::DataMapping(std::vector<uint8_t> data) : data_(std::move(data)) {} in DataMapping() function in fml::DataMapping70 DataMapping::~DataMapping() = default;72 size_t DataMapping::GetSize() const { in GetSize()76 const uint8_t* DataMapping::GetMapping() const { in GetMapping()
85 class DataMapping final : public Mapping {87 DataMapping(std::vector<uint8_t> data);89 ~DataMapping() override;100 FML_DISALLOW_COPY_AND_ASSIGN(DataMapping);
144 auto data = std::make_unique<fml::DataMapping>( in TEST()
165 auto mapping = std::make_unique<fml::DataMapping>( in store()188 auto mapping = std::make_unique<fml::DataMapping>( in DumpSkp()
19 return std::make_unique<fml::DataMapping>(GetVectorFromNSData(data));
219 std::make_unique<fml::DataMapping>(std::move(response))); in InvokePlatformMessageResponseCallback()
144 std::make_unique<fml::DataMapping>(std::move(response))); in InvokePlatformMessageResponseCallback()
634 response->Complete(std::make_unique<fml::DataMapping>( in HandleFlutterPlatformChannelPlatformMessage()
1002 response->Complete(std::make_unique<fml::DataMapping>( in FlutterEngineSendPlatformMessageResponse()
1199 response->Complete(std::make_unique<fml::DataMapping>( in FlutterEngineSendPlatformMessageResponse()