/base/telephony/call_manager/services/call_setting/src/ |
D | call_setting_manager.cpp | 77 slotId, info.mode, info.fac); in SetCallRestriction() 91 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword() argument 93 TELEPHONY_LOGI("slotId = %{public}d, fac = %{public}d", slotId, fac); in SetCallRestrictionPassword() 94 int32_t ret = GetCallRestrictionPolicy(slotId, fac); in SetCallRestrictionPassword() 103 …return cellularCallConnectionPtr_->SetCallRestrictionPassword(slotId, fac, oldPassword, newPasswor… in SetCallRestrictionPassword() 282 if (info.fac < CallRestrictionType::RESTRICTION_TYPE_ALL_INCOMING || in SetCallRestrictionPolicy() 283 info.fac > CallRestrictionType::RESTRICTION_TYPE_INCOMING_SERVICES) { in SetCallRestrictionPolicy()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_sim_parcel.h | 139 std::string fac = ""; member 193 std::string fac = ""; member
|
D | hril_vendor_call_defs.h | 174 const char *fac; member 192 const char *fac; member 626 void (*GetCallRestriction)(const ReqDataInfo *requestInfo, const char *fac);
|
D | hril_vendor_sim_defs.h | 179 char *fac; member 215 char *fac; member
|
/base/telephony/cellular_call/services/connection/include/ |
D | supplement_request_ims.h | 112 int32_t GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index); 125 …int32_t SetCallRestrictionRequest(int32_t slotId, std::string &fac, int32_t mode, std::string &pw,…
|
D | supplement_request_cs.h | 89 int32_t GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index); 103 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index);
|
/base/telephony/cellular_call/services/connection/src/ |
D | supplement_request_ims.cpp | 104 int32_t SupplementRequestIms::GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int… in GetCallRestrictionRequest() argument 112 return imsCallClient->GetCallRestriction(slotId, fac, index); in GetCallRestrictionRequest() 116 int32_t slotId, std::string &fac, int32_t mode, std::string &pw, int32_t index) in SetCallRestrictionRequest() argument 124 return imsCallClient->SetCallRestriction(slotId, fac, mode, pw, index); in SetCallRestrictionRequest()
|
D | supplement_request_cs.cpp | 86 int32_t SupplementRequestCs::GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int3… in GetCallRestrictionRequest() argument 96 return CoreManagerInner::GetInstance().GetCallRestriction(slotId, fac, response); in GetCallRestrictionRequest() 100 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) in SetCallRestrictionRequest() argument 105 callRestrictionParam.fac = fac; in SetCallRestrictionRequest()
|
/base/telephony/cellular_call/services/control/src/ |
D | cellular_call_supplement.cpp | 1020 std::string fac; in SetCallRestriction() local 1021 int32_t result = CheckCallRestrictionType(fac, cRInfo.fac); in SetCallRestriction() 1038 utCommand->facility = fac; in SetCallRestriction() 1048 … return SetCallRestrictionByIms(slotId, fac, static_cast<int32_t>(cRInfo.mode), info, utCommand); in SetCallRestriction() 1056 …supplementRequestCs_.SetCallRestrictionRequest(slotId, fac, static_cast<int32_t>(cRInfo.mode), inf… in SetCallRestriction() 1064 …int32_t slotId, std::string &fac, int32_t mode, std::string &pw, const std::shared_ptr<SsRequestCo… in SetCallRestrictionByIms() argument 1075 int32_t result = supplementRequestIms_.SetCallRestrictionRequest(slotId, fac, mode, pw, index); in SetCallRestrictionByIms() 1084 std::string fac; in GetCallRestriction() local 1085 int32_t result = CheckCallRestrictionType(fac, facType); in GetCallRestriction() 1096 utCommand->facility = fac; in GetCallRestriction() [all …]
|
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/ |
D | sendsmsmoremode_fuzzer.cpp | 91 std::string fac(reinterpret_cast<const char *>(data), size); in GetCallList() 121 telRilCall->GetCallRestriction(fac, result); in GetCallList() 122 telRilCall->SetCallRestriction(fac, index, password, result); in GetCallList() 128 telRilCall->SetBarringPassword(fac, oldPassword.c_str(), newPassword.c_str(), result); in GetCallList() 251 std::string fac(reinterpret_cast<const char *>(data), size); in GetSimStatus() 276 telRilSim->GetSimLockStatus(fac, result); in GetSimStatus() 277 telRilSim->SetSimLock(fac, serial, password, result); in GetSimStatus()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | telephony_types.h | 263 std::string fac = ""; member 383 std::string fac = ""; member 420 std::string fac = ""; member
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_sim.cpp | 326 int32_t TelRilSim::GetSimLockStatus(std::string fac, const AppExecFwk::InnerEvent::Pointer &respons… in GetSimLockStatus() argument 330 simLockInfo.fac = fac; in GetSimLockStatus() 338 …std::string fac, int32_t mode, std::string passwd, const AppExecFwk::InnerEvent::Pointer &response) in SetSimLock() argument 341 simLockInfo.fac = fac; in SetSimLock() 349 int32_t TelRilSim::ChangeSimPassword(std::string fac, std::string oldPassword, std::string newPassw… in ChangeSimPassword() argument 353 simPwdInfo.fac = fac; in ChangeSimPassword()
|
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_sim.h | 43 int32_t GetSimLockStatus(std::string fac, const AppExecFwk::InnerEvent::Pointer &response); 45 …std::string fac, int32_t mode, std::string passwd, const AppExecFwk::InnerEvent::Pointer &response… 46 int32_t ChangeSimPassword(std::string fac, std::string oldPassword, std::string newPassword,
|
/base/telephony/cellular_call/services/control/include/ |
D | cellular_call_supplement.h | 553 int32_t CheckCallRestrictionType(std::string &fac, const CallRestrictionType &facType); 554 int32_t SetCallRestrictionByIms(int32_t slotId, std::string &fac, int32_t mode, std::string &pw,
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
D | ims_call.h | 409 …int32_t SetCallRestriction(int32_t slotId, const std::string &fac, int32_t mode, const std::string… 418 int32_t GetCallRestriction(int32_t slotId, const std::string &fac) override;
|
/base/telephony/call_manager/services/call_setting/include/ |
D | call_setting_manager.h | 38 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
D | ims_call_client.h | 489 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index); 500 int32_t GetCallRestriction(int32_t slotId, const std::string &fac, int32_t index);
|
D | ims_call_interface.h | 438 … int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) = 0; 449 virtual int32_t GetCallRestriction(int32_t slotId, const std::string &fac, int32_t index) = 0;
|
D | ims_call_proxy.h | 78 …int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) overri… 79 int32_t GetCallRestriction(int32_t slotId, const std::string &fac, int32_t index) override;
|
/base/telephony/ril_adapter/services/vendor/include/ |
D | at_call.h | 55 void ReqGetCallRestriction(const ReqDataInfo *requestInfo, const char *fac);
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | ril_call_test.cpp | 613 std::string fac = "AO"; variable 614 int32_t ret = g_rilInterface->GetCallRestriction(SLOTID_1, RilTestUtil::GetSerialId(), fac); 630 std::string fac = "AO"; variable 631 int32_t ret = g_rilInterface->GetCallRestriction(SLOTID_2, RilTestUtil::GetSerialId(), fac); 648 callRestrictionInfo.fac = "AO"; 668 callRestrictionInfo.fac = "AO"; 1192 setBarringInfo.fac = "AB"; 1212 setBarringInfo.fac = "AB";
|
D | ril_sim_test.cpp | 577 simLockInfo.fac = "SC"; // FAC_PIN_LOCK 601 simLockInfo.fac = "SC"; // FAC_PIN_LOCK 625 simLockInfo.fac = "SC"; // FAC_PIN_LOCK 650 simLockInfo.fac = "SC"; // FAC_PIN_LOCK 675 simPassword.fac = "SC"; // FAC_PIN_LOCK 699 simPassword.fac = "SC"; // FAC_PIN_LOCK
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_interface_test.cpp | 419 setBarringInfo.fac = "AB"; in SetBarringPasswordTest() 1252 std::string fac; in ChangeSimPasswordTest() local 1254 cin >> fac; in ChangeSimPasswordTest() 1262 simPassword.fac = fac; in ChangeSimPasswordTest() 1273 std::string fac; in SetSimLockTest() local 1275 cin >> fac; in SetSimLockTest() 1283 simLockInfo.fac = fac; in SetSimLockTest() 1294 std::string fac; in GetSimLockStatusTest() local 1296 cin >> fac; in GetSimLockStatusTest() 1298 simLockInfo.fac = fac; in GetSimLockStatusTest()
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
D | ims_call_client.cpp | 552 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) in SetCallRestriction() argument 558 return imsCallProxy_->SetCallRestriction(slotId, fac, mode, pw, index); in SetCallRestriction() 561 int32_t ImsCallClient::GetCallRestriction(int32_t slotId, const std::string &fac, int32_t index) in GetCallRestriction() argument 567 return imsCallProxy_->GetCallRestriction(slotId, fac, index); in GetCallRestriction()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_sim.cpp | 106 SafeFrees(rilSimLock->fac, rilSimLock->passwd); in GetSimLockStatus() 116 SafeFrees(rilSimLock->fac, rilSimLock->passwd); in SetSimLock() 126 SafeFrees(rilSimPassword->fac, rilSimPassword->oldPassword, rilSimPassword->newPassword); in ChangeSimPassword() 649 CopyToCharPoint(&(rilSimLock->fac), simLockInfo.fac); in CopyToHRilSimLock() 656 CopyToCharPoint(&(rilSimPassword->fac), simPassword.fac); in CopyToHRilSimPassword()
|