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.c27 static struct ReportInfo g_reportInfoForOperListToUse; variable
645 g_reportInfoForOperListToUse.error = HRIL_ERR_NETWORK_SEARCHING_INTERRUPTED; in GetNetworkSearchInformationPause()
646 if (g_reportInfoForOperListToUse.requestInfo != NULL) { in GetNetworkSearchInformationPause()
647 …OnNetworkReport(g_reportInfoForOperListToUse.requestInfo->slotId, g_reportInfoForOperListToUse, NU… in GetNetworkSearchInformationPause()
650 if (g_reportInfoForOperListToUse.requestInfo != NULL) { in GetNetworkSearchInformationPause()
651 g_reportInfoForOperListToUse.requestInfo = NULL; in GetNetworkSearchInformationPause()
662 g_reportInfoForOperListToUse.error = HRIL_ERR_NETWORK_SEARCH_TIMEOUT; in PerformTimeOut()
663 if (g_reportInfoForOperListToUse.requestInfo != NULL) { in PerformTimeOut()
664 OnNetworkReport(g_reportInfoForOperListToUse.requestInfo->slotId, in PerformTimeOut()
665 g_reportInfoForOperListToUse, NULL, 0); in PerformTimeOut()
[all …]