Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
H A Dregistercallmanagercallback_fuzzer.cpp74 CallRestrictionResponse callRestrictionResponse; in ReportCallsInfo() local
75 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()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp1130 auto callRestrictionResponse = std::make_shared<CallRestrictionResult>(); in GetCallRestrictionResponse() local
1131 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()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp799 CallRestrictionResponse callRestrictionResponse; variable
800 callStatusCallback->UpdateGetRestrictionResult(callRestrictionResponse);