Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h153 struct RadioTechContext : BaseContext { struct
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp136 auto asyncContext = static_cast<RadioTechContext *>(data); in NativeGetRadioTech()
158 auto asyncContext = static_cast<RadioTechContext *>(data); in GetRadioTechCallback()
203 auto asyncContext = std::make_unique<RadioTechContext>(); in GetRadioTech()