Searched refs:tmpCode (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/call_manager/utils/src/ |
H A D | call_number_utils.cpp | 54 std::string tmpCode = countryCode; in FormatPhoneNumber() local 55 transform(tmpCode.begin(), tmpCode.end(), tmpCode.begin(), ::toupper); in FormatPhoneNumber() 57 phoneUtils->ParseAndKeepRawInput(phoneNumber, tmpCode, &parseResult); in FormatPhoneNumber() 58 phoneUtils->FormatInOriginalFormat(parseResult, tmpCode, &formatNumber); in FormatPhoneNumber() 126 std::string tmpCode = countryCode; in FormatPhoneNumberAsYouType() local 127 transform(tmpCode.begin(), tmpCode.end(), tmpCode.begin(), ::toupper); in FormatPhoneNumberAsYouType() 128 …_ptr<i18n::phonenumbers::AsYouTypeFormatter> formatter(phoneUtils->GetAsYouTypeFormatter(tmpCode)); in FormatPhoneNumberAsYouType()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer_extend.cpp | 335 auto [tmpCode, status] = GetDBAssets(isSharedTable, info, downloadItem, dbAssets); in IsNeedSkipDownload() 336 if (tmpCode == -E_CLOUD_GID_MISMATCH) { in IsNeedSkipDownload() 346 if (tmpCode != E_OK) { in IsNeedSkipDownload() 347 errCode = (errCode != E_OK) ? errCode : tmpCode; in IsNeedSkipDownload()
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager.cpp | 2554 std::string tmpCode(tmpStr, strLen); in FormatPhoneNumberToE164() local 2555 asyncContext->code = tmpCode; in FormatPhoneNumberToE164() 2798 std::string tmpCode(tmpStr, strLen); in ControlCamera() local 2799 asyncContext->cameraId = tmpCode; in ControlCamera() 2827 std::string tmpCode(tmpStr, strLen); in SetPreviewWindow() local 2828 previwWindowContext->surfaceId = tmpCode; in SetPreviewWindow() 2856 std::string tmpCode(tmpStr, strLen); in SetDisplayWindow() local 2857 dislpayWindowContext->surfaceId = tmpCode; in SetDisplayWindow() 3022 std::string tmpCode(tmpStr, strLen); in StartRTT() local 3023 asyncContext->content = tmpCode; in StartRTT()
|