Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_records_manager.cpp151 std::string countryIso = GetCountryIso(); in AddOneCallRecord() local
152 int32_t formatRet = CopyFormatNumberToRecord(countryIso, data); in AddOneCallRecord()
157 int32_t formatToE164Ret = CopyFormatNumberToE164ToRecord(countryIso, data); in AddOneCallRecord()
169 std::string countryIso = valueStr; in GetCountryIso() local
170 if (countryIso == "") { in GetCountryIso()
172 countryIso = DEFAULT_NETWORK_COUNTRY; in GetCountryIso()
174 TELEPHONY_LOGI("GetParameter network countryIso is %{public}s", countryIso.c_str()); in GetCountryIso()
176 return countryIso; in GetCountryIso()
184 std::string(data.phoneNumber), countryIso, tmpStr); in CopyFormatNumberToRecord()
187 std::string(data.phoneNumber), countryIso, tmpStr); in CopyFormatNumberToRecord()
[all …]
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/include/
H A Dcall_records_manager.h83 int32_t CopyFormatNumberToRecord(std::string &countryIso, CallRecordInfo &data);
84 int32_t CopyFormatNumberToE164ToRecord(std::string &countryIso, CallRecordInfo &data);