Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h48 …typedef void (*GET_VOICE_MAIL_ICCID_PARAMETER)(int32_t slotId, const char* iccid, std::string &num… typedef
106 GET_VOICE_MAIL_ICCID_PARAMETER getVoiceMailIccidParameter_ = nullptr;
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp113 getVoiceMailIccidParameter_ = (GET_VOICE_MAIL_ICCID_PARAMETER)dlsym(telephonyExtWrapperHandle_, in InitTelephonyExtWrapperForVoiceMail()