Searched refs:QueryParamBoolean (Results 1 – 5 of 5) sorted by relevance
37 bool QueryParamBoolean(const std::string key, bool defValue);
253 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_CAPABLE_PARAM_KEY, true); in HasSmsCapability()
423 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_CAPABLE_PARAM_KEY, true); in CheckSmsCapable()
415 bool SmsPersistHelper::QueryParamBoolean(const std::string key, bool defValue) in QueryParamBoolean() function in OHOS::Telephony::SmsPersistHelper
379 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_ENCODING_PARAM_KEY, false); in CheckForce7BitEncodeType()