Home
last modified time | relevance | path

Searched refs:QueryParamBoolean (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_persist_helper.h37 bool QueryParamBoolean(const std::string key, bool defValue);
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_interface_manager.cpp253 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_CAPABLE_PARAM_KEY, true); in HasSmsCapability()
H A Dsms_receive_reliability_handler.cpp423 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_CAPABLE_PARAM_KEY, true); in CheckSmsCapable()
H A Dsms_persist_helper.cpp415 bool SmsPersistHelper::QueryParamBoolean(const std::string key, bool defValue) in QueryParamBoolean() function in OHOS::Telephony::SmsPersistHelper
H A Dsms_sender.cpp379 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_ENCODING_PARAM_KEY, false); in CheckForce7BitEncodeType()