Home | History | Annotate | Download | only in dbus

Lines Matching defs:method_call

76     dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
79 &method_call,
90 dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
92 dbus::MessageWriter writer(&method_call);
95 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
104 dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
106 dbus::MessageWriter writer(&method_call);
108 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
117 dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
119 dbus::MessageWriter writer(&method_call);
121 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
131 dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
133 dbus::MessageWriter writer(&method_call);
136 &method_call,
144 dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
147 &method_call, callback, error_callback);
153 dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
155 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
163 dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
165 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
175 dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
177 dbus::MessageWriter writer(&method_call);
179 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
188 dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
190 dbus::MessageWriter writer(&method_call);
191 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
199 dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
201 dbus::MessageWriter writer(&method_call);
203 return GetHelper(service_path)->CallVoidMethodAndBlock(&method_call);
209 dbus::MethodCall method_call(flimflam::kFlimflamServiceInterface,
212 &method_call,