Home
last modified time | relevance | path

Searched refs:getRoamingBrokerNumeric_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp78 if (TELEPHONY_EXT_WRAPPER.getRoamingBrokerNumeric_) { in LoadOpKeyOnMccMnc()
79 TELEPHONY_EXT_WRAPPER.getRoamingBrokerNumeric_(slotId, mccmncFromSim); in LoadOpKeyOnMccMnc()
142 …if (TELEPHONY_EXT_WRAPPER.getRoamingBrokerNumeric_ && TELEPHONY_EXT_WRAPPER.getRoamingBrokerImsi_)… in GetOpKey()
143 TELEPHONY_EXT_WRAPPER.getRoamingBrokerNumeric_(slotId, mccmncFromSim_); in GetOpKey()
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp195getRoamingBrokerNumeric_ = (GET_ROAMINGBROKER_NUMERIC)dlsym(telephonyExtWrapperHandle_, "GetRoamin… in InitTelephonyExtWrapperForSim()
199 …if (createIccFileExt_ == nullptr || getRoamingBrokerNumeric_ == nullptr || getRoamingBrokerImsi_ =… in InitTelephonyExtWrapperForSim()
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h152 GET_ROAMINGBROKER_NUMERIC getRoamingBrokerNumeric_ = nullptr; variable