Searched refs:callRestrictionResponse (Results 1 – 3 of 3) sorted by relevance
74 CallRestrictionResponse callRestrictionResponse; in ReportCallsInfo() local75 callRestrictionResponse.classCw = static_cast<int32_t>(size); in ReportCallsInfo()76 callRestrictionResponse.result = static_cast<int32_t>(size % BOOL_NUM); in ReportCallsInfo()77 callRestrictionResponse.status = static_cast<int32_t>(size % BOOL_NUM); in ReportCallsInfo()86 cellularCallRegister->ReportGetRestrictionResult(callRestrictionResponse); in ReportCallsInfo()
1130 auto callRestrictionResponse = std::make_shared<CallRestrictionResult>(); in GetCallRestrictionResponse() local1131 callRestrictionResponse->status = result.status; in GetCallRestrictionResponse()1132 callRestrictionResponse->classCw = result.classCw; in GetCallRestrictionResponse()1133 callRestrictionResponse->result.result = result.result.result; in GetCallRestrictionResponse()1134 callRestrictionResponse->result.index = result.result.index; in GetCallRestrictionResponse()1135 callRestrictionResponse->result.reason = result.result.reason; in GetCallRestrictionResponse()1136 callRestrictionResponse->result.message = result.result.message; in GetCallRestrictionResponse()1138 RadioEvent::RADIO_GET_CALL_RESTRICTION, callRestrictionResponse, result.result.index); in GetCallRestrictionResponse()
799 CallRestrictionResponse callRestrictionResponse; variable800 callStatusCallback->UpdateGetRestrictionResult(callRestrictionResponse);