Searched refs:COLUMN_URI (Results 1 – 1 of 1) sorted by relevance
30 const std::string COLUMN_URI = "URI"; variable71 insertBucket.PutString(COLUMN_URI, std::string(certProperty->uri)); in InsertCertProperty()98 bool ret = cmRdbDataManager->DeleteData(std::string(uri), COLUMN_URI); in DeleteCertProperty()119 updateBucket.PutString(COLUMN_URI, std::string(certProperty->uri)); in UpdateCertProperty()126 … bool ret = cmRdbDataManager->UpdateData(std::string(certProperty->uri), COLUMN_URI, updateBucket); in UpdateCertProperty()179 int32_t ret = GetStringValue(resultSet, COLUMN_URI, certProperty->uri, MAX_LEN_URI); in GetCertProperty()235 auto absSharedResultSet = cmRdbDataManager->QueryData(std::string(uri), COLUMN_URI); in QueryCertProperty()