Home
last modified time | relevance | path

Searched refs:fac (Results 1 – 25 of 70) sorted by relevance

123

/base/telephony/call_manager/services/call_setting/src/
Dcall_setting_manager.cpp77 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/
Dhril_sim_parcel.h139 std::string fac = ""; member
193 std::string fac = ""; member
Dhril_vendor_call_defs.h174 const char *fac; member
192 const char *fac; member
626 void (*GetCallRestriction)(const ReqDataInfo *requestInfo, const char *fac);
Dhril_vendor_sim_defs.h179 char *fac; member
215 char *fac; member
/base/telephony/cellular_call/services/connection/include/
Dsupplement_request_ims.h112 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,…
Dsupplement_request_cs.h89 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/
Dsupplement_request_ims.cpp104 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()
Dsupplement_request_cs.cpp86 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/
Dcellular_call_supplement.cpp1020 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/
Dsendsmsmoremode_fuzzer.cpp91 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/
Dtelephony_types.h263 std::string fac = ""; member
383 std::string fac = ""; member
420 std::string fac = ""; member
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp326 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/
Dtel_ril_sim.h43 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/
Dcellular_call_supplement.h553 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/
Dims_call.h409 …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/
Dcall_setting_manager.h38 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_client.h489 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);
Dims_call_interface.h438 … 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;
Dims_call_proxy.h78 …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/
Dat_call.h55 void ReqGetCallRestriction(const ReqDataInfo *requestInfo, const char *fac);
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_call_test.cpp613 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";
Dril_sim_test.cpp577 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/
Dril_interface_test.cpp419 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/
Dims_call_client.cpp552 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/
Dhril_sim.cpp106 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()

123