Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp419 int32_t facType = 0; in GetCallRestriction() local
433 CallRestrictionType facType = static_cast<CallRestrictionType>(fac); in SetCallRestrictionPassword() local
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp1211 std::string facType = "AO"; variable
1227 std::string facType = "AO"; variable
/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
H A Dgetcallrestriction_fuzzer.cpp207 int32_t facType = static_cast<int32_t>(size); in GetCallRestriction() local
223 int32_t facType = static_cast<int32_t>(size); in SetCallRestrictionPassword() local
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A 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()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp376 CallRestrictionType facType = CallRestrictionType::RESTRICTION_TYPE_ALL_INCOMING; variable
381 CallRestrictionType facType = CallRestrictionType::RESTRICTION_TYPE_ALL_INCOMING; variable
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1105 int32_t CellularCallService::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction()
1117 int32_t slotId, CallRestrictionType facType, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
H A Dcellular_call_stub.cpp854 auto facType = static_cast<CallRestrictionType>(data.ReadInt32()); in OnGetCallRestrictionInner() local
869 auto facType = static_cast<CallRestrictionType>(data.ReadInt32()); in OnSetCallRestrictionPasswordInner() local
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp477 int CellularCallConnection::GetCallRestriction(CallRestrictionType facType, int32_t slotId) in GetCallRestriction()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.cpp653 std::string facType = "AO"; in GetCallRestriction() local
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcellular_call_proxy.cpp842 int32_t CellularCallProxy::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction()