Home | History | Annotate | Download | only in dbus

Lines Matching refs:method_call

87   void Release(dbus::MethodCall* method_call,
94 response_sender.Run(dbus::Response::FromMethodCall(method_call));
99 void NewConnection(dbus::MethodCall* method_call,
104 dbus::MessageReader reader(method_call);
112 << method_call->ToString();
123 << method_call->ToString();
135 method_call,
144 dbus::MethodCall* method_call,
149 dbus::MessageReader reader(method_call);
153 << method_call->ToString();
160 method_call,
168 void Cancel(dbus::MethodCall* method_call,
175 response_sender.Run(dbus::Response::FromMethodCall(method_call));
187 void OnConfirmation(dbus::MethodCall* method_call,
194 response_sender.Run(dbus::Response::FromMethodCall(method_call));
200 method_call, bluetooth_profile::kErrorRejected, "rejected")
207 method_call, bluetooth_profile::kErrorCanceled, "canceled")