Searched refs:zErrMsg (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_encrypt_test.cpp | 90 char *zErrMsg = nullptr; in CreateTable() local 103 char *zErrMsg = nullptr; in SetEncryptParam() local 188 char *zErrMsg = nullptr; in PutValue() local 203 char *zErrMsg = nullptr; in DeleteValue() local 206 nullptr, &zErrMsg); in DeleteValue() 217 char *zErrMsg = nullptr; in UpdateValue() local 232 char *zErrMsg = nullptr; in GetValue() local 246 char *zErrMsg = nullptr; in Export() local 248 &zErrMsg); in Export() 259 char *zErrMsg = nullptr; in Attach() local [all …]
|
H A D | distributeddb_relational_result_set_test.cpp | 74 char *zErrMsg = nullptr; in CreateDBAndTable() local 75 errCode = sqlite3_exec(db, sql.c_str(), nullptr, nullptr, &zErrMsg); in CreateDBAndTable() 77 LOGE("sql error:%s", zErrMsg); in CreateDBAndTable() 78 sqlite3_free(zErrMsg); in CreateDBAndTable()
|
H A D | distributeddb_relational_remote_query_test.cpp | 63 char *zErrMsg = nullptr; in CreateDBAndTable() local 64 errCode = sqlite3_exec(db, sql.c_str(), nullptr, nullptr, &zErrMsg); in CreateDBAndTable() 66 LOGE("sql error:%s", zErrMsg); in CreateDBAndTable() 67 sqlite3_free(zErrMsg); in CreateDBAndTable()
|
H A D | distributeddb_relational_get_data_test.cpp | 66 char *zErrMsg = nullptr; in CreateDBAndTable() local 67 errCode = sqlite3_exec(db, sql.c_str(), nullptr, nullptr, &zErrMsg); in CreateDBAndTable() 69 LOGE("sql error:%s", zErrMsg); in CreateDBAndTable() 70 sqlite3_free(zErrMsg); in CreateDBAndTable()
|