Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c28 static struct ReportInfo g_reportInfoForOperListToUse; variable
646 g_reportInfoForOperListToUse.error = HRIL_ERR_NETWORK_SEARCHING_INTERRUPTED; in GetNetworkSearchInformationPause()
647 if (g_reportInfoForOperListToUse.requestInfo != NULL) { in GetNetworkSearchInformationPause()
648 …OnNetworkReport(g_reportInfoForOperListToUse.requestInfo->slotId, g_reportInfoForOperListToUse, NU… in GetNetworkSearchInformationPause()
651 if (g_reportInfoForOperListToUse.requestInfo != NULL) { in GetNetworkSearchInformationPause()
652 g_reportInfoForOperListToUse.requestInfo = NULL; in GetNetworkSearchInformationPause()
663 g_reportInfoForOperListToUse.error = HRIL_ERR_NETWORK_SEARCH_TIMEOUT; in PerformTimeOut()
664 if (g_reportInfoForOperListToUse.requestInfo != NULL) { in PerformTimeOut()
665 OnNetworkReport(g_reportInfoForOperListToUse.requestInfo->slotId, in PerformTimeOut()
666 g_reportInfoForOperListToUse, NULL, 0); in PerformTimeOut()
[all …]