Home
last modified time | relevance | path

Searched refs:FormatNumberAndToa (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dstandardize_utils_test.cpp65 …EXPECT_EQ(standardizeUtils.FormatNumberAndToa(phoneString, intValue1), "+1234567890*#+N,;!@$%^&*()…
66 …EXPECT_EQ(standardizeUtils.FormatNumberAndToa(phoneString, intValue2), "1234567890*#+N,;!@$%^&*()_…
69 …EXPECT_EQ(standardizeUtils.FormatNumberAndToa(phoneString, intValue1), "+1234567890*#+N,;!@$%^&*()…
70 …EXPECT_EQ(standardizeUtils.FormatNumberAndToa(phoneString, intValue2), "+1234567890*#+N,;!@$%^&*()…
73 EXPECT_EQ(standardizeUtils.FormatNumberAndToa(phoneString, intValue1), "+12345678908");
74 EXPECT_EQ(standardizeUtils.FormatNumberAndToa(phoneString, intValue2), "12345678908");
77 EXPECT_EQ(standardizeUtils.FormatNumberAndToa(phoneString, intValue1), "+12345678908");
78 EXPECT_EQ(standardizeUtils.FormatNumberAndToa(phoneString, intValue2), "+12345678908");
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dstandardize_utils.h51 std::string FormatNumberAndToa(const std::string &phoneNumber, const int32_t callToa);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dstandardize_utils.cpp39 std::string StandardizeUtils::FormatNumberAndToa(const std::string &phoneNumber, const int32_t call… in FormatNumberAndToa() function in OHOS::Telephony::StandardizeUtils
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp518 std::string newString = standardizeUtils.FormatNumberAndToa(callInfo.number, callInfo.type); in EncapsulationCallReportInfo()
H A Dims_control.cpp491 std::string newString = standardizeUtils.FormatNumberAndToa(phoneNumber, callInfo.toa); in EncapsulationCallReportInfo()