Home
last modified time | relevance | path

Searched refs:KEY_EMERGENCY_CALL_STRING_ARRAY (Results 1 – 4 of 4) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
Doperator_config_types.h27 const std::string KEY_EMERGENCY_CALL_STRING_ARRAY = "emergency_call_string_array"; variable
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.sim.d.ts2950 KEY_EMERGENCY_CALL_STRING_ARRAY = "emergency_call_string_array", enumerator
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp824 … if (opc.stringArrayValue.find(KEY_EMERGENCY_CALL_STRING_ARRAY) != opc.stringArrayValue.end()) {
825 for (auto number : opc.stringArrayValue[KEY_EMERGENCY_CALL_STRING_ARRAY]) {
834 … if (opc.stringArrayValue.find(KEY_EMERGENCY_CALL_STRING_ARRAY) != opc.stringArrayValue.end()) {
835 for (auto number : opc.stringArrayValue[KEY_EMERGENCY_CALL_STRING_ARRAY]) {
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp650 std::vector<std::string> callList = opc.stringArrayValue[KEY_EMERGENCY_CALL_STRING_ARRAY]; in UpdateEccWhenOperatorConfigChange()