Home
last modified time | relevance | path

Searched defs:fac (Results 1 – 25 of 39) sorted by relevance

12

/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()
116 int32_t slotId, std::string &fac, int32_t mode, std::string &pw, int32_t index) in SetCallRestrictionRequest()
Dsupplement_request_cs.cpp86 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/
Dril_call_test.cpp613 std::string fac = "AO"; variable
630 std::string fac = "AO"; variable
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_sim_parcel.h139 std::string fac = ""; member
193 std::string fac = ""; member
Dhril_vendor_sim_defs.h179 char *fac; member
215 char *fac; member
Dhril_vendor_call_defs.h174 const char *fac; member
192 const char *fac; member
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp331 int32_t TelRilSim::GetSimLockStatus(std::string fac, const AppExecFwk::InnerEvent::Pointer &respons… in GetSimLockStatus()
343std::string fac, int32_t mode, std::string passwd, const AppExecFwk::InnerEvent::Pointer &response) in SetSimLock()
354 int32_t TelRilSim::ChangeSimPassword(std::string fac, std::string oldPassword, std::string newPassw… in ChangeSimPassword()
Dtel_ril_call.cpp445 int32_t TelRilCall::GetCallRestriction(std::string fac, const AppExecFwk::InnerEvent::Pointer &resu… in GetCallRestriction()
536std::string fac, const char *oldPassword, const char *newPassword, const AppExecFwk::InnerEvent::P… in SetBarringPassword()
Dtel_ril_manager.cpp392 int32_t slotId, std::string fac, const AppExecFwk::InnerEvent::Pointer &response) in GetCallRestriction()
779 int32_t slotId, std::string fac, const AppExecFwk::InnerEvent::Pointer &response) in GetSimLockStatus()
/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp993 std::string fac; in SetCallRestriction() local
1037 …int32_t slotId, std::string &fac, int32_t mode, std::string &pw, const std::shared_ptr<SsRequestCo… in SetCallRestrictionByIms()
1057 std::string fac; in GetCallRestriction() local
1094 std::string fac; in SetBarringPassword() local
1120 int32_t CellularCallSupplement::CheckCallRestrictionType(std::string &fac, const CallRestrictionTyp… in CheckCallRestrictionType()
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
Dims_service_test.cpp1177 std::string fac = "AO"; variable
1194 std::string fac = "AO"; variable
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h270 std::string fac = ""; member
390 std::string fac = ""; member
427 std::string fac = ""; member
/base/telephony/call_manager/services/call_setting/src/
Dcall_setting_manager.cpp91 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp581 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) in SetCallRestriction()
590 int32_t ImsCallClient::GetCallRestriction(int32_t slotId, const std::string &fac, int32_t index) in GetCallRestriction()
Dims_call_proxy.cpp811 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) in SetCallRestriction()
837 int32_t ImsCallProxy::GetCallRestriction(int32_t slotId, const std::string &fac, int32_t index) in GetCallRestriction()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp646 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()
Dims_call_stub.cpp527 const std::string fac = data.ReadString(); in OnSetCallRestriction() local
537 const std::string fac = data.ReadString(); in OnGetCallRestriction() local
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp2888 CallRestrictionType fac = CallRestrictionType::RESTRICTION_TYPE_ALL_CALLS; variable
2914 CallRestrictionType fac = CallRestrictionType::RESTRICTION_TYPE_ALL_CALLS; variable
2934 CallRestrictionType fac = CallRestrictionType::RESTRICTION_TYPE_ALL_CALLS; variable
2954 CallRestrictionType fac = (CallRestrictionType)FALSE_DEFAULT; variable
2980 CallRestrictionType fac = CallRestrictionType::RESTRICTION_TYPE_ALL_CALLS; variable
3004 CallRestrictionType fac = CallRestrictionType::RESTRICTION_TYPE_ALL_CALLS; variable
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp492 std::string fac; in OnRequestGetSimLockStatusTest() local
508 std::string fac; in OnRequestSetSimLockTest() local
535 std::string fac; in OnRequestChangeSimPasswordTest() local
1855 std::string fac; in OnRequestSetCallRestrictionTest() local
/base/telephony/cellular_call/test/unittest/imstest/
Dzero_branch_test.cpp420 std::string fac("AO"); variable
1327 std::string fac = ""; variable
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp405 int32_t fac = 0; in SetCallRestriction() local
436 int32_t fac = 0; in SetCallRestrictionPassword() local
2269 std::string fac = "fac"; variable
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp1285 std::string fac; in ChangeSimPasswordTest() local
1306 std::string fac; in SetSimLockTest() local
1327 std::string fac; in GetSimLockStatusTest() local
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_client.cpp290 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_info.h607 CallRestrictionType fac = CallRestrictionType::RESTRICTION_TYPE_ALL_INCOMING; member
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp487 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()

12