Searched refs:QueryParamBoolean (Results 1 – 5 of 5) sorted by relevance
38 bool QueryParamBoolean(const std::string key, bool defValue);
259 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_CAPABLE_PARAM_KEY, true); in HasSmsCapability()
230 bool SmsPersistHelper::QueryParamBoolean(const std::string key, bool defValue) in QueryParamBoolean() function in OHOS::Telephony::SmsPersistHelper
378 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_ENCODING_PARAM_KEY, false); in CheckForce7BitEncodeType()
385 return helperPtr->QueryParamBoolean(SmsPersistHelper::SMS_CAPABLE_PARAM_KEY, true); in CheckSmsCapable()