Home
last modified time | relevance | path

Searched refs:voiceMailTag_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp891 voiceMailTag_ = IccFileController::NULLSTR; in ProcessGetMbdnDone()
908 voiceMailTag_ = Str16ToStr8(diallingNumber->GetName()); in ProcessGetMbdnDone()
910 …TELEPHONY_EXT_WRAPPER.setVoiceMailOnSimExt_(slotId_, voiceMailNum_.c_str(), voiceMailTag_.c_str()); in ProcessGetMbdnDone()
932 voiceMailTag_ = IccFileController::NULLSTR; in ProcessGetCphsMailBoxDone()
944 voiceMailTag_ = Str16ToStr8(diallingNumber->GetName()); in ProcessGetCphsMailBoxDone()
1618 voiceMailTag_ = Str16ToStr8(diallingNumber->GetName()); in ProcessSetCphsMailbox()
1718 voiceMailTag_ = Str16ToStr8(diallingNumber->GetName()); in ProcessSetMbdn()
1729 diallingNumberCphs->number_ = Str8ToStr16(voiceMailTag_); in ProcessSetMbdn()
H A Dicc_file.cpp125 voiceMailTag_ = voiceMailConfig_->GetVoiceMailTag(spn); in SetVoiceMailByOperator()
310 return voiceMailTag_; in ObtainVoiceMailInfo()
729 voiceMailTag_ = ""; in ResetVoiceMailVariable()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file.h137 std::string voiceMailTag_ = ""; variable