Searched refs:restrictionType (Results 1 - 9 of 9) sorted by relevance
/base/telephony/cellular_call/services/common/include/ |
H A D | supplement_request_cs.h | 110 * @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 D | supplement_request_cs.cpp | 122 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 D | tel_ril_call.h | 51 int32_t SetCallRestriction(std::string restrictionType,
|
H A D | tel_ril_manager.h | 102 const std::string &restrictionType, const AppExecFwk::InnerEvent::Pointer &response) override;
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_call.cpp | 443 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 D | tel_ril_manager.cpp | 469 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 D | i_tel_ril_manager.h | 97 const std::string &restrictionType, const AppExecFwk::InnerEvent::Pointer &response) = 0;
|
H A D | core_manager_inner.h | 92 const char *newPassword, const std::string &restrictionType, const AppExecFwk::InnerEvent::Pointer &response);
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 1077 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 22 milliseconds