Home
last modified time | relevance | path

Searched refs:RemoveSeparatorsPhoneNumber (Results 1 - 10 of 10) sorted by relevance

/base/telephony/cellular_call/test/unittest/imstest/
H A Dstandardize_utils_test.cpp51 EXPECT_EQ(standardizeUtils.RemoveSeparatorsPhoneNumber(phoneString), ""); in HWTEST_F()
54 EXPECT_NE(standardizeUtils.RemoveSeparatorsPhoneNumber(phoneString), "1234567890*#+N,;"); in HWTEST_F()
H A Dzero_branch1_test.cpp946 ASSERT_EQ(standardizeUtils.RemoveSeparatorsPhoneNumber(phoneString), ""); in HWTEST_F()
/base/telephony/cellular_call/services/utils/include/
H A Dstandardize_utils.h43 std::string RemoveSeparatorsPhoneNumber(const std::string &phoneNum);
/base/telephony/call_manager/utils/include/
H A Dcall_number_utils.h47 std::string RemoveSeparatorsPhoneNumber(const std::string &phoneString);
/base/telephony/cellular_call/services/utils/src/
H A Dstandardize_utils.cpp21 std::string StandardizeUtils::RemoveSeparatorsPhoneNumber(const std::string &phoneString) in RemoveSeparatorsPhoneNumber() function in OHOS::Telephony::StandardizeUtils
26 TELEPHONY_LOGE("RemoveSeparatorsPhoneNumber return, phoneStr is empty."); in RemoveSeparatorsPhoneNumber()
/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp67 std::string newPhoneNum = standardizeUtils.RemoveSeparatorsPhoneNumber(callInfo.phoneNum); in DialCdma()
97 std::string newPhoneNum = standardizeUtils.RemoveSeparatorsPhoneNumber(callInfo.phoneNum); in DialGsm()
H A Dsatellite_control.cpp43 std::string newPhoneNum = standardizeUtils.RemoveSeparatorsPhoneNumber(callInfo.phoneNum); in Dial()
H A Dims_control.cpp52 newPhoneNum = standardizeUtils.RemoveSeparatorsPhoneNumber(newPhoneNum); in Dial()
/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp205 std::string CallNumberUtils::RemoveSeparatorsPhoneNumber(const std::string &phoneString) in RemoveSeparatorsPhoneNumber() function in OHOS::Telephony::CallNumberUtils
209 TELEPHONY_LOGE("RemoveSeparatorsPhoneNumber return, phoneStr is empty."); in RemoveSeparatorsPhoneNumber()
/base/telephony/call_manager/services/call/src/
H A Dcall_request_process.cpp814 DelayedSingleton<CallNumberUtils>::GetInstance()->RemoveSeparatorsPhoneNumber(info.number); in CarrierDialProcess()

Completed in 9 milliseconds