Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h80 typedef void (*GET_ROAMINGBROKER_NUMERIC)(int32_t slotId, std::string &numeric); typedef
152 GET_ROAMINGBROKER_NUMERIC getRoamingBrokerNumeric_ = nullptr;
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp195 …getRoamingBrokerNumeric_ = (GET_ROAMINGBROKER_NUMERIC)dlsym(telephonyExtWrapperHandle_, "GetRoamin… in InitTelephonyExtWrapperForSim()