Home
last modified time | relevance | path

Searched refs:IS_NR_SUPPORTED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/common/include/
H A Dtelephony_ext_utils_wrapper.h31 typedef void (*IS_NR_SUPPORTED)(bool &isNrSupported); typedef
32 IS_NR_SUPPORTED isNrSupported_ = nullptr;
/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()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_ipc_interface_code.h103 IS_NR_SUPPORTED, enumerator
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp231 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::IS_NR_SUPPORTED)] = in AddHandlerSimToMapExt()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_proxy.cpp2863 …_t st = remote->SendRequest(static_cast<uint32_t>(CoreServiceInterfaceCode::IS_NR_SUPPORTED), data, in IsNrSupported()