Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtelephony_ext_utils_wrapper.cpp40 isNrSupported_ = (IS_NR_SUPPORTED)dlsym(telephonyExtUtilsWrapperHandle_, "IsNrSupportedExt"); in InitTelephonyExtUtilsWrapper()
41 if (isNrSupported_ == nullptr) { in InitTelephonyExtUtilsWrapper()
/ohos5.0/base/telephony/core_service/utils/common/include/
H A Dtelephony_ext_utils_wrapper.h32 IS_NR_SUPPORTED isNrSupported_ = nullptr; variable
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2593 if (TELEPHONY_EXT_UTILS_WRAPPER.isNrSupported_ != nullptr) { in IsNrSupported()
2594 TELEPHONY_EXT_UTILS_WRAPPER.isNrSupported_(isNrSupported); in IsNrSupported()