Searched refs:COLUMN_CERT_TYPE (Results 1 – 1 of 1) sorted by relevance
33 const std::string COLUMN_CERT_TYPE = "CERT_TYPE"; variable74 insertBucket.PutString(COLUMN_CERT_TYPE, std::string(certProperty->certType)); in InsertCertProperty()122 updateBucket.PutString(COLUMN_CERT_TYPE, std::string(certProperty->certType)); in UpdateCertProperty()197 ret = GetStringValue(resultSet, COLUMN_CERT_TYPE, certProperty->certType, MAX_LEN_CERT_TYPE); in GetCertProperty()