Home
last modified time | relevance | path

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

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