Home
last modified time | relevance | path

Searched refs:IsValidParam (Results 1 – 2 of 2) sorted by relevance

/base/telephony/core_service/services/sim/src/
Dicc_dialling_numbers_manager.cpp179 if (!IsValidType(type) || !IsValidParam(type, diallingNumber)) { in UpdateIccDiallingNumbers()
208 if (!IsValidType(type) || !IsValidParam(type, diallingNumber)) { in DelIccDiallingNumbers()
238 if (!IsValidType(type) || !IsValidParam(type, diallingNumber)) { in AddIccDiallingNumbers()
360 bool IccDiallingNumbersManager::IsValidParam(int type, const std::shared_ptr<DiallingNumbersInfo> &… in IsValidParam() function in OHOS::Telephony::IccDiallingNumbersManager
/base/telephony/core_service/services/sim/include/
Dicc_dialling_numbers_manager.h79 bool IsValidParam(int type, const std::shared_ptr<DiallingNumbersInfo> &info);