Home
last modified time | relevance | path

Searched refs:retryTime (Results 1 - 13 of 13) sorted by relevance

/base/request/request/frameworks/js/napi/src/legacy/
H A Ddownload_task.cpp178 uint32_t retryTime = 0; in Run() local
184 retryTime++; in Run()
185 REQUEST_HILOGD("download task retrytime: %{public}u, totalSize_: %{public}u", retryTime, totalSize_); in Run()
186 } while (!result && retryTime < RETRY_TIME); in Run()
188 if (retryTime >= RETRY_TIME) { in Run()
/base/telephony/cellular_data/services/src/state_machine/
H A Dinactive.cpp51 netInfo->retryTime = resultInfo_->retryTime; in StateBegin()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_data_parcel.h35 int32_t retryTime = 0; member
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_data.cpp250 dataCallResultInfo.retryTime = dc.retryTime; in BuildDataCallResultList()
272 dataCallResult->retryTime = iSetupDataCallResultInfo.retryTime; in BuildDataCallResultInfo()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_data_defs.h33 int32_t retryTime; member
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
H A Dpdpcontextlistupdated_fuzzer.cpp47 response.retryTime = static_cast<int32_t>(*data + offset) % RETRY_TIME; in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_utils.cpp370 uint32_t retryTime = 0; in CheckCurrentCpuLoad() local
371 while (collectResult.data.cpuLoad > CPU_LOAD_THRESHOLD && retryTime < MAX_TRY_COUNT) { in CheckCurrentCpuLoad()
375 retryTime++; in CheckCurrentCpuLoad()
/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp227 object->retryTime = infos->dcList[i].retryTime; in RadioDataCallListChanged()
H A Dcellular_data_handler.cpp967 int64_t delayTime = apnHolder->GetRetryDelay(netInfo->reason, netInfo->retryTime, scene, slotId_); in RetryOrClearConnection()
978 netInfo->cid, netInfo->reason, netInfo->retryTime, static_cast<long long>(delayTime), netInfo->retryScene); in RetryOrClearConnection()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_data.cpp103 result.retryTime = response->retryTime; in SwitchRilDataToHal()
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp1334 cout << "[setupDataCallResultInfo] -->[retryTime] : " << setupDataCallResultInfo.retryTime << endl; in PdpContextListUpdated()
1370 cout << "[setupDataCallResultInfo] -->[retryTime] : " << setupDataCallResultInfo.retryTime << endl; in ActivatePdpContextResponse()
1401 cout << "[setupDataCallResultInfo] -->[retryTime] : " << setupDataCallResultInfo.retryTime << endl; in GetPdpContextListResponse()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp1512 "RilCallbackTest::PdpContextListUpdated flag:%{public}d reason:%{public}d retryTime:%{public}d " in PdpContextListUpdated()
1516 setupDataCallResultInfo.flag, setupDataCallResultInfo.reason, setupDataCallResultInfo.retryTime, in PdpContextListUpdated()
1542 "RilCallbackTest::ActivatePdpContextResponse flag:%{public}d reason:%{public}d retryTime:%{public}d " in ActivatePdpContextResponse()
1546 setupDataCallResultInfo.flag, setupDataCallResultInfo.reason, setupDataCallResultInfo.retryTime, in ActivatePdpContextResponse()
1574 "RilCallbackTest::GetPdpContextListResponse flag:%{public}d reason:%{public}d retryTime:%{public}d " in GetPdpContextListResponse()
1578 setupDataCallResultInfo.flag, setupDataCallResultInfo.reason, setupDataCallResultInfo.retryTime, in GetPdpContextListResponse()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_data.c118 pDataCall.retryTime = INT_DEFAULT_VALUE; in OnDataReportPdpErrorMessages()

Completed in 17 milliseconds