Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/connection/src/
Dsupplement_request.cpp126 int32_t SupplementRequest::GetCallRestrictionRequest(int32_t slotId, const std::string &fac) in GetCallRestrictionRequest()
142 int32_t SupplementRequest::SetCallRestrictionRequest(int32_t slotId, std::string &fac, int32_t mode… in SetCallRestrictionRequest()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_sim_parcel.h63 std::string fac; /* String type, which specifies the object operated by this command. member
85 std::string fac; /* String type, which specifies the object operated by this command. member
Dhril_vendor_sim_defs.h96 char *fac; /* ("SC","AO","OI","OX","AI","IR","AB","AG","AC","FD","PN","PU","PP") */ member
113 char *fac; /* ("SC","AO","OI","OX","AI","IR","AB","AG","AC","FD","PN","PU","PP") */ member
Dhril_vendor_call_defs.h98 const char *fac; member
104 const char *fac; member
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp322 int32_t TelRilSim::GetSimLockStatus(std::string fac, const AppExecFwk::InnerEvent::Pointer &respons… in GetSimLockStatus()
334std::string fac, int32_t mode, std::string passwd, const AppExecFwk::InnerEvent::Pointer &response) in SetSimLock()
345 int32_t TelRilSim::ChangeSimPassword(std::string fac, std::string oldPassword, std::string newPassw… in ChangeSimPassword()
Dtel_ril_call.cpp362 int32_t TelRilCall::GetCallRestriction(std::string fac, const AppExecFwk::InnerEvent::Pointer &resu… in GetCallRestriction()
369std::string fac, int32_t mode, std::string password, const AppExecFwk::InnerEvent::Pointer &result) in SetCallRestriction()
453std::string fac, std::string oldPassword, std::string newPassword, const AppExecFwk::InnerEvent::P… in SetBarringPassword()
Dtel_ril_manager.cpp348 int32_t slotId, std::string fac, const AppExecFwk::InnerEvent::Pointer &response) in GetCallRestriction()
686 int32_t slotId, std::string fac, const AppExecFwk::InnerEvent::Pointer &response) in GetSimLockStatus()
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h129 std::string fac; member
165 std::string fac; member
172 std::string fac; member
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
Dims_service_test.cpp1544 std::string fac = "AO"; variable
1567 std::string fac = "AO"; variable
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp544 int32_t ImsCallClient::SetCallRestriction(int32_t slotId, const std::string &fac, int32_t mode, con… in SetCallRestriction()
553 int32_t ImsCallClient::GetCallRestriction(int32_t slotId, const std::string &fac) in GetCallRestriction()
Dims_call_proxy.cpp757 int32_t ImsCallProxy::SetCallRestriction(int32_t slotId, const std::string &fac, int32_t mode, cons… in SetCallRestriction()
783 int32_t ImsCallProxy::GetCallRestriction(int32_t slotId, const std::string &fac) in GetCallRestriction()
/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp569 std::string fac; in SetCallRestriction() local
614 std::string fac; in GetCallRestriction() local
/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.cpp525 const std::string fac = data.ReadString(); in OnSetCallRestriction() local
535 const std::string fac = data.ReadString(); in OnGetCallRestriction() local
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp757 std::string fac; in OnRequestGetSimLockStatusTest() local
773 std::string fac; in OnRequestSetSimLockTest() local
800 std::string fac; in OnRequestChangeSimPasswordTest() local
2111 std::string fac; in OnRequestSetCallRestrictionTest() local
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_interface_test.cpp689 std::string fac = "AO"; variable
706 std::string fac = "AO"; variable
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp1206 std::string fac; in ChangeSimPasswordTest() local
1227 std::string fac; in SetSimLockTest() local
1248 std::string fac; in GetSimLockStatusTest() local
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.cpp635 std::string fac = "AO"; in SetCallRestriction() local
/base/telephony/ril_adapter/services/vendor/src/
Dat_call.c1002 void ReqGetCallRestriction(const ReqDataInfo *requestInfo, const char *fac) in ReqGetCallRestriction()
/base/telephony/ril_adapter/services/hril/src/
Dhril_call.cpp182 int32_t HRilCall::GetCallRestriction(int32_t serialId, const std::string &fac) in GetCallRestriction()
Dhril_manager.cpp417 int32_t HRilManager::GetCallRestriction(int32_t slotId, int32_t serialId, const std::string &fac) in GetCallRestriction()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp561 int32_t fac = 0; in SetCallRestriction() local
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h584 CallRestrictionType fac; member
/base/telephony/core_service/test/unittest/tel_ril_gtest/
Dtel_ril_test.cpp373 std::string fac = FAC_PIN_LOCK; in GetSimLockStatusTest() local
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp1051 …int32_t slotId, int32_t eventId, std::string fac, const std::shared_ptr<AppExecFwk::EventHandler> … in GetCallRestriction()