Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h83 typedef void (*IS_VSIM_IN_STATUS)(int32_t slotId, int32_t type, bool &status); typedef
136 IS_VSIM_IN_STATUS isVSimInStatus_ = nullptr;
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp162 isVSimInStatus_ = (IS_VSIM_IN_STATUS) dlsym(telephonyVSimWrapperHandle_, "IsVSimInStatus"); in InitTelephonyExtWrapperForVSim()