Home
last modified time | relevance | path

Searched refs:networkAddress (Results 1 - 8 of 8) sorted by relevance

/base/telephony/cellular_call/test/unittest/imstest/
H A Dstandardize_utils_test.cpp56 std::string networkAddress; in HWTEST_F() local
58 standardizeUtils.ExtractAddressAndPostDial(phoneString, networkAddress, postDial); in HWTEST_F()
59 EXPECT_EQ(networkAddress, "1234567890*#+N"); in HWTEST_F()
H A Dzero_branch1_test.cpp944 std::string networkAddress = "1111111"; in HWTEST_F() local
948 standardizeUtils.ExtractAddressAndPostDial(phoneString, networkAddress, postDial); in HWTEST_F()
/base/telephony/cellular_call/services/utils/src/
H A Dstandardize_utils.cpp58 void StandardizeUtils::ExtractAddressAndPostDial(const std::string &phoneString, std::string &networkAddress, in ExtractAddressAndPostDial() argument
70 networkAddress += c; in ExtractAddressAndPostDial()
/base/telephony/cellular_call/services/utils/include/
H A Dstandardize_utils.h53 void ExtractAddressAndPostDial(const std::string &phoneString, std::string &networkAddress, std::string &postDial);
/base/telephony/call_manager/services/call/src/
H A Dcall_object_manager.cpp169 std::string networkAddress = in GetOneCallObject() local
171 if (networkAddress == phoneNumber) { in GetOneCallObject()
375 std::string networkAddress = in IsCallExist() local
377 if (networkAddress == phoneNumber) { in IsCallExist()
/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp453 std::string networkAddress; in PostDialProceed() local
456 standardizeUtils.ExtractAddressAndPostDial(callInfo.phoneNum, networkAddress, postDialString); in PostDialProceed()
H A Dcs_control.cpp648 std::string networkAddress; in PostDialProceed() local
651 standardizeUtils.ExtractAddressAndPostDial(callInfo.phoneNum, networkAddress, postDialString); in PostDialProceed()
H A Dims_control.cpp575 std::string networkAddress; in PostDialProceed() local
578 standardizeUtils.ExtractAddressAndPostDial(callInfo.phoneNum, networkAddress, postDialString); in PostDialProceed()

Completed in 8 milliseconds