Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp635 HDI::Ril::V1_1::CallRestrictionResult resultT = {}; in GetCallRestrictionResponse() local
636 resultT.result = static_cast<int32_t>(responseInfo.error); in GetCallRestrictionResponse()
639 resultT.status = result->status; in GetCallRestrictionResponse()
640 resultT.classCw = result->classCw; in GetCallRestrictionResponse()
642 … return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetCallRestrictionResponse, resultT); in GetCallRestrictionResponse()