Home
last modified time | relevance | path

Searched refs:GET_VSIM_SLOT_ID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h36 typedef void (*GET_VSIM_SLOT_ID)(int32_t &slotId); typedef
45 GET_VSIM_SLOT_ID getVSimSlotId_ = nullptr;
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h84 typedef void (*GET_VSIM_SLOT_ID)(int32_t &slotId); typedef
137 GET_VSIM_SLOT_ID getVSimSlotId_ = nullptr;
/ohos5.0/base/telephony/cellular_data/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp91 getVSimSlotId_ = (GET_VSIM_SLOT_ID) dlsym(telephonyVSimWrapperHandle_, "GetVSimSlotId"); in InitTelephonyExtWrapperForVSim()
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp163 getVSimSlotId_ = (GET_VSIM_SLOT_ID) dlsym(telephonyVSimWrapperHandle_, "GetVSimSlotId"); in InitTelephonyExtWrapperForVSim()