Home
last modified time | relevance | path

Searched defs:GetStateContext (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h185 struct GetStateContext : BaseContext { struct
187 std::string longOperatorName = "";
188 std::string shortOperatorName = "";
189 std::string plmnNumeric = "";
190 int32_t psRoamingStatus = 0;
191 int32_t csRoamingStatus = 0;
192 int32_t cfgTech = 0;
193 bool isRoaming = false;
194 int32_t regStatus = 0;
196 bool isCaActive = false;
[all …]
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dcommon_context.h57 typedef CommonContext GetStateContext; typedef