Home
last modified time | relevance | path

Searched refs:KEY_OPERATOR_NAME_CUST_STRING (Results 1 – 3 of 3) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
Doperator_config_types.h52 constexpr const char *KEY_OPERATOR_NAME_CUST_STRING = "operator_name_cust_string"; variable
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.sim.d.ts2914 KEY_OPERATOR_NAME_CUST_STRING = "operator_name_cust_string", enumerator
/base/telephony/core_service/services/network_search/src/
Doperator_name.cpp496 …if (operatorConfig.stringValue.find(KEY_OPERATOR_NAME_CUST_STRING) != operatorConfig.stringValue.e… in UpdateOperatorConfig()
497 spnCust_ = operatorConfig.stringValue[KEY_OPERATOR_NAME_CUST_STRING]; in UpdateOperatorConfig()