Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h93 typedef bool (*INIT_BIP)(int32_t slotId); typedef
146 INIT_BIP initBip_ = nullptr;
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp198 initBip_ = (INIT_BIP) dlsym(telephonyExtWrapperHandle_, "InitBip"); in InitTelephonyExtWrapperForSim()