Home
last modified time | relevance | path

Searched refs:INVALID_OPKEY (Results 1 - 3 of 3) sorted by relevance

/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h187 constexpr const char *INVALID_OPKEY = "-1"; member
/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp427 if (opkey.empty() || strcmp(opkey.c_str(), INVALID_OPKEY) == 0) { in QueryPdpProfile()
475 if (opkey.empty() || strcmp(opkey.c_str(), INVALID_OPKEY) == 0) { in ResetApn()
H A Drdb_pdp_profile_helper.cpp160 if (store_ == nullptr || opKey.empty() || strcmp(opKey.c_str(), INVALID_OPKEY) == 0) { in InitAPNDatabase()

Completed in 3 milliseconds