Home
last modified time | relevance | path

Searched refs:facType (Results 1 - 15 of 15) sorted by relevance

/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h164 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType facType);
182 int32_t slotId, CallRestrictionType facType, const char *oldPassword, const char *newPassword);
553 int32_t CheckCallRestrictionType(std::string &fac, const CallRestrictionType &facType);
/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
H A Dgetcallrestriction_fuzzer.cpp207 int32_t facType = static_cast<int32_t>(size); in GetCallRestriction() local
209 dataMessageParcel.WriteInt32(facType); in GetCallRestriction()
223 int32_t facType = static_cast<int32_t>(size); in SetCallRestrictionPassword() local
226 dataMessageParcel.WriteInt32(facType); in SetCallRestrictionPassword()
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp419 int32_t facType = 0; in GetCallRestriction() local
420 std::cin >> facType; in GetCallRestriction() local
421 return telephonyService->GetCallRestriction(slotId, static_cast<CallRestrictionType>(facType)); in GetCallRestriction()
433 CallRestrictionType facType = static_cast<CallRestrictionType>(fac); in SetCallRestrictionPassword() local
440 int32_t ret = telephonyService->SetCallRestrictionPassword(slotId, facType, oldPassword, newPassword); in SetCallRestrictionPassword()
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp423 std::string facType = ObtainBarringInstallation(mmiData.serviceCode); in HandleCallRestriction() local
439 utCommand->facility = facType; in HandleCallRestriction()
445 result = supplementRequestIms_.GetCallRestrictionRequest(slotId, facType, index); in HandleCallRestriction()
447 result = supplementRequestCs_.GetCallRestrictionRequest(slotId, facType, index); in HandleCallRestriction()
459 slotId, facType, mmiData.actionString == activate, infoA, index); in HandleCallRestriction()
462 slotId, facType, mmiData.actionString == activate, infoA, index); in HandleCallRestriction()
1054 int32_t CellularCallSupplement::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction() argument
1057 int32_t result = CheckCallRestrictionType(fac, facType); in GetCallRestriction()
1091 int32_t slotId, CallRestrictionType facType, const char *oldPassword, const char *newPassword) in SetBarringPassword()
1094 int32_t result = CheckCallRestrictionType(fac, facType); in SetBarringPassword()
1090 SetBarringPassword( int32_t slotId, CallRestrictionType facType, const char *oldPassword, const char *newPassword) SetBarringPassword() argument
1119 CheckCallRestrictionType(std::string &fac, const CallRestrictionType &facType) CheckCallRestrictionType() argument
[all...]
/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h375 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType facType) override;
381 * @param facType[in] indicate the call restriction type, just like all incoming, all outgoing .etc
387 int32_t slotId, CallRestrictionType facType, const char *oldPassword, const char *newPassword) override;
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h250 * @param facType[in], Call Restriction type
254 int GetCallRestriction(CallRestrictionType facType, int32_t slotId);
/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_proxy.h297 * @param facType[in] indicate the call restriction type, just like all incoming, all outgoing .etc
301 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType facType) override;
H A Dcellular_call_interface.h285 * @param facType[in] indicate the call restriction type, just like all incoming, all outgoing .etc
289 virtual int32_t GetCallRestriction(int32_t slotId, CallRestrictionType facType) = 0;
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp1211 std::string facType = "AO"; in HWTEST_F() local
1212 ret = imsCallPtr_->GetCallRestriction(DEFAULT_SLOTID, facType); in HWTEST_F()
1227 std::string facType = "AO"; in HWTEST_F() local
1228 ret = imsCallPtr_->GetCallRestriction(SIM_SLOT_ID_1, facType); in HWTEST_F()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp376 CallRestrictionType facType = CallRestrictionType::RESTRICTION_TYPE_ALL_INCOMING; in HWTEST_F() local
377 int32_t ret = telephonyService->GetCallRestriction(SIM1_SLOTID, facType); in HWTEST_F()
381 CallRestrictionType facType = CallRestrictionType::RESTRICTION_TYPE_ALL_INCOMING; in HWTEST_F() local
382 int32_t ret = telephonyService->GetCallRestriction(SIM2_SLOTID, facType); in HWTEST_F()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.cpp653 std::string facType = "AO"; in GetCallRestriction() local
654 return imsCallPtr->GetCallRestriction(slotId, facType); in GetCallRestriction()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp477 int CellularCallConnection::GetCallRestriction(CallRestrictionType facType, int32_t slotId) in GetCallRestriction() argument
483 return cellularCallInterfacePtr_->GetCallRestriction(slotId, facType); in GetCallRestriction()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1106 int32_t CellularCallService::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction() argument
1114 return cellularCallSupplement.GetCallRestriction(slotId, facType); in GetCallRestriction()
1118 int32_t slotId, CallRestrictionType facType, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
1125 return cellularCallSupplement.SetBarringPassword(slotId, facType, oldPassword, newPassword); in SetCallRestrictionPassword()
1117 SetCallRestrictionPassword( int32_t slotId, CallRestrictionType facType, const char *oldPassword, const char *newPassword) SetCallRestrictionPassword() argument
H A Dcellular_call_stub.cpp854 auto facType = static_cast<CallRestrictionType>(data.ReadInt32()); in OnGetCallRestrictionInner() local
856 reply.WriteInt32(GetCallRestriction(slotId, facType)); in OnGetCallRestrictionInner()
869 auto facType = static_cast<CallRestrictionType>(data.ReadInt32()); in OnSetCallRestrictionPasswordInner() local
873 reply.WriteInt32(SetCallRestrictionPassword(slotId, facType, oldPassword, newPassword)); in OnSetCallRestrictionPasswordInner()
/base/telephony/call_manager/frameworks/native/src/
H A Dcellular_call_proxy.cpp842 int32_t CellularCallProxy::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction() argument
852 if (!in.WriteInt32((int32_t)facType)) { in GetCallRestriction()

Completed in 22 milliseconds