Home
last modified time | relevance | path

Searched defs:phoneString (Results 1 – 6 of 6) sorted by relevance

/base/telephony/cellular_call/services/utils/src/
Dstandardize_utils.cpp21 std::string StandardizeUtils::RemoveSeparatorsPhoneNumber(const std::string &phoneString) in RemoveSeparatorsPhoneNumber()
58 void StandardizeUtils::ExtractAddressAndPostDial(const std::string &phoneString, std::string &netwo… in ExtractAddressAndPostDial()
/base/telephony/cellular_call/services/control/src/
Dcontrol_base.cpp65 bool ControlBase::IsNeedExecuteMMI(int32_t slotId, std::string &phoneString, CLIRMode &clirMode, bo… in IsNeedExecuteMMI()
120 bool ControlBase::IsEmergencyCall(int32_t slotId, std::string &phoneString) in IsEmergencyCall()
/base/telephony/cellular_call/test/unittest/imstest/
Dstandardize_utils_test.cpp50 std::string phoneString; variable
Dims_connection_test.cpp499 std::string phoneString = "13363669099,123321"; variable
521 std::string phoneString = "13363669099,123321"; variable
Dzero_branch1_test.cpp1054 std::string phoneString = {0}; variable
/base/telephony/call_manager/utils/src/
Dcall_number_utils.cpp182 std::string CallNumberUtils::RemoveSeparatorsPhoneNumber(const std::string &phoneString) in RemoveSeparatorsPhoneNumber()
198 std::string CallNumberUtils::RemovePostDialPhoneNumber(const std::string &phoneString) in RemovePostDialPhoneNumber()