/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() 116 int32_t slotId, std::string &fac, int32_t mode, std::string &pw, int32_t index) in SetCallRestrictionRequest()
|
D | supplement_request_cs.cpp | 86 int32_t SupplementRequestCs::GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int3… in GetCallRestrictionRequest() 100 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) in SetCallRestrictionRequest()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | ril_call_test.cpp | 613 std::string fac = "AO"; variable 630 std::string fac = "AO"; variable
|
/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_sim_defs.h | 179 char *fac; member 215 char *fac; member
|
D | hril_vendor_call_defs.h | 174 const char *fac; member 192 const char *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() 338 …std::string fac, int32_t mode, std::string passwd, const AppExecFwk::InnerEvent::Pointer &response) in SetSimLock() 349 int32_t TelRilSim::ChangeSimPassword(std::string fac, std::string oldPassword, std::string newPassw… in ChangeSimPassword()
|
D | tel_ril_call.cpp | 442 int32_t TelRilCall::GetCallRestriction(std::string fac, const AppExecFwk::InnerEvent::Pointer &resu… in GetCallRestriction() 533 …std::string fac, const char *oldPassword, const char *newPassword, const AppExecFwk::InnerEvent::P… in SetBarringPassword()
|
D | tel_ril_manager.cpp | 388 int32_t slotId, std::string fac, const AppExecFwk::InnerEvent::Pointer &response) in GetCallRestriction() 765 int32_t slotId, std::string fac, const AppExecFwk::InnerEvent::Pointer &response) in GetSimLockStatus()
|
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/ |
D | ims_service_test.cpp | 1555 std::string fac = "AO"; variable 1578 std::string fac = "AO"; variable
|
/base/telephony/cellular_call/services/control/src/ |
D | cellular_call_supplement.cpp | 1020 std::string fac; in SetCallRestriction() local 1064 …int32_t slotId, std::string &fac, int32_t mode, std::string &pw, const std::shared_ptr<SsRequestCo… in SetCallRestrictionByIms() 1084 std::string fac; in GetCallRestriction() local 1121 std::string fac; in SetBarringPassword() local 1147 int32_t CellularCallSupplement::CheckCallRestrictionType(std::string &fac, const CallRestrictionTyp… in CheckCallRestrictionType()
|
/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/call_manager/services/call_setting/src/ |
D | call_setting_manager.cpp | 91 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
|
/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() 561 int32_t ImsCallClient::GetCallRestriction(int32_t slotId, const std::string &fac, int32_t index) in GetCallRestriction()
|
D | ims_call_proxy.cpp | 761 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) in SetCallRestriction() 787 int32_t ImsCallProxy::GetCallRestriction(int32_t slotId, const std::string &fac, int32_t index) in GetCallRestriction()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
D | call_manager_gtest.cpp | 2894 CallRestrictionType fac = CallRestrictionType::RESTRICTION_TYPE_ALL_CALLS; variable 2920 CallRestrictionType fac = CallRestrictionType::RESTRICTION_TYPE_ALL_CALLS; variable 2940 CallRestrictionType fac = CallRestrictionType::RESTRICTION_TYPE_ALL_CALLS; variable 2960 CallRestrictionType fac = (CallRestrictionType)FALSE_DEFAULT; variable 2986 CallRestrictionType fac = CallRestrictionType::RESTRICTION_TYPE_ALL_CALLS; variable 3010 CallRestrictionType fac = CallRestrictionType::RESTRICTION_TYPE_ALL_CALLS; variable
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
D | ims_call.cpp | 646 int32_t ImsCall::SetCallRestriction(int32_t slotId, const std::string &fac, int32_t mode, const std… in SetCallRestriction() 660 int32_t ImsCall::GetCallRestriction(int32_t slotId, const std::string &fac) in GetCallRestriction()
|
D | ims_call_stub.cpp | 527 const std::string fac = data.ReadString(); in OnSetCallRestriction() local 537 const std::string fac = data.ReadString(); in OnGetCallRestriction() local
|
/base/telephony/core_service/services/tel_ril/test/ |
D | tel_ril_test.cpp | 409 std::string fac; in OnRequestGetSimLockStatusTest() local 425 std::string fac; in OnRequestSetSimLockTest() local 452 std::string fac; in OnRequestChangeSimPasswordTest() local 1746 std::string fac; in OnRequestSetCallRestrictionTest() local
|
/base/telephony/call_manager/frameworks/native/src/ |
D | call_manager_client.cpp | 260 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
D | cs_test.cpp | 579 int32_t fac = 0; in SetCallRestriction() local 610 int32_t fac = 0; in SetCallRestrictionPassword() local 2423 std::string fac = "fac"; variable
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_interface_test.cpp | 1252 std::string fac; in ChangeSimPasswordTest() local 1273 std::string fac; in SetSimLockTest() local 1294 std::string fac; in GetSimLockStatusTest() local
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
D | cellular_call_connection.cpp | 487 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
|
/base/telephony/call_manager/services/call_manager_service/src/ |
D | call_manager_service.cpp | 568 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
D | ims_unit_test.cpp | 636 std::string fac = "AO"; in SetCallRestriction() local
|