Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp172 std::string facType = ObtainBarringInstallation(mmiData.serviceInfoC); in DealCallRestriction() local
508 int32_t CellularCallSupplement::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp557 int32_t facType = 0; in GetCallRestriction() local
/base/telephony/cellular_call/vendor/ims/test/
Dims_unit_test.cpp601 std::string facType = "AO"; in GetCallRestriction() local
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp464 int CellularCallConnection::GetCallRestriction(CallRestrictionType facType, int32_t slotId) in GetCallRestriction()
Dcellular_call_proxy.cpp609 int32_t CellularCallProxy::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp779 int32_t CellularCallService::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction()
Dcellular_call_stub.cpp605 auto facType = static_cast<CallRestrictionType>(data.ReadInt32()); in OnGetCallRestrictionInner() local