Home
last modified time | relevance | path

Searched refs:restrictionType (Results 1 - 9 of 9) sorted by relevance

/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_cs.h110 * @param restrictionType Indicates the facility of the get call restriction.
114 int32_t SetBarringPasswordRequest(int32_t slotId, const std::string &restrictionType,
/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp122 int32_t SupplementRequestCs::SetBarringPasswordRequest(int32_t slotId, const std::string &restrictionType, in SetBarringPasswordRequest() argument
134 slotId, oldPassword, newPassword, restrictionType, response); in SetBarringPasswordRequest()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h51 int32_t SetCallRestriction(std::string restrictionType,
H A Dtel_ril_manager.h102 const std::string &restrictionType, const AppExecFwk::InnerEvent::Pointer &response) override;
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp443 std::string restrictionType, int32_t mode, std::string password, const AppExecFwk::InnerEvent::Pointer &result) in SetCallRestriction()
446 callRestrictionInfo.fac = restrictionType; in SetCallRestriction()
442 SetCallRestriction( std::string restrictionType, int32_t mode, std::string password, const AppExecFwk::InnerEvent::Pointer &result) SetCallRestriction() argument
H A Dtel_ril_manager.cpp469 const char *newPassword, const std::string &restrictionType, const AppExecFwk::InnerEvent::Pointer &response) in SetBarringPassword()
472 restrictionType, oldPassword, newPassword); in SetBarringPassword()
468 SetBarringPassword(int32_t slotId, const char *oldPassword, const char *newPassword, const std::string &restrictionType, const AppExecFwk::InnerEvent::Pointer &response) SetBarringPassword() argument
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h97 const std::string &restrictionType, const AppExecFwk::InnerEvent::Pointer &response) = 0;
H A Dcore_manager_inner.h92 const char *newPassword, const std::string &restrictionType, const AppExecFwk::InnerEvent::Pointer &response);
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp1077 const char *newPassword, const std::string &restrictionType, const AppExecFwk::InnerEvent::Pointer &response) in SetBarringPassword()
1083 return telRilManager_->SetBarringPassword(slotId, oldPassword, newPassword, restrictionType, response); in SetBarringPassword()
1076 SetBarringPassword(int32_t slotId, const char *oldPassword, const char *newPassword, const std::string &restrictionType, const AppExecFwk::InnerEvent::Pointer &response) SetBarringPassword() argument

Completed in 12 milliseconds