Lines Matching refs:propValue
79 string propValue; in property_get_intf() local
83 propValue = phNxpNciHal_getSystemProperty(paramPropName); in property_get_intf()
84 if (propValue.length() > 0) { in property_get_intf()
86 propName, propValue.c_str(), propValue.length()); in property_get_intf()
87 len = propValue.length(); in property_get_intf()
88 strlcpy(valueStr, propValue.c_str(), PROPERTY_VALUE_MAX); in property_get_intf()
113 string propValue = valueStr; in property_set_intf() local
115 if (phNxpNciHal_setSystemProperty(paramPropName, propValue)) in property_set_intf()
299 string propValue; in phNxpNciHal_getSystemProperty() local
307 propValue = prop->second; in phNxpNciHal_getSystemProperty()
312 return propValue; in phNxpNciHal_getSystemProperty()