Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/sms/include/
Dsms_persist_helper.h38 bool QueryParamBoolean(const std::string key, bool defValue);
/base/telephony/sms_mms/services/sms/
Dsms_interface_manager.cpp259 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_CAPABLE_PARAM_KEY, true); in HasSmsCapability()
Dsms_persist_helper.cpp230 bool SmsPersistHelper::QueryParamBoolean(const std::string key, bool defValue) in QueryParamBoolean() function in OHOS::Telephony::SmsPersistHelper
Dsms_sender.cpp378 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_ENCODING_PARAM_KEY, false); in CheckForce7BitEncodeType()
Dsms_receive_reliability_handler.cpp385 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_CAPABLE_PARAM_KEY, true); in CheckSmsCapable()