Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h55 inline constexpr const char *COUNTRY_CODE_KEY = "telephony.sim.countryCode"; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file.cpp780 std::string key = COUNTRY_CODE_KEY + std::to_string(slotId_); in SaveCountryCode()