Searched refs:plmnNumeric_ (Results 1 – 4 of 4) sorted by relevance
22 | [plmnNumeric_](#plmnnumeric_)[TELEPHONY_MAX_PLMN_NUMERIC_LEN] | 注册网络的PLMN码。 |56 ### plmnNumeric_ subsection59 char Telephony_NetworkState::plmnNumeric_[TELEPHONY_MAX_PLMN_NUMERIC_LEN]
22 | [plmnNumeric_](#plmnnumeric_)[TELEPHONY_MAX_PLMN_NUMERIC_LEN] | PLMN code of the registered netwo…56 ### plmnNumeric_ subsection59 char Telephony_NetworkState::plmnNumeric_[TELEPHONY_MAX_PLMN_NUMERIC_LEN]
138 char plmnNumeric_[TELEPHONY_MAX_PLMN_NUMERIC_LEN]; member
117 if (strcpy_s(state->plmnNumeric_, TELEPHONY_MAX_PLMN_NUMERIC_LEN, name.c_str()) != 0) { in Conv2TelNetworkState()