Home
last modified time | relevance | path

Searched refs:getCellInfoList_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp63 getCellInfoList_ = (GET_CELL_INFO_LIST)dlsym(telephonyExtWrapperHandle_, "GetCellInfoListExt"); in InitTelephonyExtWrapperForNetWork()
74 …if (checkOpcVersionIsUpdate_ == nullptr || updateOpcVersion_ == nullptr || getCellInfoList_ == nul… in InitTelephonyExtWrapperForNetWork()
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h118 GET_CELL_INFO_LIST getCellInfoList_ = nullptr; variable
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp1035 if (TELEPHONY_EXT_WRAPPER.getCellInfoList_ != nullptr) { in GetCellInfoList()
1036 TELEPHONY_EXT_WRAPPER.getCellInfoList_(slotId, cellInfo); in GetCellInfoList()