Age | Commit message (Collapse) | Author |
|
assure_qmi_client() was created to help migrating MMBroadbandModemQmi code
to use GTask. Now that all MMBroadbandModemQmi code has been migrated to
use GTask, this patch removes the old ensure_qmi_client() and rename
assure_qmi_client() as ensure_qmi_client().
|
|
|
|
|
|
|
|
use GTask
|
|
|
|
|
|
|
|
|
|
|
|
use GTask
|
|
GTask
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modem_3gpp_{enable,disable}_unsolicited_registration_events to use GTask
|
|
|
|
|
|
|
|
|
|
common_setup_cleanup_unsolicited_registration_events to use GTask
|
|
to use GTask
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ensure_qmi_client() uses g_simple_async_report_take_gerror_in_idle(),
which can't be mixed with GTask. To allow migrating remaining
MMBroadbandModemQmi code to use GTask in a series of smaller patches,
this patch adds a temporary assure_qmi_client() helper, which mimics
ensure_qmi_client() but uses g_task_report_new_error(). Once all the
MMBroadbandModemQmi code is migrated to use GTask, we will drop the old
ensure_qmi_client() and renames assure_qmi_client() back to
ensure_qmi_client().
|