Home
last modified time | relevance | path

Searched refs:TEL_RADIO_TECHNOLOGY_UNKNOWN (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Dndk-apis-telephony-radio.md41 | [Telephony_RadioTechnology](#telephony_radiotechnology) {<br />TEL_RADIO_TECHNOLOGY_UNKNOWN = 0,<…
107 | TEL_RADIO_TECHNOLOGY_UNKNOWN | 未知无线接入技术(RAT)。 |
H A Dtelephony__radio__type_8h.md33 …dk-apis-telephony-radio.md#telephony_radiotechnology) {<br />[TEL_RADIO_TECHNOLOGY_UNKNOWN](ndk-ap…
/ohos5.0/base/telephony/core_service/interfaces/kits/c/telephony_radio/include/
H A Dtelephony_radio_type.h80 TEL_RADIO_TECHNOLOGY_UNKNOWN = 0, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Dndk-apis-telephony-radio.md41 | [Telephony_RadioTechnology](#telephony_radiotechnology) {<br>TEL_RADIO_TECHNOLOGY_UNKNOWN = 0,<br…
107 | TEL_RADIO_TECHNOLOGY_UNKNOWN | Unknown RAT |
H A Dtelephony__radio__type_8h.md33 …(ndk-apis-telephony-radio.md#telephony_radiotechnology) {<br>[TEL_RADIO_TECHNOLOGY_UNKNOWN](ndk-ap…
/ohos5.0/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp57 return Telephony_RadioTechnology::TEL_RADIO_TECHNOLOGY_UNKNOWN; in Conv2TelRadioTechnology()