Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h88 typedef void (*GET_VSIM_CARD_STATE)(int32_t &cardType); typedef
141 GET_VSIM_CARD_STATE getVSimCardState_ = nullptr;
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp167 … getVSimCardState_ = (GET_VSIM_CARD_STATE) dlsym(telephonyVSimWrapperHandle_, "GetVSimCardState"); in InitTelephonyExtWrapperForVSim()