Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h200 struct GetISOCountryCodeContext : BaseContext { struct
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp992 auto context = static_cast<GetISOCountryCodeContext *>(data); in NativeGetCountryCode()
1010 auto context = static_cast<GetISOCountryCodeContext *>(data); in GetCountryCodeCallback()
1047 auto asyncContext = std::make_unique<GetISOCountryCodeContext>(); in GetISOCountryCodeForNetwork()