Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_cache.cpp54 std::string initialOpkey = INITIAL_OPKEY; in ClearOperatorValue()
95 if (opkey == std::string(INITIAL_OPKEY)) { in LoadOperatorConfig()
316 if (opkey.empty() || opkey == std::string(INITIAL_OPKEY)) { in IsNeedOperatorLoad()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h52 inline constexpr const char *INITIAL_OPKEY = "-1"; variable