Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h91 typedef bool (*IS_HANDLE_VSIM)(void); typedef
144 IS_HANDLE_VSIM isHandleVSim_ = nullptr;
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp170 isHandleVSim_ = (IS_HANDLE_VSIM) dlsym(telephonyVSimWrapperHandle_, "IsHandleVSim"); in InitTelephonyExtWrapperForVSim()