Searched refs:CREATE_TURST_DEVICE_TABLE_SQL (Results 1 – 3 of 3) sorted by relevance
123 const std::string CREATE_TURST_DEVICE_TABLE_SQL = "CREATE TABLE IF NOT EXISTS trust_device_table\ variable
183 extern const std::string CREATE_TURST_DEVICE_TABLE_SQL;
739 int32_t ret = rdbStore_->CreateTable(CREATE_TURST_DEVICE_TABLE_SQL); in CreateTable()