Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h89 typedef bool (*GET_SIM_ID_EXT)(int32_t slotId, int32_t &simId); typedef
142 GET_SIM_ID_EXT getSimIdExt_ = nullptr;
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp168 getSimIdExt_ = (GET_SIM_ID_EXT) dlsym(telephonyVSimWrapperHandle_, "GetSimIdExt"); in InitTelephonyExtWrapperForVSim()