/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 164 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 D | getcallrestriction_fuzzer.cpp | 207 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 D | cs_test.cpp | 419 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 D | cellular_call_supplement.cpp | 423 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 D | cellular_call_service.h | 375 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 D | cellular_call_connection.h | 250 * @param facType[in], Call Restriction type 254 int GetCallRestriction(CallRestrictionType facType, int32_t slotId);
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | cellular_call_proxy.h | 297 * @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 D | cellular_call_interface.h | 285 * @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 D | ims_service_test.cpp | 1211 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 D | ims2_test.cpp | 376 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 D | ims_unit_test.cpp | 653 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 D | cellular_call_connection.cpp | 477 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 D | cellular_call_service.cpp | 1106 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 D | cellular_call_stub.cpp | 854 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 D | cellular_call_proxy.cpp | 842 int32_t CellularCallProxy::GetCallRestriction(int32_t slotId, CallRestrictionType facType) in GetCallRestriction() argument 852 if (!in.WriteInt32((int32_t)facType)) { in GetCallRestriction()
|