Home | History | Annotate | Download | only in aidl

Lines Matching full:methodcall

159         ifs->expression = new MethodCall(new StringLiteralExpression(method->name.data), "equals",
171 MethodCall* realCall = new MethodCall(this->targetExpression, method->name.data);
271 new MethodCall(SUPER_VALUE, "process", 4,
280 s->statements->Add(new ReturnStatement(new MethodCall(this->resultData, "serialize")));
371 return new Cast(cast, new MethodCall(THIS_VALUE, "getView"));
408 ctor->statements->Add(new MethodCall("super", 2, broker, listener));
490 ctor->statements->Add(new MethodCall("super", 3, container, broker, place));
588 c->statements->Add(new MethodCall(new LiteralExpression("this"), name, 1, this->resultParam));
730 proxyMethod->statements->Add(new MethodCall(new FieldVariable(THIS_VALUE, "_broker"),
734 new MethodCall(_data, "serialize"),
754 MethodCall* realCall = new MethodCall(
876 push->statements->Add(new MethodCall("pushEvent", 2,
878 new MethodCall(_data, "serialize")));
931 startListeningMethod->statements->Add(new MethodCall(THIS_VALUE, "stopListening"));
934 startListeningMethod->statements->Add(new MethodCall(_presenter,
948 ifst->statements->Add(new MethodCall(_presenter, "stopListening"));