Searched refs:ExtractAddressAndPostDial (Results 1 - 8 of 8) sorted by relevance
/base/telephony/cellular_call/services/utils/include/ |
H A D | standardize_utils.h | 53 void ExtractAddressAndPostDial(const std::string &phoneString, std::string &networkAddress, std::string &postDial);
|
/base/telephony/cellular_call/services/connection/src/ |
H A D | base_connection.cpp | 111 standardizeUtils.ExtractAddressAndPostDial(phoneNum, phoneNumber_, postDialCallString_); in UpdateCallNumber()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | standardize_utils_test.cpp | 58 standardizeUtils.ExtractAddressAndPostDial(phoneString, networkAddress, postDial); in HWTEST_F()
|
H A D | zero_branch1_test.cpp | 948 standardizeUtils.ExtractAddressAndPostDial(phoneString, networkAddress, postDial); in HWTEST_F()
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | standardize_utils.cpp | 58 void StandardizeUtils::ExtractAddressAndPostDial(const std::string &phoneString, std::string &networkAddress, in ExtractAddressAndPostDial() function in OHOS::Telephony::StandardizeUtils 62 TELEPHONY_LOGE("ExtractAddressAndPostDial return, phoneStr is empty."); in ExtractAddressAndPostDial()
|
/base/telephony/cellular_call/services/control/src/ |
H A D | satellite_control.cpp | 456 standardizeUtils.ExtractAddressAndPostDial(callInfo.phoneNum, networkAddress, postDialString); in PostDialProceed()
|
H A D | cs_control.cpp | 651 standardizeUtils.ExtractAddressAndPostDial(callInfo.phoneNum, networkAddress, postDialString); in PostDialProceed()
|
H A D | ims_control.cpp | 578 standardizeUtils.ExtractAddressAndPostDial(callInfo.phoneNum, networkAddress, postDialString); in PostDialProceed()
|
Completed in 10 milliseconds