Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/
Dsms_persist_helper.cpp140 char paramOutBuff[PARAM_SIZE] = {0}; in QueryParamBoolean() local
144 int retLen = GetParameter(key.c_str(), defStrValue.c_str(), paramOutBuff, PARAM_SIZE); in QueryParamBoolean()
146 paramOutBuff[retLen] = '\0'; in QueryParamBoolean()
147 paramValue.assign(paramOutBuff, retLen); in QueryParamBoolean()