Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dvoice_mail_constants.cpp43 std::string VoiceMailConstants::GetStringValueFromCust(int32_t slotId, std::string key) in GetStringValueFromCust() function in OHOS::Telephony::VoiceMailConstants
84 return GetStringValueFromCust(slotId_, KEY_VOICE_MAIL_NUMBER_STRING); in GetVoiceMailNumber()
95 return GetStringValueFromCust(slotId_, KEY_VOICE_MAIL_TAG_STRING); in GetVoiceMailTag()
103 return GetStringValueFromCust(slotId_, configName); in LoadVoiceMailConfigFromCard()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dvoice_mail_constants.h35 std::string GetStringValueFromCust(int32_t slotId, std::string key);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp1110 EXPECT_STREQ((voiceMailConstants.GetStringValueFromCust(0, "key")).c_str(), "");