Home
last modified time | relevance | path

Searched refs:decodeMethodCall (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DMethodCodec.java35 MethodCall decodeMethodCall(ByteBuffer methodCall); in decodeMethodCall() method
DJSONMethodCodec.java42 public MethodCall decodeMethodCall(ByteBuffer message) { in decodeMethodCall() method in JSONMethodCodec
DStandardMethodCodec.java43 public MethodCall decodeMethodCall(ByteBuffer methodCall) { in decodeMethodCall() method in StandardMethodCodec
DMethodChannel.java220 final MethodCall call = codec.decodeMethodCall(message); in onMessage()
DEventChannel.java170 final MethodCall call = codec.decodeMethodCall(message); in onMessage()
/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Source/
Dflutter_standard_codec_unittest.mm184 FlutterMethodCall* decoded = [codec decodeMethodCall:encoded];
192 FlutterMethodCall* decoded = [codec decodeMethodCall:encoded];
202 FlutterMethodCall* decoded = [codec decodeMethodCall:encoded];
DFlutterChannels.mm216 FlutterMethodCall* call = [codec decodeMethodCall:message];
276 FlutterMethodCall* call = [codec decodeMethodCall:message];
DFlutterCodecs.mm131 - (FlutterMethodCall*)decodeMethodCall:(NSData*)message {
DFlutterStandardCodec.mm114 - (FlutterMethodCall*)decodeMethodCall:(NSData*)message {
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dplatform_views.dart47 final MethodCall decoded = codec.decodeMethodCall(data);
Dwindow.dart118 final MethodCall decoded = codec.decodeMethodCall(data);
Dtext_editing.dart568 final MethodCall call = const JSONMethodCodec().decodeMethodCall(data);
/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Headers/
DFlutterCodecs.h350 - (FlutterMethodCall*)decodeMethodCall:(NSData*)methodCall;
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dmessage_codec.dart69 MethodCall decodeMethodCall(ByteData methodCall);
Dmessage_codecs.dart128 MethodCall decodeMethodCall(ByteData methodCall) {
529 MethodCall decodeMethodCall(ByteData methodCall) {
Dplatform_channel.dart395 final MethodCall call = codec.decodeMethodCall(message);
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/
Dmessage_codec.dart62 MethodCall decodeMethodCall(ByteData methodCall);
Dmessage_codecs.dart123 MethodCall decodeMethodCall(ByteData methodCall) {
511 MethodCall decodeMethodCall(ByteData methodCall) {