Home
last modified time | relevance | path

Searched defs:analyseString (Results 1 – 2 of 2) sorted by relevance

/base/telephony/cellular_call/services/utils/src/
Dmmi_code_utils.cpp36 bool MMICodeUtils::IsNeedExecuteMmi(const std::string &analyseString, bool isNeedUseIms) in IsNeedExecuteMmi()
220 bool MMICodeUtils::RegexMatchMmi(const std::string &analyseString) in RegexMatchMmi()
273 bool MMICodeUtils::IsShortCode(const std::string &analyseString) in IsShortCode()
281 bool MMICodeUtils::IsShortCodeWithoutCellularCall(const std::string &analyseString) in IsShortCodeWithoutCellularCall()
292 bool MMICodeUtils::IsShortCodeWithCellularCall(const std::string &analyseString) in IsShortCodeWithCellularCall()
/base/telephony/cellular_call/test/unittest/imstest/
Dstandardize_utils_test.cpp89 std::string analyseString; variable