Home
last modified time | relevance | path

Searched refs:fullString (Results 1 - 5 of 5) sorted by relevance

/base/telephony/cellular_call/services/utils/src/
H A Dmmi_code_utils.cpp46 mmiData_.fullString = analyseString; in IsNeedExecuteMmi()
203 if (!mmiData_.fullString.empty()) { in ExecuteMmiCode()
204 TELEPHONY_LOGD("fullString is not empty."); in ExecuteMmiCode()
205 supplement.SendUssd(slotId, mmiData_.fullString); in ExecuteMmiCode()
228 int32_t fullString = 1; in RegexMatchMmi() local
240 mmiData_.fullString = results.str(fullString); in RegexMatchMmi()
254 mmiData_.fullString = analyseString; in RegexMatchMmi()
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h31 static bool EndWith(const std::string &fullString, const std::string &ending);
/base/telephony/cellular_call/services/common/include/
H A Dcellular_call_data_struct.h68 std::string fullString = ""; member
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp141 bool VCardUtils::EndWith(const std::string &fullString, const std::string &ending) in EndWith() argument
143 if (fullString.length() < ending.length()) { in EndWith()
147 std::string extractedEnding = fullString.substr(fullString.length() - ending.length()); in EndWith()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp970 mmiCodeUtils.mmiData_.fullString = "11111"; in HWTEST_F()
972 mmiCodeUtils.mmiData_.fullString.clear(); in HWTEST_F()

Completed in 5 milliseconds