Searched refs:callRestrictionResult (Results 1 - 8 of 8) sorted by relevance
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch5_test.cpp | 236 CallRestrictionResponse callRestrictionResult; in HWTEST_F() local 239 callRestrictionResult.result = 0; in HWTEST_F() 240 callRestrictionResult.status = 0; in HWTEST_F() 241 callRestrictionResult.classCw = 0; in HWTEST_F() 242 dataParcel.WriteRawData((const void *)&callRestrictionResult, length); in HWTEST_F()
|
H A D | zero_branch_test_call_state.cpp | 586 CallRestrictionResponse callRestrictionResult; in HWTEST_F() local 587 callStatusCallbackProxy->UpdateGetRestrictionResult(callRestrictionResult); in HWTEST_F() 647 CallRestrictionResponse callRestrictionResult; in HWTEST_F() local 648 callStatusCallbackProxy->UpdateGetRestrictionResult(callRestrictionResult); in HWTEST_F()
|
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/ |
H A D | telephonyinteraction_fuzzer.cpp | 201 CallRestrictionResponse callRestrictionResult; in UpdateGetRestrictionResult() local 204 callRestrictionResult.result = static_cast<int32_t>(size); in UpdateGetRestrictionResult() 205 callRestrictionResult.status = static_cast<int32_t>(size); in UpdateGetRestrictionResult() 206 callRestrictionResult.classCw = static_cast<int32_t>(size); in UpdateGetRestrictionResult() 207 dataParcel.WriteRawData((const void *)&callRestrictionResult, length); in UpdateGetRestrictionResult()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_call.cpp | 214 std::shared_ptr<CallRestrictionResult> callRestrictionResult = std::make_shared<CallRestrictionResult>(); in GetCallRestrictionResponse() local 215 if (callRestrictionResult == nullptr) { in GetCallRestrictionResponse() 216 TELEPHONY_LOGE("ERROR : callRestrictionResult == nullptr !!!"); in GetCallRestrictionResponse() 219 callRestrictionResult->result.result = result.result; in GetCallRestrictionResponse() 220 callRestrictionResult->status = result.status; in GetCallRestrictionResponse() 221 callRestrictionResult->classCw = result.classCw; in GetCallRestrictionResponse() 228 callRestrictionResult->result.result = TELEPHONY_ERR_FAIL; in GetCallRestrictionResponse() 230 callRestrictionResult->result.index = telRilRequest->pointer_->GetParam(); in GetCallRestrictionResponse() 232 telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), callRestrictionResult); in GetCallRestrictionResponse()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | i_call_status_callback.h | 91 * @param callRestrictionResult[in], contains result, status and calssCw 94 virtual int32_t UpdateGetRestrictionResult(const CallRestrictionResponse &callRestrictionResult) = 0;
|
H A D | call_status_callback_proxy.h | 94 * @param callRestrictionResult[in], contains result, status and calssCw 97 int32_t UpdateGetRestrictionResult(const CallRestrictionResponse &callRestrictionResult) override;
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_status_callback_proxy.cpp | 228 int32_t CallStatusCallbackProxy::UpdateGetRestrictionResult(const CallRestrictionResponse &callRestrictionResult) in UpdateGetRestrictionResult() argument 239 dataParcel.WriteRawData((const void *)&callRestrictionResult, length); in UpdateGetRestrictionResult()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_common_test.cpp | 517 HDI::Ril::V1_1::CallRestrictionResult callRestrictionResult; in HWTEST_F() local 518 auto result = telRilCall->GetCallRestrictionResponse(responseInfo, callRestrictionResult); in HWTEST_F()
|
Completed in 9 milliseconds