Searched defs:GetStateContext (Results 1 – 2 of 2) sorted by relevance
185 struct GetStateContext : BaseContext { struct187 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 …]
57 typedef CommonContext GetStateContext; typedef