Searched refs:countryIso (Results 1 – 2 of 2) sorted by relevance
151 std::string countryIso = GetCountryIso(); in AddOneCallRecord() local152 int32_t formatRet = CopyFormatNumberToRecord(countryIso, data); in AddOneCallRecord()157 int32_t formatToE164Ret = CopyFormatNumberToE164ToRecord(countryIso, data); in AddOneCallRecord()169 std::string countryIso = valueStr; in GetCountryIso() local170 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 …]
83 int32_t CopyFormatNumberToRecord(std::string &countryIso, CallRecordInfo &data);84 int32_t CopyFormatNumberToE164ToRecord(std::string &countryIso, CallRecordInfo &data);