Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/sms/
Dsms_persist_helper.cpp232 const int PARAM_SIZE = 64; in QueryParamBoolean() local
233 char paramOutBuff[PARAM_SIZE] = {0}; in QueryParamBoolean()
237 int retLen = GetParameter(key.c_str(), defStrValue.c_str(), paramOutBuff, PARAM_SIZE); in QueryParamBoolean()