Home
last modified time | relevance | path

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

/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()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp1134 auto callRestrictionResponse = std::make_shared<CallRestrictionResult>(); in GetCallRestrictionResponse() local
1135 callRestrictionResponse->status = result.status; in GetCallRestrictionResponse()
1136 callRestrictionResponse->classCw = result.classCw; in GetCallRestrictionResponse()
1137 callRestrictionResponse->result.result = result.result.result; in GetCallRestrictionResponse()
1138 callRestrictionResponse->result.index = result.result.index; in GetCallRestrictionResponse()
1139 callRestrictionResponse->result.reason = result.result.reason; in GetCallRestrictionResponse()
1140 callRestrictionResponse->result.message = result.result.message; in GetCallRestrictionResponse()
1142 RadioEvent::RADIO_GET_CALL_RESTRICTION, callRestrictionResponse, result.result.index); in GetCallRestrictionResponse()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp803 CallRestrictionResponse callRestrictionResponse; in HWTEST_F() local
804 callStatusCallback->UpdateGetRestrictionResult(callRestrictionResponse); in HWTEST_F()

Completed in 7 milliseconds