Home
last modified time | relevance | path

Searched refs:GLOGD (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_collection_test.cpp96 GLOGD("CollectionTest002: create collection with name: %s", it);
104 GLOGD("CollectionTest002: create collection with name: %s", it);
125 GLOGD("CollectionTest003: create collection with name: %s", it);
165 GLOGD("CollectionTest005: create collection with option: %s", opt);
H A Ddocumentdb_api_test.cpp65 GLOGD("Open DB test 001: status: %d", status);
112 GLOGD("Open DB test 003: status: %d", status);
159 GLOGD("OpenDBPathTest001: open db with path: %s", path);
308 GLOGD("OpenDBConfigMaxConnNumTest001: test with config:%s", config.c_str());
426 GLOGD("OpenDBConfigPageSizeTest001: test with config:%s", config.c_str());
633 GLOGD("OpenDBFlagTest001: open doc db with flag %u", flag);
763 GLOGD("CloseDBFlagTest003: close doc db with flag %u", flag);
H A Ddocumentdb_data_test.cpp116 GLOGD("UpsertDataTest003: upsert data with collectionname: %s", it.first);
267 GLOGD("UpdateDataTest003: update data with collectionname: %s", it.first);
285 GLOGD("UpdateDataTest006: update data with flag: %u", flag);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/
H A Ddocumentdb_json_common_test.cpp58 GLOGD("result: %s", src.Print().c_str());
82 GLOGD("result: %s", src.Print().c_str());
107 GLOGD("result: %s", src.Print().c_str());
128 GLOGD("result: %s", src.Print().c_str());
143 GLOGD("result: %s", src.Print().c_str());
162 GLOGD("result: %s", src.Print().c_str());
181 GLOGD("result: %s", src.Print().c_str());
200 GLOGD("result: %s", src.Print().c_str());
219 GLOGD("result: %s", src.Print().c_str());
238 GLOGD("result: %s", src.Print().c_str());
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Drd_log_print.h39 #define GLOGD(...) LogPrint::Log(LogPrint::Level::LEVEL_DEBUG, LOG_TAG_DOC, __VA_ARGS__) macro
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp187 GLOGD("Parse upsert value failed. %d", errCode); in GetUpDataRePlaceData()
192 GLOGD("Parse original value failed. %d %s", errCode, valueGotStr.c_str()); in GetUpDataRePlaceData()
197 GLOGD("Append value failed. %d", errCode); in GetUpDataRePlaceData()
339 GLOGD("Parse original value failed. %d %s", errCode, valStr.c_str()); in GetUpsertRePlaceData()
344 GLOGD("Append value failed. %d", errCode); in GetUpsertRePlaceData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_sqlite_utils.cpp56 GLOGD("[SQLite] err=%d sys=%d %s", err, errno, sqlite3_errstr(err)); in SqliteLogCallback()
H A Drd_json_object.cpp336 GLOGD("Add null object."); in AddItemToObject()
442 GLOGD("Add null object."); in InsertItemObject()