Home
last modified time | relevance | path

Searched refs:HRilCallRestrictionResult (Results 1 - 4 of 4) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h303 } HRilCallRestrictionResult; typedef
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp631 if ((response == nullptr && responseLen != 0) || (responseLen % sizeof(HRilCallRestrictionResult)) != 0) { in GetCallRestrictionResponse()
638 const HRilCallRestrictionResult *result = static_cast<const HRilCallRestrictionResult *>(response); in GetCallRestrictionResponse()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_call.c1012 HRilCallRestrictionResult result = {0}; in ReqGetCallRestriction()
1046 OnCallReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)&result, sizeof(HRilCallRestrictionResult)); in ReqGetCallRestriction()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp379 HRilCallRestrictionResult restrictionResult; in HWTEST_F()
382 call->GetCallRestrictionResponse(0, responseInfo, &restrictionResult, sizeof(HRilCallRestrictionResult))); in HWTEST_F()

Completed in 9 milliseconds