Home
last modified time | relevance | path

Searched defs:facType (Results 1 – 10 of 10) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
Dgetcallrestriction_fuzzer.cpp204 int32_t facType = static_cast<int32_t>(size); in GetCallRestriction() local
220 int32_t facType = static_cast<int32_t>(size); in SetCallRestrictionPassword() local
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
Dims_service_test.cpp1211 std::string facType = "AO"; variable
1227 std::string facType = "AO"; variable
/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp423 std::string facType = ObtainBarringInstallation(mmiData.serviceCode); in HandleCallRestriction() local
1055 int32_t CellularCallSupplement::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction()
1092 int32_t slotId, CallRestrictionType facType, const char *oldPassword, const char *newPassword) in SetBarringPassword()
1120 …lularCallSupplement::CheckCallRestrictionType(std::string &fac, const CallRestrictionType &facType) in CheckCallRestrictionType()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_stub.cpp801 auto facType = static_cast<CallRestrictionType>(data.ReadInt32()); in OnGetCallRestrictionInner() local
816 auto facType = static_cast<CallRestrictionType>(data.ReadInt32()); in OnSetCallRestrictionPasswordInner() local
Dcellular_call_service.cpp1051 int32_t CellularCallService::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction()
1063 int32_t slotId, CallRestrictionType facType, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp1525 CallRestrictionType facType = CallRestrictionType::RESTRICTION_TYPE_ALL_INCOMING; variable
1530 CallRestrictionType facType = CallRestrictionType::RESTRICTION_TYPE_ALL_INCOMING; variable
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp477 int CellularCallConnection::GetCallRestriction(CallRestrictionType facType, int32_t slotId) in GetCallRestriction()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.cpp653 std::string facType = "AO"; in GetCallRestriction() local
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp424 int32_t facType = 0; in GetCallRestriction() local
438 CallRestrictionType facType = static_cast<CallRestrictionType>(fac); in SetCallRestrictionPassword() local
/base/telephony/call_manager/frameworks/native/src/
Dcellular_call_proxy.cpp842 int32_t CellularCallProxy::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction()